# Add user accounts

Every person who uses an RMH app should have their own unique user account.

1. Click **Setup**.
2. Expand **People & Security**.
3. Click **Users**.
4. Click **New**.
5. Enter information about the user.

<details>

<summary><img src="/files/Bdprh8VktJ8YD1YS6AjL" alt="" data-size="original"></summary>

<table><thead><tr><th width="249.55548095703125" valign="top">Field</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Login ID</td><td valign="top"><p>The ID that the person will use to log in to POS.</p><p>Tip: The Login ID prints on the customer's receipt. To protect the privacy of employees, consider using a numeric ID. (An added benefit is that numeric IDs are also easier to enter in POS.) You might also consider using a number series for IDs that aligns with the user's role. For example, all 100's are cashiers, 200's are floor managers, 300's are manager, and so on.</p></td></tr><tr><td valign="top">User Name</td><td valign="top">The user's first and last name.</td></tr><tr><td valign="top">Telephone</td><td valign="top">The user's telephone number.</td></tr><tr><td valign="top">Email</td><td valign="top">The user's email address.</td></tr><tr><td valign="top">Password</td><td valign="top">A password that the user must enter to log in to POS or Store Manager. Passwords are optional but recommended. User accounts that do not have passwords are vulnerable to fraud and theft.</td></tr></tbody></table>

</details>

6. In the **User Roles** section, click the browse icon beside **POS Role** or **Manager Role** and select the user role with the appropriate privileges, e.g., Cashier-Reg, Manager-Full.

You can customize the privileges for the cashier by adding or removing cashier rights from the list. If the manager may need to enter transactions, you can assign both a POS Role and a Manager Role.

There are two default Manager roles: Manager-Full has full privileges and Manager has read only access.

<div align="left"><figure><img src="/files/sofIOdSr0paaeKdufpjZ" alt=""><figcaption></figcaption></figure></div>

7. Click **Save and Close**.


---

# 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.rmhpos.com/store-manager/manage-employees/setting-up-user-account.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.
