# Workspaces

Workspaces are a great way to organize teams around different projects you manage or different authentication and ID verification configs. All configs and settings are wrapped to a single Workspace and they will only be visible for the teammates added to that space.

### Create a Workspace

To create a new workspace you simply need to press the  <mark style="color:purple;">**`+`**</mark> button on the left panel (beneath the icon of your first workspace. You can rename the workspace any time by pressing the  <mark style="color:purple;">**`...`**</mark> icon on the right of its name.

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

### Team members

You can add, remove and customize roles of members in every workspace. Click <mark style="color:purple;">`Team members`</mark> to access the screen below

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

#### Roles and Permissions

<table><thead><tr><th width="323">Permissions/Roles</th><th width="148" align="center">Owner</th><th width="140" align="center">Admin</th><th align="center">Member</th></tr></thead><tbody><tr><td>See config settings </td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td></tr><tr><td>Leave workspace</td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td></tr><tr><td>Create new configs </td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"></td></tr><tr><td>Invite team members to workspace</td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"></td></tr><tr><td>Edit configs</td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"></td></tr><tr><td>Delete configs</td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"></td></tr><tr><td>Remove team members</td><td align="center"><strong>x</strong></td><td align="center"></td><td align="center"></td></tr><tr><td>Change team members' roles</td><td align="center"><strong>x</strong></td><td align="center"></td><td align="center"></td></tr><tr><td>Delete workspace</td><td align="center"><strong>x</strong></td><td align="center"></td><td align="center"></td></tr></tbody></table>


---

# 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.wallid.io/config-dashboard/workspaces.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.
