# Get Started

## Prompt

After logging in, you can find the structured prompt template on our landing page or get directed from the Build Your App button in the Dashboard. To start building, you’ll use a structured prompt template:

“Build me a mobile app for <kbd>\[Target Audience]</kbd> to help them <kbd>\[App Purpose]</kbd> the goal is to <kbd>\[App Goals]</kbd>.”

<figure><img src="/files/S64ZpAKg89S3Vl4FnbbW" alt="" width="375"><figcaption></figcaption></figure>

After you enter a natural-language prompt and click **Build the app**, the system will direct user to chat with QuantumByte **Deepdive AI Agent**.

## Deep Dive into Your Idea

{% hint style="success" %}
Available in v3.1.1
{% endhint %}

The Deepdive Agent guides you during the initial setup to ensure your application is built to your exact needs. It can be accessed through either a **speaking** or **chatting** interface. Its primary role is to engage in a conversational interview, collecting detailed information and clarifying your requirements to create a highly accurate and comprehensive specification. Once this interactive process is complete, the Deepdive Agent seamlessly sends the finalized specification to the platform to begin the app generation process.

<figure><img src="/files/Y1oUUOw9q2luVytQO62o" alt="" width="375"><figcaption></figcaption></figure>

Once the app generated, you will begin your app editing on **Canvas**, a visual framework that captures the essence of the product concept.


---

# 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.quantumbyte.ai/get-started.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.
