# Developer Guides

- [Introduction](https://docs.3mint.io/developer-guides/introduction.md)
- [Contracts](https://docs.3mint.io/developer-guides/contracts.md): A deep dive into the available contracts
- [Contract Architecture](https://docs.3mint.io/developer-guides/contracts/contract-architecture.md): In-depth view of how 3mint contracts are structured
- [End-to-end Example](https://docs.3mint.io/developer-guides/contracts/end-to-end-example.md)
- [Mint](https://docs.3mint.io/developer-guides/mint.md): A more detailed look at our Mint solution
- [How To](https://docs.3mint.io/developer-guides/mint/how-to.md): A step by step guide for using the Mint API
- [End-to-end Example](https://docs.3mint.io/developer-guides/mint/end-to-end-example.md): Programmatically minting an Ethereum ERC1155 NFT
- [Code Snippets](https://docs.3mint.io/developer-guides/mint/code-snippets.md): Different ways to mint tokens
- [Wallets](https://docs.3mint.io/developer-guides/wallets.md): A more detailed look at our Wallets solution (coming Q4)
- [End-to-end Example](https://docs.3mint.io/developer-guides/wallets/end-to-end-example.md)
- [Mobile Pass](https://docs.3mint.io/developer-guides/wallets/mobile-pass.md): 3mint offers a user-friendly platform that enables the issuance of digital passes specifically tailored for Apple and Google Wallet.
- [Creating Passes](https://docs.3mint.io/developer-guides/wallets/mobile-pass/creating-passes.md): Sending a request to our platform will generate a wallet pass for mobile devices
- [Token Gating](https://docs.3mint.io/developer-guides/token-gating.md): A more detailed look at our token-gating solution
- [End-to-end Example](https://docs.3mint.io/developer-guides/token-gating/end-to-end-example.md): Programmatic gating for customers holding an Ethereum ERC1155 NFT
- [Code Snippets](https://docs.3mint.io/developer-guides/token-gating/code-snippets.md): Different ways to token gate


---

# Agent Instructions: 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:

```
GET https://docs.3mint.io/developer-guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
