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

# Drawings

## Creating a drawing

Before creating a drawing, open a model and use the [Views Panel](/documentation/qonic-application/querying-and-reporting/views-panel.md) to define one or more views of your model(s). Once the view is created and these model changes have been published, you can generate 2D vectorized drawings from these views. To generate the drawings, click the Generate Drawings button in the middle of the screen.

<figure><img src="/files/4Uyoxkz7I0JeOyT34LnH" alt=""><figcaption></figcaption></figure>

This will open a list of all views you can generate drawings for, optionally grouped by model and/or label. Select the views you want to generate drawings for.&#x20;

{% hint style="warning" %}
A view in the 3D model will only show up in this list if it contains a **section box**. This is required because the generator needs to know the direction and the depth of the view.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/DG6w2VQoHIusenfhe1Op" alt=""><figcaption></figcaption></figure></div>

Optionally, click the *Configuration* button in the bottom-left corner to set up basic configurations of what these drawings should looks like. You can choose whether or not to show automatically generated dimensions, door/window tags, grids and room, and customize section hatches and dimension styles. In the current iteration of this feature, section hatches are generally defined for all object types.

<div data-with-frame="true"><figure><img src="/files/xLdgeKreTvWR6Cd59iTb" alt=""><figcaption></figcaption></figure></div>

Once configured, click the *Save Configuration* and then the *Generate Drawings* button in the bottom-right corner of the dialog. This will start the drawing generation process.&#x20;

## Managing drawings

Once you have created a set of drawings, they will appear in the drawings tab. To create more drawings, click the green + button in the top left corner (1). The top right-corner contains some options to sort or filter your drawings, or to switch to a list view (2).

With a drawing selected, you have the option to:

* Open the drawing (3),
* Update the drawing (4). This will always reference the **last public version** of the models used in the drawing,
* Delete the drawing (5),
* Export the drawing to .dwg (6).&#x20;

<figure><img src="/files/5Au0CEqZplmtxHrczThl" alt=""><figcaption></figcaption></figure>

## Modifying a drawing

Open a drawing by double-clicking it. This opens the drawing in a new tab in the user interface as outlined below. You will find a drawing picker in the top-left corner to easily switch between drawings (1). In the top-right corner you will find undo and redo actions (2), as well as a button to display the [Inspect Panel](/documentation/qonic-application/querying-and-reporting/inspect-panel.md), showing the properties and attributes of your current selection (3).&#x20;

The bottom right corner displays the help center with options to contact support or report a bug.

The bottom toolbar displays a basic set of functions to further annotate or alter your drawing:

* Pan mode (5)
* Zoom to Fit (6)
* Add dimensions (7)
* Add text (8)
* Delete objects (9)
* Enable/disable Ortho mode (10)
* Enable/disable snapping (11)

{% hint style="warning" %}
Note that drawings in Qonic are always **output from the 3D model**. This means that modifying the drawing (e.g. deleting a wall) will **not** result in this wall being deleted from the 3D model.
{% endhint %}

Changes made to the drawings are automatically saved and visible to other project members.

<figure><img src="/files/0n8tFOFxhnng2OHPxhx5" alt=""><figcaption></figcaption></figure>


---

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