> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-2-system-administrator-manual/menu_-_administration__user_management/create_user.md).

# Create user

To create a user, select the “Add user” tab on top of right part of the window.

![](/files/6sdAxzpUSweatT7QFi6p)

![](/files/KrR4BkyDSPW0KUyp11xS)

Enter the necessary user information as described in the table below. Please note that username, password and name fields are mandatory parameters.

| Field                         | Description                                                | Remarks                                                                                                            |
| ----------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| Username                      | The user name used as login.                               | Length from 6 to 10 characters.                                                                                    |
| Access level                  | Defines user rights as shown in the table in chapter 11.8. |                                                                                                                    |
| Password                      | Password for system login.                                 | Length from 6 to 10 characters, must contain letters and digits.                                                   |
| Name                          | Name and family name.                                      | More than 5 characters, must contain both name and family name.                                                    |
| Company                       | Company name.                                              | Optional.                                                                                                          |
| Title                         | User title.                                                | Optional.                                                                                                          |
| Email                         | User email address.                                        | Optional, necessary for all email depending services like alarm dispatch via email, automatic reports and exports. |
| Mobile                        | User mobile number.                                        | Optional, necessary for all mobile depending services like alarm dispatch via SMS.                                 |
| Address1, Address 2, Address3 | Post address.                                              | Optional.                                                                                                          |
| Information                   | Additional information.                                    | Optional.                                                                                                          |
| User Groups                   | Select the group or groups the user shall belong to.       | Click “+” sign on the left to create a new user group if needed.                                                   |

Click “Add user” and sign.


---

# 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://help.boomerang3.com/boomerang-2-system-administrator-manual/menu_-_administration__user_management/create_user.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.
