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

# Resources

- [Projects](https://docs.underdogprotocol.com/resources/projects.md): Projects are the containers for NFTs shared with you, your community, and your product.
- [Transferable Projects](https://docs.underdogprotocol.com/resources/projects/transferable-projects.md)
- [Non-Transferable Projects](https://docs.underdogprotocol.com/resources/projects/non-transferable-projects.md): Non-Transferable Projects allow you to mint Non-Transferable NFTs that can be claimed by your community, product users, or customers
- [NFTs](https://docs.underdogprotocol.com/resources/projects/nfts.md): NFTs are a core part of Underdog — the very reason Underdog exists is so you can seamlessly integrate NFTs with your own products.
- [List all NFTs](https://docs.underdogprotocol.com/resources/projects/nfts/list-all-nfts.md)
- [Search NFTs](https://docs.underdogprotocol.com/resources/projects/nfts/search-nfts.md)
- [Create an NFT](https://docs.underdogprotocol.com/resources/projects/nfts/create-an-nft.md)
- [Retrieve an NFT](https://docs.underdogprotocol.com/resources/projects/nfts/retrieve-an-nft.md)
- [Update an NFT](https://docs.underdogprotocol.com/resources/projects/nfts/update-an-nft.md)
- [Generate Claim Link](https://docs.underdogprotocol.com/resources/projects/nfts/generate-claim-link.md)
- [Revoke an NFT](https://docs.underdogprotocol.com/resources/projects/nfts/revoke-an-nft.md)
- [Burn an NFT](https://docs.underdogprotocol.com/resources/projects/nfts/burn-an-nft.md)
- [Methods](https://docs.underdogprotocol.com/resources/projects/methods.md)
- [List all Projects](https://docs.underdogprotocol.com/resources/projects/methods/list-all-projects.md)
- [Create a Project](https://docs.underdogprotocol.com/resources/projects/methods/create-a-project.md)
- [Retrieve a Project](https://docs.underdogprotocol.com/resources/projects/methods/retrieve-a-project.md)
- [Update a Project](https://docs.underdogprotocol.com/resources/projects/methods/update-a-project.md)
- [Retrieve Project Stats](https://docs.underdogprotocol.com/resources/projects/methods/retrieve-project-stats.md)
- [NFTs](https://docs.underdogprotocol.com/resources/nfts.md)
- [Retrieve an NFT](https://docs.underdogprotocol.com/resources/nfts/retrieve-an-nft.md)
- [Generate Claim Transaction](https://docs.underdogprotocol.com/resources/nfts/generate-claim-transaction.md)
- [Orgs](https://docs.underdogprotocol.com/resources/orgs.md)
- [List all Orgs](https://docs.underdogprotocol.com/resources/orgs/list-all-orgs.md)
- [Transactions](https://docs.underdogprotocol.com/resources/transactions.md): Transactions are how you keep track of on-chain actions on Underdog.
- [List all Transactions](https://docs.underdogprotocol.com/resources/transactions/list-all-transactions.md)
- [Retrieve a Transaction](https://docs.underdogprotocol.com/resources/transactions/retrieve-a-transaction.md)
- [Webhooks](https://docs.underdogprotocol.com/resources/webhooks.md): Webhooks are how you react in real-time to on-chain Transactions on Underdog.
- [List all Webhooks](https://docs.underdogprotocol.com/resources/webhooks/list-all-webhooks.md)
- [Create a Webhook](https://docs.underdogprotocol.com/resources/webhooks/create-a-webhook.md)
- [Delete a Webhook](https://docs.underdogprotocol.com/resources/webhooks/delete-a-webhook.md)
- [V1](https://docs.underdogprotocol.com/resources/v1.md)
- [Collections](https://docs.underdogprotocol.com/resources/v1/collections.md): Collections are the containers for NFTs shared with you, your community, and your product.
- [List all Collections](https://docs.underdogprotocol.com/resources/v1/collections/list-all-collections.md)
- [Create a Collection](https://docs.underdogprotocol.com/resources/v1/collections/create-a-collection.md)
- [Retrieve a Collection](https://docs.underdogprotocol.com/resources/v1/collections/retrieve-a-collection.md)
- [NFTs](https://docs.underdogprotocol.com/resources/v1/nfts.md): NFTs are a core part of Underdog — the very reason Underdog exists is so you can seamlessly manage NFTs with your own products.
- [List all NFTs](https://docs.underdogprotocol.com/resources/v1/nfts/list-all-nfts.md)
- [Create an NFT](https://docs.underdogprotocol.com/resources/v1/nfts/create-an-nft.md)
- [Retrieve an NFT](https://docs.underdogprotocol.com/resources/v1/nfts/retrieve-an-nft.md)
- [Update an NFT](https://docs.underdogprotocol.com/resources/v1/nfts/update-an-nft.md)
- [Managed NFTs](https://docs.underdogprotocol.com/resources/v1/managed-nfts.md): Managed NFTs allow you to mint NFTs in a token manager so you have
- [Claim](https://docs.underdogprotocol.com/resources/v1/managed-nfts/claim.md)
- [Revoke](https://docs.underdogprotocol.com/resources/v1/managed-nfts/revoke.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.underdogprotocol.com/resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
