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

# Quickstart

App Builder is where you create applications in Qore Studio. Start from a prompt, an existing codebase, or your own IDE. Then build, preview, test, secure, and publish the app in one live workspace.

Build the interface users touch, and connect agents from [Agent Builder](/agent-builder/agent-builder.md) behind it. Attach requirements or screenshots, connect data, and refine the app as you work.

App Builder is part of **Studio**. Use Studio to build apps. Use **Control Center** to monitor and govern running apps across your account.

## Start an app

You can start in two ways:

* **Create a new app**—Describe the app in plain language, or start with a template.
* **Bring in an existing app**—Import a Platform package, a Git repository, or a project from another builder. You can also connect your IDE over MCP.

Both paths open the [App Workspace](/app-builder/app-workspace.md), where you do the rest of the work.

## Build an app

App Builder supports each stage of the app lifecycle:

{% stepper %}
{% step %}

#### Describe your idea

Describe the app in plain language. Use **Plan Mode** to align on logic before code changes.
{% endstep %}

{% step %}

#### Configure components

Set up the front end, back end, and agents that power the app.
{% endstep %}

{% step %}

#### Connect services

Link services, databases, and APIs.
{% endstep %}

{% step %}

#### Test and refine

Test functionality, review responses, and address gaps.
{% endstep %}

{% step %}

#### Publish and monitor

Publish the app, then track its usage and cost.
{% endstep %}
{% endstepper %}

Use [Plan](/app-builder/plan.md) to define the blueprint. Use [Build](/app-builder/build.md) to generate and extend the app. Use [Test](/app-builder/test.md), [Deploy](/app-builder/deploy.md), and [Operate](/app-builder/operate.md) to take it live and manage it.

{% hint style="info" %}
**Mobile** is a beta app target. **Flow Engine** is a preview area of Studio.

**Mobile backend support and store-ready packaging:** Build mobile apps with backend integration. Generate Android packages that are closer to Google Play publishing requirements.
{% endhint %}

## Explore App Builder

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/db6b18a9a31d8092c1e9b584cdbb9931cc4fea13" %}
[Importing apps](/app-builder/creating-and-importing-apps.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/bc7662d99efc00ab94438c3b32248b84a7af247f" %}
[App Workspace](/app-builder/app-workspace.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/6de8c0921a81fc6dc038359c161a4825e5e9aa3e" %}
[App Config](/app-builder/build/app-config.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/fadca3113941216b965e532881dffdc606cd4f86" %}
[DB Explorer](/app-builder/build/db-explorer.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/4844ee4b9bc46117ccc5a5bc36b61b43cb4a3936" %}
[Data Flow](/app-builder/build/data-flow.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/c10eed6161aadb656ac4137fce98a06ced6ec452" %}
[Testing](/app-builder/testing.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/9006766511be37fb1fe542c48dd782896979a34b" %}
[Security Scans](/app-builder/security-scans.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/8702fcc339f8f48ebac028fe6ea122c072838cf2" %}
[Analytics](/app-builder/analytics.md)
{% endcontent-ref %}


---

# 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.uptiq.ai/app-builder/app-builder.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.
