# User Interface Overview

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

1. Model name or restricted state of the model. Can be either:
   1. **Read only:** you only have [viewing access](/documentation/qonic-dashboard/models/model-access-rights.md) to this model, or you have opened a [public sharing](/documentation/qonic-dashboard/models/public-sharing.md) key, or Qonic has automatically enabled read only mode to prevent a [memory crash](https://help.qonic.com/documentation/qonic-application/basics/pages/9k6ZT9KI2mgQ7El5jk3D#qonic-crashes-in-the-web-browser.-whats-going-on).&#x20;
   2. **Multi model:** you have opened multiple models simultaneously. You can make changes across the currently opened models that you have modeling or data editing access rights to. Open the [Browse panel](/documentation/qonic-application/querying-and-reporting/browse-panel.md) to pick the *active* model: this is the model that *newly created* geometry will be added to.&#x20;
   3. **Conflict solving:** you are in a dedicated conflict solving mode because your previous changes conflict with the latest public version. Solve all conflicts before continuing to edit the model.
   4. **Version Compare:** you are currently comparing two versions of a single model. This is a read-only mode dedicated to displaying the differences between these two versions. To compare two versions of a model, go the the [model version history](/documentation/qonic-dashboard/models/model-version-management.md), select one model version, click the Compare button and then select another model version.
   5. **Nothing is displayed here:** there are no restrictions, you can modify the model.
2. [Command center](/documentation/qonic-application/querying-and-reporting/command-center.md): use this to launch a tool or search on property or attribute.
3. Undo (shortcut <kbd>Ctrl</kbd> <kbd>Z</kbd>)
4. Redo (shortcut <kbd>Ctrl</kbd> <kbd>Y</kbd>)
5. [Saving state](/documentation/qonic-dashboard/models/model-version-management.md) of the currently active model, including a publish button which closes the application and takes you to the [model version history](/documentation/qonic-dashboard/models/model-version-management.md), where you can choose to publish or discard you changes.
6. Notifications button.
7. Options button to open the model in the desktop/browser or return back to the [dashboard](/documentation/qonic-dashboard/dashboard-overview.md).
8. [Inspect Panel](/documentation/qonic-application/querying-and-reporting/inspect-panel.md): use this panel to inspect the attributes, properties and relations of one or more parts.
9. [Libraries Panel](/documentation/qonic-application/querying-and-reporting/libraries-panel.md): use this panel to manage and get an overview of your library items in the currently opened model(s).
10. [Issues Panel](/documentation/qonic-application/querying-and-reporting/issues-panel.md): use this panel to create, assign and comment on issues in the currently opened model(s).&#x20;
11. **Hide or isolate** elements. Select the entities you wish you hide/isolate, click the eye icon in the navigator, and click to *Set As Scope* <kbd>+</kbd> or *Remove From Scope* <kbd>-</kbd>. If a scope is active, you can *Reset Scope* <kbd>\*</kbd>.
12. Activate a **section plane** <kbd>Ctrl</kbd> <kbd>Shift</kbd> <kbd>E</kbd> **or section box** <kbd>Ctrl</kbd> <kbd>Shift</kbd> <kbd>X</kbd>. Either manually create a temporary section plane/box in any direction or activate a plan section or elevation based on the story/level information in the model. A green notification dot indicates that a section plane is currently active.
13. Saved Views and the [Views Panel](/documentation/qonic-application/querying-and-reporting/views-panel.md): use this panel to create saved views and jump between these views easily. Jump to one of your favorited views (up to 5 views can be set as favorite) by using shortkeys <kbd>1</kbd> to <kbd>5</kbd>.
14. Toggle visualization of 3D [Spaces](/documentation/qonic-application/basics/visualisation-settings/spaces.md)&#x20;
15. Toggle visualization of building [Grids](/documentation/qonic-application/basics/visualisation-settings/grids.md).&#x20;
16. [Browse Panel:](/documentation/qonic-application/querying-and-reporting/browse-panel.md) use this panel to browse your model. Group and filter on location, IFC Class, IFC Properties and other attributes.
17. [Report panel](/documentation/qonic-application/querying-and-reporting/report-panel.md): use this panel to generate reports of quantities and properties.
18. Help Center: contains actions like opening the tips panel, 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;
19. [Modeling and Drafting](/documentation/qonic-application/modeling.md) toolbar
20. [Measuring, geometry and data analysis](/documentation/qonic-application/analysing.md) tools
21. Toggle [Deep Select](/documentation/qonic-application/basics/navigation-and-selection/selection-modes.md#deep-select). Use this to select subentities like edges, faces and vertices.
22. Toggle [Snapping](/documentation/qonic-application/modeling/snapping.md).
23. Toggle the Sketch Grid. This grid allows you to snap to intervals which scale up or down depending on your zoom level.&#x20;


---

# 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://help.qonic.com/documentation/qonic-application/basics/user-interface-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.
