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