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

# Runbot NFTs

- [Connect your Web3 Wallet](https://docs.runbot.io/unb/connect-your-web3-wallet.md): To access your Runbot NFTs, whether Strategies or Community Indicators, simply connect a Web3-compatible wallet, such as Metamask, Rabby Wallet, OKX Wallet, etc., to Runbot.
- [Strategy NFTs](https://docs.runbot.io/unb/strategy-nfts.md)
- [Mint Open-Source NFT](https://docs.runbot.io/unb/mint-open-source-nft.md)
- [Mint Rental NFT](https://docs.runbot.io/unb/mint-rental-nft.md)
- [Community NFTs Indicators](https://docs.runbot.io/unb/community-nfts-indicators.md)
- [Black Flamingo Indicators](https://docs.runbot.io/unb/community-nfts-indicators/black-flamingo-indicators.md)
- [Harmonia Indicators](https://docs.runbot.io/unb/community-nfts-indicators/harmonia-indicators.md)
- [VeloData Indicators](https://docs.runbot.io/unb/community-nfts-indicators/velodata-indicators.md)
- [FAQ Marketplace & NFTs](https://docs.runbot.io/unb/faq-marketplace-and-nfts.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:

```
GET https://docs.runbot.io/unb.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.
