# 3mint

## 3mint

- [Welcome to 3mint](https://docs.3mint.io/welcome-to-3mint.md): Build your next generation loyalty program with digital assets
- [Introduction](https://docs.3mint.io/3mint-platform/introduction.md): A self-serve platform to manage all your Web3 campaigns
- [Deploy a contract](https://docs.3mint.io/3mint-platform/deploy-a-contract.md): One-click deploy on the chain of your choosing
- [Upload your NFT data](https://docs.3mint.io/3mint-platform/upload-your-nft-data.md): Upload your entire collection in minutes
- [Create checkout links](https://docs.3mint.io/3mint-platform/create-checkout-links.md): Share your NFTs with your customers with branded checkout links
- [Add customers](https://docs.3mint.io/3mint-platform/add-customers.md): Import your existing customers and gain new ones
- [Monitor your links](https://docs.3mint.io/3mint-platform/monitor-your-links.md): Keep track of your customers' activity
- [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
- [Overview](https://docs.3mint.io/api-reference/overview.md)
- [Contracts](https://docs.3mint.io/api-reference/contracts.md)
- [Deploy Contract](https://docs.3mint.io/api-reference/contracts/deploy-contract.md)
- [Get Contract](https://docs.3mint.io/api-reference/contracts/get-contract.md)
- [Collectibles](https://docs.3mint.io/api-reference/collectibles.md)
- [Get All Templates](https://docs.3mint.io/api-reference/collectibles/get-all-templates.md)
- [Mint Collectible](https://docs.3mint.io/api-reference/collectibles/mint-collectible.md)
- [Wallets](https://docs.3mint.io/api-reference/wallets.md)
- [Create Wallet](https://docs.3mint.io/api-reference/wallets/create-wallet.md)
- [Get Wallet](https://docs.3mint.io/api-reference/wallets/get-wallet.md)
- [Customers](https://docs.3mint.io/api-reference/customers.md)
- [Create Customer](https://docs.3mint.io/api-reference/customers/create-customer.md)
- [Get Customer](https://docs.3mint.io/api-reference/customers/get-customer.md)
- [Delete Customer](https://docs.3mint.io/api-reference/customers/delete-customer.md)
- [Claim Links](https://docs.3mint.io/api-reference/claim-links.md)
- [Create Link](https://docs.3mint.io/api-reference/claim-links/create-link.md)
- [Update Link](https://docs.3mint.io/api-reference/claim-links/update-link.md)
- [Token Gating](https://docs.3mint.io/api-reference/token-gating.md)
- [Create Gate](https://docs.3mint.io/api-reference/token-gating/create-gate.md)
- [Web3 101](https://docs.3mint.io/faq/web3-101.md)
- [Platform](https://docs.3mint.io/faq/platform.md): Most commonly asked questions


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.3mint.io/welcome-to-3mint.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.
