> 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.md).

# Logging in and Authorization

The access to Rulecube is organized in tenants and a tenant is an application instance of Rulecube that represents your organization. So when you start working with Rulecube, you'll be provided your tenant, which you can see in the menu bar:

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

## Authorization through roles

The authorization in Rulecube is connected to your tenant and is organized in **roles** that have certain rights to execute tasks within Rulecube. Therefore, everyone with access to your tenant has been assigned one or more roles, and your tenant has at least one administrator with the `TenantAdmin` role.

The following roles can be assigned to Rulecube users:

* `TenantAdmin`
* `TenantUser`
* `FormsUser`

Both TenantAdmins and TenantUsers can create rulesets with all available components. And if you have the `TenantAdmin` role, you can invite other TenantAdmins and TenantUsers and they will get the invitation as an e-mail. You cannot invite others if you only have the `TenantUser` or the `FormsUser`.&#x20;

## Additional resources

See the following How-to Guides for tasks related to logging in and authorization:

* [Activate Your Account From an Invitation](/v2.5/how-to-guides/logging-in-and-authorization/activate-your-account-from-an-invitation.md)
* [Log in to Rulecube](/v2.5/how-to-guides/logging-in-and-authorization/log-in-to-rulecube.md)
* [Change Your Password](/v2.5/how-to-guides/logging-in-and-authorization/change-your-password.md)
* [Recover Your Password](/v2.5/how-to-guides/logging-in-and-authorization/recover-your-password.md)
* [Invite Other Users to Rulecube](/v2.5/how-to-guides/logging-in-and-authorization/invite-other-users-to-rulecube.md)
* [Edit a User's Role](/v2.5/how-to-guides/logging-in-and-authorization/edit-a-users-role.md)
* [Delete a User](/v2.5/how-to-guides/logging-in-and-authorization/delete-a-user.md)


---

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