> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/documentation/administration/user.md).

# User

In equipme, roles define what people can see and do in the system. The idea is simple. Instead of giving every individual a long list of permissions, you group rights into roles and assign these roles to users. Someone who buys things gets access to purchasing. Someone who approves requests bekommt access to approvals. Someone who builds catalogues bekommt access to service management.

Roles keep access structured, so people use the tools they actually need, and sensitive parts of the system are not open for everyone.

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

### How to manage roles

You find the role management in **Settings** under **Roles and permissions**.\
The overview shows all existing roles. Selecting a role opens its detail page, where you can review the permissions attached to it and see which users currently have it.

Roles can be edited at any time. You can change permissions, rename roles or delete them when they are no longer relevant. New roles can be created if you need a different mix of permissions for a specific job or team.

### Assigning roles to users

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

Users in equipme can have more than one role. You can think of roles as building blocks you combine to match what a person actually does.

For example, someone might prepare requests and also approve them for their department. Instead of creating a special configuration for this person, you assign both roles. When a role changes, all users with that role get the update automatically.

This makes it easier to maintain access over time, especially when teams change or grow.

<figure><img src="/files/Wv4gvnyW9qy1WtsIYDCb" alt=""><figcaption></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:

```
GET https://hub.equipme.io/documentation/administration/user.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.
