> For the complete documentation index, see [llms.txt](https://help.qonic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qonic.com/documentation/qonic-dashboard/dashboard-overview.md).

# Dashboard Overview

<figure><img src="/files/Uv7m0iCSlxDUygcGzkId" alt=""><figcaption></figcaption></figure>

1. Your [organization](/documentation/qonic-dashboard/your-organization.md). If you are an organization owner, click this to manage organization members, billing and other information.
2. Your currently opened [project](/documentation/qonic-dashboard/projects.md). Click this to switch to another project or create a new project.
3. The currently opened tab in your project. The available tabs are also shown on the left-hand side:
4. [Models](/documentation/qonic-dashboard/models.md) of currently active project
5. Drawings overview of currently active project
6. [Reports](/documentation/qonic-dashboard/reports.md) overview of currently active project
7. [Libraries](/documentation/qonic-dashboard/libraries.md) of currently active project
8. Members of currently active project
9. Settings of currently active project *- only available to project owners*
10. Help Center: contains actions like opening the onboarding dialog, sending a message to the Qonic team, reporting an issue, booking a demo, or visiting external links like the help center or [community](https://community.qonic.com/).&#x20;
11. Status of the project. Pending changes in any model or library will be displayed here
12. Profile Settings and Log Out button
13. Search for models
14. Filter models
15. Sort models
16. Switch between card view and list view
17. Upload a new model *- only available to project editors or higher*
18. Used model tags in the project; click the tags for easy filtering
19. Overview of models in which you have pending personal changes. These changes are not visible to team members until you publish them by clicking the 'Push to Project' button between (19) and (20) or by clicking the project status (11).
20. Overview of models in which you **don't** have pending changes.&#x20;
21. Model card. Click it to open up the following options:
22. Open currently selected model(s)
23. Delete currently selected model(s) *- only available for models of which you are owner*
24. Open [version history](/documentation/qonic-dashboard/models/model-version-management.md) of currently selected model - *only supported for a single model*
25. Manage [access rights](/documentation/qonic-dashboard/models/model-access-rights.md) of currently selected model *- only available to model owners, only supported for a single model*
26. Export currently selected model to IFC *- only available if you have model editing rights*
27. Create [public sharing](/documentation/qonic-dashboard/models/public-sharing.md) links of currently selected model(s)


---

# 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://help.qonic.com/documentation/qonic-dashboard/dashboard-overview.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.
