# Model Access Rights

In the [model overview](/documentation/qonic-dashboard/models.md), select a model and click Access. Only model owners can manage the access rights of a model.&#x20;

Once the access rights dialog is open, you will see a panel on the left-hand side containing some basic information about this model, such as the owner, creation date and the last contributors to the model (1).

For each project member you can specify their access rights for this specific model (2):

* No Access: cannot access the model. The model will also not be visible for this person in the [model overview](/documentation/qonic-dashboard/models.md).&#x20;
* **Viewer:** can view the model
* **Data editor:** can view the model and edit metadata such as properties
* **Modeler:** can view and edit the model, both in geometry and data
* **Owner:** can view and edit the model, and manage access rights

A model always needs at least **one** owner.

You can also specify default access rights for the model (3). Newly added members to a project will be assigned this default role.&#x20;

To keep a good overview of all project members and their model roles, you can sort (4) and group (5) the members.&#x20;

After making your changes, be sure to click the Save button on the bottom-right of the dialog.

<div data-with-frame="true"><img src="https://20430882.fs1.hubspotusercontent-na1.net/hubfs/20430882/Frame%203677.png" alt=""></div>


---

# 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-dashboard/models/model-access-rights.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.
