> For the complete documentation index, see [llms.txt](https://docs.thunkable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thunkable.com/getting-started/gen-ai/ai-tools.md).

# AI tools

### Overview <a href="#overview" id="overview"></a>

These new AI features accelerate your app development process. They can assist with understanding how Thunkable works, suggest useful block combinations, help design screens, or identify problems in your blocks.&#x20;

### AI Chatbot Helper <a href="#ai-text-generator" id="ai-text-generator"></a>

The AI Chatbot, powered by ChatGPT, can answer questions related to app development, Thunkable blocks, and general platform usage.

**To use the AI Chatbot:**

1. Open your project
2. On the Design or Blocks tab, click the <img src="/files/xB0K9PYpUrLILwUos7fN" alt="" data-size="line"> icon&#x20;
3. Enter your question in the chat window.

<figure><img src="/files/EfleZ5VUoww0ffkspila" alt=""><figcaption></figcaption></figure>

### AI Debugger <a href="#ai-text-generator" id="ai-text-generator"></a>

The AI Debugger helps identify and explain issues within your blocks. It provides feedback and suggestions to improve your logic or fix errors.

**To use the AI Debugger:**

1. Open your project
2. Go to the Blocks tab
3. Click the <img src="/files/2kUc6b2s0k5fkmUQ8OTr" alt="" data-size="line"> icon
4. Turn the AI Debugger switch to true

<figure><img src="/files/Zg3ISAMtCHPYEVcMUZO1" alt=""><figcaption></figcaption></figure>

### Token Usage <a href="#ai-text-generator" id="ai-text-generator"></a>

All AI-powered features require tokens to operate. The number of tokens available depends on your [Thunkable plan](https://thunkable.com/pricing). You can see how many tokens you have used in the [omnibar](https://docs.thunkable.com/getting-started/gen-ai/omnibar) bottom, after selecting an AI tool.

| AI tool               | Token Cost Per Use |
| --------------------- | ------------------ |
| Chatbot Helper        | \~ 200             |
| Style AI              | \~ 500             |
| AI Debugger           | \~ 300             |
| AI Image Generation   | \~ 400             |
| AI Text Generation    | \~ 100             |
| AI Template Generator | \~ 1000            |
| AI Edit Mode          | \~ 200             |


---

# 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.thunkable.com/getting-started/gen-ai/ai-tools.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.
