> 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.md).

# App Builder

- [Quickstart](https://docs.uptiq.ai/app-builder/app-builder.md): Create, build, test, secure, and publish apps in Qore Studio.
- [Importing apps](https://docs.uptiq.ai/app-builder/creating-and-importing-apps.md): Create apps from prompts, packages, repositories, or your own IDE.
- [App Workspace](https://docs.uptiq.ai/app-builder/app-workspace.md): Build, preview, inspect, test, version, and share your app.
- [Plan](https://docs.uptiq.ai/app-builder/plan.md): Define requirements and architecture before generating app code.
- [Build](https://docs.uptiq.ai/app-builder/build.md): Generate, customize, and connect production-ready apps from your requirements.
- [App Config](https://docs.uptiq.ai/app-builder/build/app-config.md): Configure identity, data, domains, branding, integrations, and app preferences.
- [DB Explorer](https://docs.uptiq.ai/app-builder/build/db-explorer.md): Inspect schemas, review queries, and query app databases safely.
- [Data Flow](https://docs.uptiq.ai/app-builder/build/data-flow.md): Visualize app components, data stores, and connections across your architecture.
- [mobile render test](https://docs.uptiq.ai/app-builder/test.md): Verify mobile apps on real devices before publishing.
- [Testing](https://docs.uptiq.ai/app-builder/testing.md): Review automated test results for every app build version.
- [Security Scans](https://docs.uptiq.ai/app-builder/security-scans.md): Find, review, and remediate dependency vulnerabilities in each app build.
- [Deploy](https://docs.uptiq.ai/app-builder/deploy.md): Publish tested app versions with required production configuration.
- [Operate](https://docs.uptiq.ai/app-builder/operate.md): Monitor costs, acquisition, analytics, and app health after launch.
- [Analytics](https://docs.uptiq.ai/app-builder/analytics.md): Track published app visitors, traffic trends, and audience characteristics.
- [Video Tutorial](https://docs.uptiq.ai/app-builder/video-tutorial.md): Watch a visual walkthrough for building your first app.


---

# 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.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.
