# Manage Spaces

## How to create and manage spaces

### Create new space

Creating a new space will take you a couple of seconds. Let's start!

1. Click on ![](/files/lC7N0W3735tK8cJSfGhe) in the top right corner.
2. In the Space pop-up click the <img src="/files/-MW4flxAhhm-dgcC32cr" alt="" data-size="line"> button.
3. You will be prompted to enter a name for your new Space. Name your Space and click **Confirm.**
4. Your **new space** is ready to use!

### Manage your space

* Click the <img src="/files/TplN0nb8J7iCaTVTEcDt" alt="" data-size="line"> button in the sidebar.

or

* Click ![](/files/lC7N0W3735tK8cJSfGhe) in the top right corner. A pop-up will be shown, containing your spaces. Choose a Space you wish to manage and click the gear <img src="/files/G2G8F3tSxPyscmwToUvp" alt="" data-size="line"> icon in the top right corner of said Space.

<figure><img src="/files/YH9vDu6DedNurjhaLFTw" alt=""><figcaption><p>Space Select</p></figcaption></figure>

<figure><img src="/files/3EBTvfEteH8tIjGedYfR" alt=""><figcaption><p>Space Settings</p></figcaption></figure>

Here you can see all the details about the selected space

* Users number
* Rules number
* API keys number
* Billing email - the owner of the space
* Users and their permission

### Change space name

1. In space, management menu click on the current space name in the left upper corner
2. Enter new name
3. Confirm

### Invite new space member

1. In space management, click on ![](/files/-MW4iXlr72Z51AMtfqc6)
2. Enter the email address of the person you want to invite
3. Click on <img src="/files/-MW4isFsmit_ktaVXhgl" alt="" data-size="line">
4. Your job is done. Wait for the invited person to join. :watch:

{% hint style="warning" %}
The limit of users guaranteed by the space owner's plan is compared to **the sum of users and the number of unique invitations** in all spaces of that owner

Example:

* You have a plan with a user limit of 5
* You are an owner of 2 spaces - space A and space B
* You have 2 unique users (including yourself) in space A
* You have these same users in space B
* So the total number of users in all the spaces you own is 2
* You send 3 more unique invitations to space A. You can continue to invite the same users to space B that you have invited to space A
* However, if you would like to invite another user (that you have not yet invited to space A), you must either remove one of the invitations in space A or upgrade your plan
  {% 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.decisionrules.io/doc/v1/teamwork/create-and-manage-your-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.
