> For the complete documentation index, see [llms.txt](https://guide.muzzle.run/muzzle-run-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.muzzle.run/muzzle-run-docs/muzzle-run-football/managers-mint.md).

# Managers Mint

### About Managers

Managers are a collection of NFTs that allow you to recruit (mint) new players. There is an uncapped number of Managers.

### Mint a Manager

1. Visit the Sport tab from the top navigation menu
2. Make sure [**Metamask**](https://metamask.io/) is installed and configured to point to the [**Polygon network**](https://docs.polygon.technology/docs/develop/metamask/config-polygon-on-metamask/) or you have funded your Muzzle Run Solana wallet with sufficient USDT.
3. Select the quantity of managers you wish ming and click on "MINT NOW"&#x20;
4. Accept the MetaMask prompt (Polygon)
5. Wait for confirmation of your brand new sealed Manager.
6. Head to [Free Agents](https://app.muzzle.run/sport/soccer/free-agents) to see your newly minted Manager under the Manager Tab.

**Note** It can take up to 1 minute for your new Manager to be minted. The identity of your manager will be hidden until you exchange your team pack at a later date.

### Manager Benefits

* **Recruit (Mint):** The only way Players can enter the Muzzle Run Football ecosystem is by an owner of a Manager minting a new Player. By owning a Coach you can mint new Players (of any rarity) for your club or sell on the secondary market. For more information see [Minting](/muzzle-run-docs/muzzle-run-football/recruiting-minting.md)**.**
* **Attach to Team:** Managers can be minted and signed to a team. They will have an impact on the way the team plays as stated in [NFT Types](/muzzle-run-docs/muzzle-run-football/nft-types.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.muzzle.run/muzzle-run-docs/muzzle-run-football/managers-mint.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
