> For the complete documentation index, see [llms.txt](https://docs.saaster.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saaster.io/fundementals/user-guide/manage-users.md).

# Manage users

In saaster, 1/n users can be added as long as the current plan allows.

<figure><img src="/files/0xhTBLpNFzT7lGDumjLr" alt=""><figcaption></figcaption></figure>

### Add new user

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

<table><thead><tr><th width="209">Field</th><th>Description</th></tr></thead><tbody><tr><td>Active</td><td>Decide whether the user can login or not.</td></tr><tr><td>Administrator</td><td>Decide whether the user is an Admin. Read more about <a href="/pages/5JY0IJwpEVP0LPdkdeVQ">customer rights</a>.</td></tr><tr><td>Superadmin</td><td>Decide whether the user is a Super Admin. Read more about <a href="/pages/5JY0IJwpEVP0LPdkdeVQ">customer rights</a>.</td></tr><tr><td>Salutation</td><td>The user's salutation such as Mr. or Mrs... Titles such as Dr. or Prof. can also be used.</td></tr><tr><td>First name</td><td>The first name of the user.</td></tr><tr><td>Name</td><td>The last name of the user.</td></tr><tr><td>Email address</td><td>This e-mail address is used for the login.</td></tr><tr><td>Phone</td><td>The landline telephone number of the user.</td></tr><tr><td>Mobile</td><td>The mobile phone number of the user.</td></tr></tbody></table>

### Edit user

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

<table><thead><tr><th width="228">Field</th><th>Description</th></tr></thead><tbody><tr><td>Active</td><td>Deside whether the user can login or not.</td></tr><tr><td>Administrator</td><td>Deside whether the user is an Admin. Read more about <a href="/pages/5JY0IJwpEVP0LPdkdeVQ">customer rights</a>.</td></tr><tr><td>Superadmin</td><td>Deside whether the user is a Super Admin. Read more about <a href="/pages/5JY0IJwpEVP0LPdkdeVQ">customer rights</a>.</td></tr><tr><td>Salutation</td><td>The user's salutation such as Mr. or Mrs... Titles such as Dr. or Prof. can also be used.</td></tr><tr><td>First name</td><td>The first name of the user.</td></tr><tr><td>Name</td><td>The last name of the user.</td></tr><tr><td>Email address</td><td>This e-mail address is used for the login.</td></tr><tr><td>Phone</td><td>The landline telephone number of the user.</td></tr><tr><td>Mobile</td><td>The mobile phone number of the user.</td></tr></tbody></table>


---

# 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://docs.saaster.io/fundementals/user-guide/manage-users.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.
