# Public Mint Docs

## Public Mint Docs

- [Introduction](https://developers.publicmint.io/master.md): Everything you need to know to use, integrate, and develop on Public Mint.
- [Core Concepts](https://developers.publicmint.io/public-mint-basics.md): Get familiar with our ecosystem's core concepts and functionalities
- [Partner setup](https://developers.publicmint.io/partners.md): Registering as a Partner is necessary to access advanced features.
- [Tutorials \[WIP\]](https://developers.publicmint.io/tutorials.md): Take a Journey through Public Mint and learn by example.
- [Create Identities](https://developers.publicmint.io/tutorials/create-identities.md): Step-by-step example to create an Identity
- [Create a Blockchain Address](https://developers.publicmint.io/tutorials/create-a-blockchain-address.md): Step-by-step example of how to create a Public Mint blockchain address
- [Payout Service](https://developers.publicmint.io/tutorials/payout-service.md): Step-by-step example of how to setup and use Public Mint for Payouts
- [Getting started](https://developers.publicmint.io/widget/start.md): The Public Mint Widget allows web dApps and apps to directly receive fiat funds.
- [Embed Widget](https://developers.publicmint.io/widget/embed.md)
- [Deposit of funds](https://developers.publicmint.io/widget/embed/deposit-of-funds.md)
- [Withdraw of funds](https://developers.publicmint.io/widget/embed/withdraw-of-funds.md)
- [Getting started](https://developers.publicmint.io/api/start.md): Start building your integration in minutes.
- [Creating identities](https://developers.publicmint.io/api/identities.md): Most API calls require an IdentityID to operate on, and there's a few ways to get one.
- [Connecting to the blockchain](https://developers.publicmint.io/api/connecting.md): How to connect to the Public Mint blockchain.
- [Running your own client node](https://developers.publicmint.io/api/connecting/running-your-own-client-node.md)
- [Executing Transactions](https://developers.publicmint.io/api/funding.md): Learn how to fund and execute transactions with your Public Mint account
- [Depositing](https://developers.publicmint.io/api/funding/deposit-wire.md): Request a fiat deposit via API.
- [Wallet Transactions](https://developers.publicmint.io/api/funding/transfer-tokens.md): How to transfer tokenized fiat to other accounts using publicmint-web3.js
- [Withdrawing](https://developers.publicmint.io/api/funding/withdrawing.md): Request a fiat withdrawal from a blockchain address.
- [Sandbox](https://developers.publicmint.io/api/sandbox.md)
- [API Reference](https://developers.publicmint.io/api/reference.md): A comprehensive guide to API resources and endpoints in the Public Mint platform
- [Identities](https://developers.publicmint.io/api/reference/identities.md)
- [Operations](https://developers.publicmint.io/api/reference/operations.md)
- [Transfer Methods](https://developers.publicmint.io/api/reference/transfer-methods.md)
- [Transactions](https://developers.publicmint.io/api/reference/transactions.md)
- [Withdrawals (deprecated)](https://developers.publicmint.io/api/reference/withdrawals.md)
- [Verifications](https://developers.publicmint.io/api/reference/verifications.md)
- [Identity Relations](https://developers.publicmint.io/api/reference/identity-relations.md)
- [Documents](https://developers.publicmint.io/api/reference/documents.md)
- [Deposits (deprecated)](https://developers.publicmint.io/api/reference/deposits.md)
- [Authentication](https://developers.publicmint.io/api/reference/authentication.md): Authenticate your connection to access API resources
- [Pagination](https://developers.publicmint.io/api/reference/pagination.md)
- [Errors](https://developers.publicmint.io/api/reference/errors.md): Error handling and codes from Public Mint's APIs.
- [Core Resources](https://developers.publicmint.io/api/reference/core-resources.md): Browse v0.2 of our Public API resources
- [Webhooks](https://developers.publicmint.io/api/webhooks.md)
- [Getting started](https://developers.publicmint.io/blockchain-1/start.md): An Ethereum-based blockchain, modified and optimized to natively run on fiat.
- [Transacting](https://developers.publicmint.io/blockchain-1/transacting.md): Using the Public Mint blockchain
- [Configuring Metamask for the Public Mint blockchain](https://developers.publicmint.io/blockchain-1/configuring-metamask-for-the-public-mint-blockchain.md): Learn how to set up Metamask to connect to the Public Mint blockchain
- [Interoperability \[WIP\]](https://developers.publicmint.io/blockchain-1/interoperability.md): Work in progress.
- [Public Mint Wallet](https://developers.publicmint.io/other-information/web-wallet.md): Learn how to use our Web Wallet to make or receive fiat payments
- [Users and Accounts](https://developers.publicmint.io/other-information/accounts.md): There are two broader categories of Public Mint user accounts. You can access main functionalities as either an individual user or as a commercial partner.


---

# 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://developers.publicmint.io/master.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.
