# What is Thunkable AI?

Thunkable AI is a vibe coding mobile app development platform that enables anyone with an idea to build and launch native mobile apps to Apple’s App Store or Google Play.

***

## Overview

The AI Project Generator lets you turn a plain-text description into a production-ready mobile or web app in real time. Just describe what you want to build and Thunkable AI handles the screens, logic, and design for you. Once your project is ready, you can customize and test it on the web or on your device using the Thunkable Live mobile app, then publish when you're ready.

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

***

## Getting Started Video

{% embed url="<https://www.youtube.com/watch?v=Q07PWJTnwhU>" %}

***

## Prompting

Just like any powerful AI tool, Thunkable AI works best when you give it a clear, detailed prompt. The more context you provide, the smarter your results.

Compare:

* “I want a food tracker.”\
  vs.
* “I want an app that lets me scan barcodes of the foods I’m eating. My goal is to lose weight, so I need to track calories and other nutrients, and set goals and targets over time.”<br>

Both will generate an app, but the second unlocks a far richer, more tailored experience.

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

#### **Input options**

Before submitting, you can customize how your app is generated:

* **Private** — Keep your app private so it's only visible to you.
* **Plan mode** — Toggle this on to have the AI outline a plan for your app before building it, giving you a chance to review and refine the direction first.

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

#### **Start With an Idea**

Not sure where to begin? Click any of the example prompts below the input box to instantly load it as your starting point. Edit it to fit your needs, or submit it as-is to see what Thunkable AI builds.

<figure><img src="/files/5C8ALHPEC7d2RqgjHz42" alt=""><figcaption></figcaption></figure>

***

## AI Tokens

Each Thunkable plan will grant different allotments of tokens to be used in project generation, which will be replenished at the start of each billing cycle for monthly plans, and on the 1st of each month for Yearly plans.&#x20;

* **Free** - 2,000 tokens per month
* **Accelerator** - 20,000 tokens per month
* **Builder** - 50,000 tokens per month
* **Advanced** - 100,000 tokens per month

For each Build Prompt and response on Thunkable AI, roughly 250 tokens will be deducted from your balance. Each Discuss Mode Prompt will cost 100 tokens.&#x20;

#### Getting Support

You will be able to seamlessly connect with Thunkable Support wherever you run into issues.&#x20;


---

# 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://aidocs.thunkable.com/getting-started/what-is-thunkable-ai.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.
