> For the complete documentation index, see [llms.txt](https://docs.protokol.com/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.protokol.com/developers/sdk/nft.md).

# NFT

- [Development](https://docs.protokol.com/developers/sdk/nft/development.md): Showing how to setup @protokol/nft development environment.
- [Complementary Examples](https://docs.protokol.com/developers/sdk/nft/complementary-examples.md): Scenarios Showing Transaction Creation And Broadcasting Best Practices
- [Base](https://docs.protokol.com/developers/sdk/nft/complementary-examples/base.md): Scenarios Showing Transaction Creation And Broadcasting For NFT Base Transactions
- [Exchange](https://docs.protokol.com/developers/sdk/nft/complementary-examples/exchange.md): Scenarios Showing Transaction Creation And Broadcasting For NFT Exchange Transactions
- [API Endpoints](https://docs.protokol.com/developers/sdk/nft/api-endpoints.md): List of NFT API Endpoints For NFT-Base and NFT-Exchange
- [Assets](https://docs.protokol.com/developers/sdk/nft/api-endpoints/assets.md): List of NFT Base Assets API Endpoints.
- [Burns](https://docs.protokol.com/developers/sdk/nft/api-endpoints/burns.md): List of NFT Base Burns API Endpoints.
- [Collections](https://docs.protokol.com/developers/sdk/nft/api-endpoints/collections.md): List of NFT Base Collections API Endpoints.
- [Transfers](https://docs.protokol.com/developers/sdk/nft/api-endpoints/transfers.md): List of NFT Base Transfer Endpoints.
- [Base Configurations](https://docs.protokol.com/developers/sdk/nft/api-endpoints/base-configurations.md): List of NFT Base Confiugrations Endpoints.
- [Auctions](https://docs.protokol.com/developers/sdk/nft/api-endpoints/auctions.md): List of NFT Exchange Auction Endpoints.
- [Bids](https://docs.protokol.com/developers/sdk/nft/api-endpoints/bids.md): List of NFT Exchange Bid Endpoints.
- [Trades](https://docs.protokol.com/developers/sdk/nft/api-endpoints/trades.md): List of NFT Exchange Trade Endpoints
- [Exchange Configurations](https://docs.protokol.com/developers/sdk/nft/api-endpoints/exchange-configurations.md): List of NFT Exchange Configurations Endpoints


---

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

```
GET https://docs.protokol.com/developers/sdk/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.
