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

# Invitations

Two heads are better than one. Invite your colleagues and teammates you want to collaborate with to your space.

## 1. You want to invite other users

To invite other users to your space, log into your account and click on the  <mark style="background-color:purple;">**+ Invite Teammates**</mark>  button at the top right-side corner of your Space. A window will open with the title 'You are Inviting into {name} space'.&#x20;

{% hint style="info" %}
*Note that plans have limit for number of users you can invite to your space.*

*More information about Tariff Limits can be found* [*<mark style="color:purple;">here</mark>*](https://www.decisionrules.io/pricing/public-cloud) *and* [*<mark style="color:purple;">here</mark>*](https://app.decisionrules.io/profile)*.*
{% endhint %}

To invite another user, simply complete the configuration process. First, select any users with whom you have shared spaces previously; if you are inviting a new user, select "New User". Insert their email address of the person you want to collaborate. Select the role you want to assign to the new user and confirm with the “Invite” button. Invitation will be sent to the email address provided.

<figure><img src="/files/qH4NJApbw9dAswh2IXED" alt=""><figcaption><p><mark style="color:purple;">Invite a user to you space</mark></p></figcaption></figure>

Every new invitation will appear at the bottom of the page, where you can manage them and track their status. Once a user accepts your invitation, the status of the invitation is no longer "pending" and the user is moved to 'Users' where you can edit their role.

To delete a pending invitation or user from the space, click on the ![](/files/3NgSxXoJbCVXb3AiCtB1) button next to the user’s name.

<figure><img src="/files/giQLKkORR0rzRa77yNj6" alt=""><figcaption><p><mark style="color:purple;">Delete a user from your space</mark></p></figcaption></figure>

<figure><img src="/files/BJJM3BdU4N2N0cJA1yGq" alt=""><figcaption><p><mark style="color:purple;">Delete a pending invitation</mark></p></figcaption></figure>

## 2. You are invited

After another user invites you to the space, an invitation arrives in your inbox.

<figure><img src="/files/LrvtXo1Hs5Qncgx7thKf" alt=""><figcaption><p><mark style="color:purple;">Space invitation in your inbox</mark></p></figcaption></figure>

&#x20;

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

Inside is a link that will take you to the decisionrules.io login page. After logging in, you gain access to the space you were invited to.


---

# 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://academy.decisionrules.io/spaces/users-in-spaces/invitations.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.
