# Token Launcher and QuickLaunch Bot Guide

- [Token Launcher Guide](https://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide/token-launcher-guide.md)
- [QuickLaunch Bot Guide](https://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide/quicklaunch-bot-guide.md)
- [Discord](https://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide/quicklaunch-bot-guide/discord.md)
- [Telegram](https://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide/quicklaunch-bot-guide/telegram.md)
- [Uploading to IPFS](https://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide/uploading-to-ipfs.md): A How-To Guide on how to Upload to IPFS
- [Uploading Token Logo to IPFS](https://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide/uploading-to-ipfs/uploading-token-logo-to-ipfs.md): How to upload your Token Logo to IPFS
- [Uploading ERC721 NFT Images to IPFS](https://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide/uploading-to-ipfs/uploading-erc721-nft-images-to-ipfs.md): How to upload your NFT Collection images to IPFS
- [Uploading ERC1155 Data to IPFS](https://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide/uploading-to-ipfs/uploading-erc1155-data-to-ipfs.md): How to upload your Multi Token Image & Metadata to IPFS


---

# 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://tokenfi.gitbook.io/whitepaper/token-launcher-and-quicklaunch-bot-guide.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.
