# Workspaces

A Workspace is the central entity that ties everything together — attach any number of Scopes and Personas to it. You can create multiple Workspaces and invite users to each one, enabling clear separation of responsibilities across your organization.

## Creating a Workspace

1. Navigate to **Workspaces** and click **Add Workspace**.

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

2. Give the Workspace a **Name** and **Description**.
3. Select the **Persona(s)** to include in the Workspace, and click **Next**.

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

3. Select the **Agent(s)** that do the work in this Workspace, and click **Next**.

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

4. For each **Provider** screen, select the **Scopes** to include in the Workspace, then click **Next** until you have reviewed them all.

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

5. Click **Create**.

**Congratulations!** Your Workspace is now ready to receive assignments, interpret goals, break down work, and provide a transparent audit trail—all with human oversight and control.


---

# 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.duplocloud.com/docs/armor/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.
