# Workspaces

The **Workspaces** menu is an organizational tool that allows you to group Agents (AI assistants) by team, project, or department, making navigation and organization of the user portal easier without necessarily impacting fundamental permissions.

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

#### Overview

The table displays the Workspaces that have already been created (Ex: Sales, HR, Finance, Admin).

### How to Create and Manage a Workspace

#### 1. Creation

* Click the **Create** button in the upper-right corner.
* Define the **Workspace Name**.

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

#### 2. Managing Relationships (Organization)

By clicking the actions button (...) next to a Workspace, you access the **Relationships** menu. This is where you define what belongs to that Workspace:

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

* **Agents:** Link the Agents that will be displayed in this Workspace. For example, the "HR" Workspace should contain the Agents "Internal PC" and "Internal Policies Agent".
* **Users:** Link the Users who will see this Workspace in the navigation menu.
* **Groups:** Link the user Groups that will see this Workspace.

{% hint style="info" %}

### Important Difference:

While Groups control security and access (who can use it), Workspaces control organization and visibility (where the Agent appears). Use them to make the interface cleaner for the end user.
{% endhint %}


---

# 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.poweromni.ai/en/administration-and-configuration/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.
