# 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="https://1223006790-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LAn5scXl2uqUJUOqkJo-84897653%2Fuploads%2FAsTrzzaN07EhLN4W7KHB%2Fimage.png?alt=media&#x26;token=95a69fd0-af79-4222-928c-eff31b727b29" alt="" data-size="line"> icon&#x20;
3. Enter your question in the chat window.

<figure><img src="https://1223006790-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LAn5scXl2uqUJUOqkJo-84897653%2Fuploads%2FV3v6Lz17SYueC2ujwF0n%2FAI%20chatbot.png?alt=media&#x26;token=7fbf2bbf-383d-4927-b713-15ebb288951b" 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="https://1223006790-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LAn5scXl2uqUJUOqkJo-84897653%2Fuploads%2F5BCYhKKQHFMkbjXXuuWB%2Fimage.png?alt=media&#x26;token=2507566b-b20d-4bc6-912e-6dab67230f69" alt="" data-size="line"> icon
4. Turn the AI Debugger switch to true

<figure><img src="https://1223006790-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LAn5scXl2uqUJUOqkJo-84897653%2Fuploads%2FMlPGHdsuAiBzNMpP3qL5%2FAI%20Debugger.png?alt=media&#x26;token=b83d924e-1210-41e3-9f7e-92b9e0438c38" 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: 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.thunkable.com/getting-started/gen-ai/ai-tools.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.
