> For the complete documentation index, see [llms.txt](https://docs.wallid.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wallid.io/config-dashboard/workspaces.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.wallid.io/config-dashboard/workspaces.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
