# User Access

Cosmo provides flexible user and permission management.

### 1. Managing Permissions & Roles

Access control is managed through **User Access** settings.

To modify permissions:

1. Navigate to **User Access**.
2. Click **Add Permissions**.
3. Select the member.
4. Click **Move** to assign them.
5. Choose a role (**Owner**, **Admin**, **Member**, or **Viewer**).
6. Click **Save** to apply changes.

Roles define what actions a user can perform within a Space.

<figure><img src="/files/hAeWhFFycTsnR0g5W3sf" alt=""><figcaption><p>Manage user permissions and assign roles</p></figcaption></figure>

***

### 2.. Role Descriptions

#### Owner

* Full control over the Space
* Manage users and assign roles
* Create, edit, and delete custom roles
* Manage namespace tags
* Update Space settings (name, avatar)
* Delete the Space
* Create, edit, delete, and share assets
* Manage Trash and shares

***

#### Admin

* Manage users and assign roles
* Manage shares and Trash
* Override asset status
* Manage namespace tags
* Update Space avatar
* Create, edit, delete, and share assets

***

#### Member

* Create, edit, move, copy, rename, delete, and download assets
* Update asset status and tags
* Add comments and annotations
* Share assets
* View Space members and assets

***

#### Viewer

* View Space members
* View assets and asset details
* View metadata, status, tags, and comments
* Cannot create, edit, delete, or manage assets


---

# 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.helmut.cloud/cosmo/spaces-in-cosmo/user-access.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.
