> 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/start-here/studio.md).

# Studio

The Studio Dashboard is Qore's building home. Start an app or agent, review your workspace, and open Studio tools from one place.

<figure><img src="/files/bG5JdjjvavPiFMXWb4uR" alt="The Studio Dashboard, with the app/agent creation prompt and workspace summary"><figcaption><p>The Studio Dashboard.</p></figcaption></figure>

Open it at **Studio → Dashboard**. Use **Control Center** to monitor and govern running apps and agents.

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

## Start a build

Describe your idea in **Describe the app you want to create…**. Then choose an **App** or **Agent**, select **Web** or **Mobile**, select a model, and start building.

You can also select **Import an existing app** or **Build from your IDE**.

<table data-view="cards"><thead><tr><th>Build in Studio</th><th data-card-target data-type="content-ref">Learn more</th></tr></thead><tbody><tr><td>Start or import an app, then build and publish it.</td><td><a href="/pages/MYjAEAv66ObSbJyUlmlH">/pages/MYjAEAv66ObSbJyUlmlH</a></td></tr><tr><td>Configure, test, deploy, and monitor an AI agent.</td><td><a href="/pages/WVSPA1qwPT66GaWlYdoD">/pages/WVSPA1qwPT66GaWlYdoD</a></td></tr><tr><td>Connect third-party services to your workspace.</td><td><a href="/pages/6CB3ux2H16RPihpNE3qg">/pages/6CB3ux2H16RPihpNE3qg</a></td></tr></tbody></table>

## Review your workspace

The Dashboard summarizes your current workspace:

* **Apps** and **Agents** show how many you have built.
* **Workflows** shows existing workflows. Select **Create Workflow** to open Flow Engine.
* **Knowledge Bases** shows available knowledge sources.

<figure><img src="/files/Qkk5QIv4b5rSHZCqb6Ys" alt="The Studio Dashboard workspace summary, including the account&#x27;s credit balance"><figcaption><p>The Dashboard's workspace summary, including credit balance.</p></figcaption></figure>

Use **Recently worked on** to reopen items by name, type, or last updated time.

## Use dashboard shortcuts

* **Integrations** summarizes the connector catalog by category. Select **See all** to open the [Integrations Hub](/integrations/integrations-hub.md).
* **Quick Start** provides **Create Your App** and **Build an AI Agent**.

## Explore Studio areas

The sidebar gives you direct access to each Studio area:

* [App Builder](/app-builder/app-builder.md) for creating, running, and publishing apps.
* [Agent Builder](/agent-builder/agent-builder.md) for building and deploying agents.
* [RAG](/core-concepts/learn-how-rag-works.md) for retrieval-augmented generation over your knowledge.
* **Flow Engine** for building workflows.
* **Knowledge Hub** for managing knowledge bases.
* [Integrations](/integrations/integrations-hub.md) for the connector catalog.

## Manage running products

Use [Control Center](/start-here/control-center.md) for account-wide monitoring, governance, access, usage, billing, and audit.


---

# 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/start-here/studio.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.
