# Users

### Overview

In this module, all users in the system can be viewed and edited. If a user makes an order in your e-shop, it is automatically included in this list and you can change the details of it.&#x20;

There are 4 action buttons per user.&#x20;

1. Deactivate the access - the user will no longer log into the system&#x20;
2. Edit user data&#x20;
3. New order for users&#x20;
4. Displays a randomly generated password&#x20;
5. If the user has any rights, the API token is displayed&#x20;

You can see when he last logged on to the system and what rights he has. Or assign one to him&#x20;

### Data change

If you click on the 2nd action button, you will be moved to user editing. You can make changes to:&#x20;

* Login&#x20;
* Invoicing information&#x20;
* Delivery data&#x20;
* System language&#x20;
* Rights&#x20;
* Date of last login&#x20;
* Date of registration to the system


---

# 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://help.retailys.com/system-retailys/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.
