> For the complete documentation index, see [llms.txt](https://docs.rulecube.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rulecube.com/v2.5/how-to-guides/logging-in-and-authorization/invite-other-users-to-rulecube.md).

# Invite Other Users to Rulecube

## Introduction

This guide provides the steps for inviting other users to your Rulecube tenant. This enables the joint development of rulesets with your colleagues.

## Before you begin

* You need to have the `TenantAdmin` role to invite other users.
* Determine what role(s) you want to assign to the invitee. See this [authorization topic](/v2.5/how-to-guides/logging-in-and-authorization.md) for more information about available roles.

## Procedure

1. [Log in to Rulecube](/v2.5/how-to-guides/logging-in-and-authorization/log-in-to-rulecube.md).
2. Click your tenant name in the menu bar.\
   ↳ The **Profile** page opens with the *Users* section:<br>

   <figure><img src="/files/l4oaKC9ZVaHNliV5jtyK" alt=""><figcaption></figcaption></figure>
3. Click **Invite user**.\
   ↳ The **Invite user** pop-up opens:\
   \
   ![](/files/8R0CqbTlY0RnCfY0RL4d)\
   \
   Note that the roles `TenantUser` and `FormsUser` are pre-selected for the invitee.<br>
4. In the **E-mail** field, enter the invitee's e-mail address.
5. If you want to add a role, in the **Roles** list, select the role—the row turns green—and press `Enter`.
6. If you want to remove a role, in the **Roles** list, select the role—the row turns red—and press `Enter`.
7. When finished, click **OK**.\
   ↳ Rulecube sends an invitation e-mail to the invitee, and a new row for the invitee is added to the **Users** section.
8. Optionally, notify the invitee to [activate the Rulecube account](/v2.5/how-to-guides/logging-in-and-authorization/activate-your-account-from-an-invitation.md) from the mail.


---

# 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:

```
GET https://docs.rulecube.com/v2.5/how-to-guides/logging-in-and-authorization/invite-other-users-to-rulecube.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.
