# Incinerator

- [Fun Mode](https://docs.sol-incinerator.com/tool-guide/incinerator/fun-mode.md): Learn how to use Fun Mode
- [Pro Mode](https://docs.sol-incinerator.com/tool-guide/incinerator/pro-mode.md): Answers to common questions about using Pro Mode.
- [Cleanup](https://docs.sol-incinerator.com/tool-guide/incinerator/pro-mode/cleanup.md): Learn how to close unused token accounts to recover SOL and clean up your wallet.
- [Tokens](https://docs.sol-incinerator.com/tool-guide/incinerator/pro-mode/tokens.md): Learn how to safely burn tokens on Solana and reclaim SOL from unwanted assets.
- [NFTs](https://docs.sol-incinerator.com/tool-guide/incinerator/pro-mode/nfts.md): How to burn Solana NFTs to declutter your wallet and reclaim locked-up SOL.
- [cNFTs](https://docs.sol-incinerator.com/tool-guide/incinerator/pro-mode/cnfts.md): Learn how to burn cNFTs to tidy up your wallet and remove unwanted assets.
- [Domains](https://docs.sol-incinerator.com/tool-guide/incinerator/pro-mode/domains.md): How to burn Solana domains and reclaim the SOL locked in rent.
- [Dev Mode](https://docs.sol-incinerator.com/tool-guide/incinerator/dev-mode.md): Answers to common questions about using Dev Mode.
- [LP](https://docs.sol-incinerator.com/tool-guide/incinerator/dev-mode/lp.md): Answers to common questions about accessing and burning LP tokens.
- [Unknown Tab](https://docs.sol-incinerator.com/tool-guide/incinerator/dev-mode/unknown-tab.md): Answers to common questions about accessing and using the Unknown Tab.


---

# 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.sol-incinerator.com/tool-guide/incinerator.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.
