# Projects Page

Projects Page is a page containing all the projects you are working on, making it easy to view and access them at any time.

<div data-full-width="false"><figure><img src="/files/3c9nQ7blybeEOEpnLRuY" alt=""><figcaption><p>QuantumByte Project Dashboard</p></figcaption></figure></div>

#### Create App from Dashboard

If you want to create another project after creating the first one, simply **go to the Projects Page**, then at the right corner, click the “**Build Your App**” button, and you’ll be directed to the prompt-based app builder to get started.

#### Dashboard Feature

Beyond just listing projects, the Dashboard giving you a unified environment to manage applications, collaborators, and configurations.

<table><thead><tr><th width="251">Feature</th><th>Descriptions</th></tr></thead><tbody><tr><td><strong>App Starters</strong></td><td>Quickly launch new applications from a structured prompt.</td></tr><tr><td><strong>Application List</strong></td><td>Host and manage multiple apps, each with its own frontend and backend.</td></tr><tr><td><strong>Collaborators and Roles</strong></td><td>Invite team members and assign roles (Admin, Builder, Operator, Viewer) to set responsibilities and access level</td></tr><tr><td><strong>Environments</strong></td><td>Work across two environments, Preview (for fast testing) and Deployed (for stable releases).</td></tr><tr><td><strong>Domains</strong></td><td>Use a default QB subdomain or connect your own custom domain with SSL.</td></tr><tr><td><strong>Project Settings</strong></td><td>Manage shared assets, integrations, and environment variables across all apps in the Workspace.</td></tr></tbody></table>


---

# 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/components/dashboard.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.
