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

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