# Workspace management

To manage a workspace, you must have an **Admin** or a **Workspace Manager** role. Your Workspace role is displayed in the workspace members area within your settings.

{% hint style="info" %}
Although Admins can manage a workspace, they can not manage workspace members unless assigned the Workspace Manager role.
{% endhint %}

## Add workspace members

To add a member to your workspace, go to **Workspace Settings > Members** and enter their email address. Click '**Add Members**' to finish.

You can then begin typing the **email address** of the member you want to add to the workspace. Select the member(s) and click **Add Members**.

### Things to keep in mind:

* All workspaces **must** have at least one Workspace Manager.
* Workspace Managers can **remove** workspace members.
* Workspace Members can **view**, **create** and **update** projects and assets inside this workspace.
* All workspace members have permission to **add** members to a workspace.

## Workspace settings

{% hint style="info" %}
**Only** Workspace Managers and Admins have permission to update workspace settings.
{% endhint %}

To view or update workspace settings, select the **Workspace Settings** tab within your workspace. There you can manage your workspace settings.

| Actions                    | Description                                                                                                                                                                                                                                                                                                                                                             |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Leave Workspace            | <p>Leaving the workspace means you will no longer be able to access it. The data you contributed to the workspace will still be available.<br><br><span data-gb-custom-inline data-tag="emoji" data-code="26a0">⚠️</span> If you are the only Manager in the workspace, you <strong>must</strong> assign another member the role of Manager to leave the workspace.</p> |
| :warning: Delete Workspace | <p>Deleting a workspace also deletes all projects, phases, models, and datasets associated with it.<br><br>You <strong>must</strong> be a <strong>Workspace Manager</strong> to delete a workspace.</p><p>This action is <strong>irreversible</strong>.</p>                                                                                                             |


---

# 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.vectice.com/admin-guides/workspace-management.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.
