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

# FAQ

<details>

<summary>Is this bot free to use?</summary>

We've implemented limits to prevent excessive triggering of the A.I. by members. Nevertheless, in most cases, ComfyBot can anticipate your questions and provide appropriate answers.

For larger Telegram groups, we will introduce a pricing sheet. Subscriptions will be paid in $COMFY tokens and burned for the community's benefit.

</details>

<details>

<summary>My answer wasn't great enough. How to improve the bot?</summary>

We want to reassure you right away: 🤖 the bot is only at its V1! It's possible that AI has taken over. And artificial intelligence doesn't have extensive knowledge in the intricate world of crypto.

But don't worry! The response selection algorithm will improve, as will the response database. 📊 The community and each Telegram group will also be able to train our bot, so that it can provide information about every little-known crypto project to the general public! 🔍

&#x20;

</details>


---

# 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://comfybot-documentation.gitbook.io/comfybot-documentation/setup-guide/faq.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.
