# NFT

- [Introduction](https://docs.idexo.com/nft/introduction.md): This section introduces the basics of deploying NFT Collections and minting their NFTs, on any supported blockchain network.
- [Create a Capped NFT Collection](https://docs.idexo.com/nft/create-a-capped-nft-collection.md): This section describes how to create an NFT Collection on any supported blockchain.
- [Create a Uncapped NFT Collection](https://docs.idexo.com/nft/create-a-uncapped-nft-collection.md): This section describes how to create an NFT Collection on any supported blockchain.
- [Create an Uncapped Soulbound NFT (SBT) Collection](https://docs.idexo.com/nft/create-an-uncapped-soulbound-nft-sbt-collection.md): This tutorial covers how to create an SBT collection using the idexo SDK.
- [Create a Capped Soulbound NFT (SBT) Collection](https://docs.idexo.com/nft/create-a-capped-soulbound-nft-sbt-collection.md): This tutorial covers how to create an SBT collection using the idexo SDK.
- [Mint a NFT](https://docs.idexo.com/nft/mint-a-nft.md): This section describes how to mint a NFT within a Collection.
- [Mint a SBT](https://docs.idexo.com/nft/mint-a-sbt.md): This section describes how to mint a NFT within a Collection.
- [Mint a NFT With Image and Metadata In 1 Transaction](https://docs.idexo.com/nft/mint-a-nft-with-image-and-metadata-in-1-transaction.md): This section describes how to mint a NFT within a Collection.


---

# 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.idexo.com/nft.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.
