# Workspaces

Workspaces allow you to segment and organize the forms created on the platform, for example, by grouping them by project or area (logistics, purchasing, production, etc.).

From the side menu, go to ***Workspaces***. You will see the list of workspaces in your environment, the number of active forms in each of them (Active Forms), the existing form instances (Form instances), and the Connect-type forms they include. That is, those marked as ***Connect only*** can only be assigned to Connect users (Connect Forms).

<figure><img src="/files/hRB2IFrkOnzS9tDWfXLF" alt=""><figcaption><p>Home screen of the <em>Workspaces</em> section</p></figcaption></figure>

Click on ***New workspace*** to create a new form. A window will appear where you can set the following details:

* **Name:** the name you will use to identify the workspace (e.g., the name of the project or the area it corresponds to).
* **Description:** a brief overview of the characteristics of this workspace.
* **Active Forms Quota:** the maximum number of active form templates this workspace can contain.
* **Form Instances Quota:** the monthly quota of form instances that can be submitted.

Press ***Add*** to save.

<figure><img src="/files/2ykiZuJBr7zj9Vo8khcs" alt=""><figcaption><p>Creating a workspace</p></figcaption></figure>

Once the form is created, it will appear in the list along with three possible actions: edit, delete, and assign users. Below, we will explain what each of these actions means.

<figure><img src="/files/aTy8mGo1nfIwOTsogxSx" alt=""><figcaption><p>Actions linked to workspaces</p></figcaption></figure>

From the pencil-shaped icon, you can edit the workspace details, such as name, description, and the maximum quota of active form templates and instances.

From the trash can icon, you can delete the workspace. Keep in mind that ***Admin App*** will only allow you to delete workspaces that do not contain active forms. Therefore, if you wish to delete a workspace that is currently in use, you will need to go to the ***Build*** application and either delete its forms or move them to a different workspace using the edit button:

<figure><img src="/files/baKjHMWoP5DgR01iTj6x" alt=""><figcaption><p>Selecting a workspace from a form</p></figcaption></figure>

From the lock icon, you can configure privacy settings. By default, each new workspace is created in private mode, meaning it will not be visible to users.

<figure><img src="/files/xX42OFFLbxihpqX64FEI" alt=""><figcaption><p>Group privacy settings</p></figcaption></figure>

You can toggle the privacy switch to change the workspace's status from private to public (making it visible to all users) or assign specific users to the workspace, just like groups, by copying and pasting the ID generated for it.

{% embed url="<https://youtu.be/RvvMAKQE62Q>" %}

Once your workspace is visible, you can select it as the workspace for new forms you create in the ***Build*** application. Additionally, you can assign existing templates to the new workspace using the edit button.


---

# 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.rpaconnect.io/en-us/administration/admin-app/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.
