# Security

### **Edit User security info:**

1. Click the "Security" tab in the sidebar.&#x20;
2. You will see the security information for the selected user:&#x20;
   * If the user has a status of "Pending": the system will suggest to create a password for them on the security page.&#x20;
   * If the user does not have the "Pending" status: change the password manually or send a link to reset the password to the user's email so that it follows the "Forgot/reset password" process.&#x20;
3. Click the "Create password/Change password" button.&#x20;
4. In the "Create new password" pop-up window, enter a new password.&#x20;
5. Click the "Confirm password" button in the pop-up window.&#x20;
6. The system displays a message about successful password change.&#x20;
   * If the user's status was "Pending", the system will change the status to "Active".

{% @arcade/embed flowId="5MGdv5XbNhjAljBFeqZ8" url="<https://app.arcade.software/share/5MGdv5XbNhjAljBFeqZ8>" %}


---

# 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.hesh.app/manuals/users/security.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.
