# Advanced

- [Estimate gas fees](https://docs.chiliz.com/develop/advanced/estimate-gas-fees.md)
- [Get the $USD price of Fan Tokens](https://docs.chiliz.com/develop/advanced/get-the-usdusd-price-of-fan-tokens.md)
- [Integrate Socios.com Wallet in your dApp](https://docs.chiliz.com/develop/advanced/integrate-socios.com-wallet-in-your-dapp.md)
- [Follow transfers of a Fan Token](https://docs.chiliz.com/develop/advanced/follow-transfers-of-a-fan-token.md)
- [Get Telegram notifications for Fan Token transfers](https://docs.chiliz.com/develop/advanced/get-telegram-notifications-for-fan-token-transfers.md)
- [Work with NFTs](https://docs.chiliz.com/develop/advanced/work-with-nfts.md)
- [Preparing the NFT files](https://docs.chiliz.com/develop/advanced/work-with-nfts/preparing-the-nft-files.md)
- [Choosing the right NFT contract](https://docs.chiliz.com/develop/advanced/work-with-nfts/choosing-the-right-nft-contract.md)
- [Hosting your NFT on IPFS](https://docs.chiliz.com/develop/advanced/work-with-nfts/hosting-your-nft-on-ipfs.md)
- [Minting with viem](https://docs.chiliz.com/develop/advanced/work-with-nfts/minting-with-viem.md)
- [Minting with thirdweb](https://docs.chiliz.com/develop/advanced/work-with-nfts/minting-with-thirdweb.md)
- [Minting with Rarible](https://docs.chiliz.com/develop/advanced/work-with-nfts/minting-with-rarible.md)
- [Listing your NFT on OKX](https://docs.chiliz.com/develop/advanced/work-with-nfts/listing-your-nft-on-okx.md)
- [Use Account Abstraction](https://docs.chiliz.com/develop/advanced/use-account-abstraction.md)


---

# 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.chiliz.com/develop/advanced.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.
