# Spaces

A list of all spaces that belong to the organization.

## List of Spaces

### **Description of Columns**

* **Space name -** Displays the name of each space within the organization.
* **Created At -** Displays the date and time when the space was created.
* **Updated At -** Indicates the date and time when the space was last updated.
* **Actions -** Provides options to delete, or view detailed information about each space.

<figure><img src="/files/CZO29Jsxl2XhIc8vkZNw" alt=""><figcaption><p>List of spaces</p></figcaption></figure>

## Add new Space

A new space can be added to the organization by pressing the "Add Space" button. A window for filling in the name of the new space will appear (required). [Policies](/doc/~/changes/1017/organization/policies.md) can be added to the newly created space in one step and access to the new space can be created directly. The creation of the space is confirmed by pressing the "Create" button. The newly created space appears in the list of all spaces in the organization.

<figure><img src="/files/SNgVZivEiilKUSHPk1Yw" alt=""><figcaption><p>Add new spaces</p></figcaption></figure>

## Update Space

The only think you can edit is a space name. All permissions in space are controlled via [policies](/doc/~/changes/1017/organization/policies.md).

## Delete Space

In Table layout by clicking on action button followed by "Remove" button.

{% hint style="warning" %}
Deleting space means that all policies containing the space will be deleted as well as all rules in the given space will be deleted.
{% endhint %}

## Space detail

### Users tab

There is a list of all users who are allowed to access the given space.&#x20;

<figure><img src="/files/YmSiSaTceU81ldEKeLbD" alt=""><figcaption><p>List of users that have access to the space</p></figcaption></figure>

#### Add User to space

By clicking on Button add user to space

<figure><img src="/files/KF9gz540avl1O08jE1i4" alt=""><figcaption><p>Add user to space</p></figcaption></figure>

### Teams Tab

There is a list of all teams that have access to the given space.

<figure><img src="/files/GNrH1yD28i4onviADU5d" alt=""><figcaption><p>List of teams that have access to the space</p></figcaption></figure>

#### Add team to space

By clicking on "Add Team to Space" you can add existing organization team to selected space. In the window showed select a team and assign specific [space role](/doc/~/changes/1017/organization/space-roles.md) to it.

<figure><img src="/files/AGRLMY5MNChA1oFVwc4G" alt=""><figcaption><p>Add team to space</p></figcaption></figure>


---

# 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.decisionrules.io/doc/~/changes/1017/organization/spaces.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.
