> For the complete documentation index, see [llms.txt](https://docs.decisionrules.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decisionrules.io/doc/organization/resources/spaces.md).

# 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/i4WROqLL7pEiHwr38BYI" 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).

Assigning to a Department:

* **For Organization Owners / Admins**: Assigning the space to a Department is *optional*. An unassigned space remains a Global Space.
* **For Department Managers**: This step is *obligatory* and scoped only to the department they manage.

[Policies](/doc/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.

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

### Update & Relocate Spaces

You can edit any existing Space to update its name.

#### Moving Spaces (Admins/Owners Only)

Organization Owners and Admins can modify the Department field to relocate a Space. This enables you to:

* Delegate Management: Move a Space from the Global Organization into a specific Department.
* Centralize Control: Move a departmental Space back to the Global level.
* Preserve Access: All Space permissions remain intact and continue to be controlled via Policies regardless of the move.

### 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/Teams tab

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

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

#### Add User to space

By clicking on Button "Create Policy" you are adding someone to a space

{% hint style="info" %}

#### Expand Access:

To add more people, click the + Add Policy button within the modal window.
{% endhint %}

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


---

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