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

# Components

- [Canvas](https://docs.quantumbyte.ai/components/canvas.md): Once your submit your prompt, the system will directs you to Canvas where you can see the high-level concept of your app.
- [Editing, Ripple Effect, and Planner](https://docs.quantumbyte.ai/components/canvas/editing-ripple-effect-and-planner.md)
- [Roadmap](https://docs.quantumbyte.ai/components/canvas/roadmap.md)
- [Studio](https://docs.quantumbyte.ai/components/studio.md): The Studio is the main workspace where users shape, refine, conceptualize, and visualize their products.
- [App Preview](https://docs.quantumbyte.ai/components/studio/app-preview.md)
- [Page Editor](https://docs.quantumbyte.ai/components/studio/page-editor.md)
- [Data Editor](https://docs.quantumbyte.ai/components/studio/data-editor.md)
- [Service (API) Editor](https://docs.quantumbyte.ai/components/studio/service-api-editor.md)
- [Projects Page](https://docs.quantumbyte.ai/components/dashboard.md): All of your prompted app projects are displayed here
- [Development Service](https://docs.quantumbyte.ai/components/development-service.md)
- [AI Dev Agent](https://docs.quantumbyte.ai/components/development-service/ai-dev-agent.md)
- [Human Developer Service](https://docs.quantumbyte.ai/components/development-service/human-developer-service.md)
- [Usage and Cost Orchestrator](https://docs.quantumbyte.ai/components/usage-and-cost-orchestrator.md)
- [Usage Tracker](https://docs.quantumbyte.ai/components/usage-and-cost-orchestrator/usage-tracker.md)
- [Auto-Credit Deduction and Usage Limiter](https://docs.quantumbyte.ai/components/usage-and-cost-orchestrator/auto-credit-deduction-and-usage-limiter.md)
- [Credit Top-Up and Billing System](https://docs.quantumbyte.ai/components/usage-and-cost-orchestrator/credit-top-up-and-billing-system.md)
- [System Source of Truth](https://docs.quantumbyte.ai/components/system-source-of-truth.md)
- [Code Storage](https://docs.quantumbyte.ai/components/system-source-of-truth/code-storage.md)
- [Code Editing (Repository Viewer)](https://docs.quantumbyte.ai/components/system-source-of-truth/code-editing-repository-viewer.md)
- [Domain Data Storage](https://docs.quantumbyte.ai/components/system-source-of-truth/domain-data-storage.md)
- [Domain Data Editing (Repository Viewer)](https://docs.quantumbyte.ai/components/system-source-of-truth/domain-data-editing-repository-viewer.md)
- [Asset Storage](https://docs.quantumbyte.ai/components/system-source-of-truth/asset-storage.md)
- [Asset Editing (Repository Viewer)](https://docs.quantumbyte.ai/components/system-source-of-truth/asset-editing-repository-viewer.md)
- [Delivery and Runtime](https://docs.quantumbyte.ai/components/delivery-and-runtime.md)
- [Development Environment](https://docs.quantumbyte.ai/components/delivery-and-runtime/development-environment.md)
- [Module & Template Registry](https://docs.quantumbyte.ai/components/module-and-template-registry.md)
- [Service APIs](https://docs.quantumbyte.ai/components/module-and-template-registry/service-apis.md)
- [Modules](https://docs.quantumbyte.ai/components/module-and-template-registry/modules.md)
- [Microphone Setup](https://docs.quantumbyte.ai/components/microphone-setup.md)


---

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

```
GET https://docs.quantumbyte.ai/components.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.
