# Deactivate user accounts

When a person ceases to work at your store, the best practice is to deactivate their user account instead of deleting it. This helps to maintain important connections between data in the store database.

{% hint style="info" %}
If you rehire the person (for example, you might rehire a student who only works at the store during their school holidays), you do not have to create a new user account for them. You can reactivate their user account by clearing the **Cashier is inactive** setting on their account.
{% endhint %}

1. Click **Setup**.
2. Expand **People & Security**.
3. Click **Users**.
4. On the **General** tab, select **Cashier is inactive**.
5. 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/deactivating-user-accounts.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.
