> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/central-manager/manage-employees.md).

# Manage employees

- [Central users](https://docs.rmhpos.com/central-manager/manage-employees/central-users.md)
- [Configure a Central Manager user password policy](https://docs.rmhpos.com/central-manager/manage-employees/central-users/setting-up-central-user-password-policy.md): This topic describes how to establish a password policy for head office employees. The password policy applies to all employees who have a user account for Central Manager or Central Loyalty.
- [Configure Central Manager user roles](https://docs.rmhpos.com/central-manager/manage-employees/central-users/setting-up-central-manager-user-roles.md): This topic describes how to configure Central Manager user roles.
- [Create Central Manager user accounts](https://docs.rmhpos.com/central-manager/manage-employees/central-users/setting-up-central-user-accounts.md): This topic describes how to create user accounts for employees who use the Central Manager app.
- [Store users](https://docs.rmhpos.com/central-manager/manage-employees/store-users.md)
- [Configure a store user password policy](https://docs.rmhpos.com/central-manager/manage-employees/store-users/setting-up-store-user-password-policy.md): This topic describes how to establish a password policy for store employees. The password policy applies to all employees who have a user account for POS, Store Manager, or Store Loyalty.
- [Configure Store Manager user roles](https://docs.rmhpos.com/central-manager/manage-employees/store-users/setting-up-manager-role.md): This topic describes how to configure user roles for employees who use Store Manager. User roles are groups of role-specific privileges that can be assigned to one or more employees.
- [Configure POS user roles](https://docs.rmhpos.com/central-manager/manage-employees/store-users/setting-up-pos-user-roles.md): This topic describes how to configure user roles for employees who use POS. User roles are groups of role-specific privileges that can be assigned to one or more employees.
- [Create store user accounts](https://docs.rmhpos.com/central-manager/manage-employees/store-users/setting-up-store-user-accounts.md): This topic describes how to create user accounts for store employees.
- [Deactivate user accounts](https://docs.rmhpos.com/central-manager/manage-employees/deactivating-user-accounts.md): This topic describes how to deactivate user accounts when a person's employment ends.


---

# 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.rmhpos.com/central-manager/manage-employees.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.
