> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-ai/readme/building-your-app/instant-ideas.md).

# Instant Ideas

**Instant Ideas** is a library of professionally designed, fully built app templates that let you skip the setup process entirely and launch a working application in seconds — completely free.

{% hint style="success" %}
*Instant Ideas templates are **free to use** and require no credits to get started.*
{% endhint %}

***

## How to Access

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

There are two ways to browse and use Instant Ideas templates:

* **Create New from Template** button on the top right of your dashboard
* **"Need inspiration?"** section at the bottom of your dashboard — scroll down to browse featured templates and click **Browse all ideas** to see the full library

***

## Browsing Templates

<figure><img src="/files/1r5bnIFKzQqmTM8iAxXE" alt=""><figcaption></figcaption></figure>

The Instant Ideas library includes templates across a range of app categories. Use the filters on the left to narrow down by:

| Filter       | Options                                                                                                |
| ------------ | ------------------------------------------------------------------------------------------------------ |
| **Category** | Website, Blog, Dashboard, eCommerce                                                                    |
| **Industry** | Healthcare, Financial, Retail, Automotive, Beauty & Wellness, Entertainment, Government, ERP, and more |
| **Add-ons**  | Supabase, API, Plugin                                                                                  |

Each template card shows the app name, version, category tags, and whether add-ons are included.

***

## Template Details

Clicking on a template opens a detail view with:

* **Description** — what the app does and who it is for
* **How to Use** — a walkthrough of the app's key features and flows
* **Screenshots / Media** — preview the app's screens before committing
* **Explore similar templates** — discover related templates

Click **Use template** to create a new project from the selected template instantly.

***

## What to Expect

|                                   | Instant Ideas | Build from Scratch |
| --------------------------------- | ------------- | ------------------ |
| **Cost**                          | Free          | Credits required   |
| **Setup time**                    | Instant       | Guided workflow    |
| **Customization during creation** | None          | Full control       |
| **Post-creation customization**   | Via Debug tab | Via Debug tab      |

{% hint style="warning" %}
*Instant Ideas templates offer **no flexibility during setup** — the app is generated as-is from the template. Once created, you can freely customize the app using the* [*Debug Agent*](/emobiq-ai/readme/debug-agent.md)*.*
{% endhint %}


---

# 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.emobiq.com/emobiq-ai/readme/building-your-app/instant-ideas.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.
