# Finding and Editing Users

### User List

The list of users can be found in the Settings panel, inside the 'User' section.&#x20;

In case the user list is quite large, there is a search bar located above the list from where a user can be found using keywords.&#x20;

<figure><img src="/files/vLfJvgSnsHqtvasQD50C" alt=""><figcaption><p>List of Users</p></figcaption></figure>

User details can be edited easily by selecting a user and clicking on the 'Edit' button next to the user's username.&#x20;

<figure><img src="/files/486ZbLCLDM0WVLRrYSZF" alt=""><figcaption><p>Click 'Edit' to make changes to the user's details</p></figcaption></figure>

Once changes are made to the existing user, click 'Save Changes' to save these changes and close the modal.

<figure><img src="/files/zB2JY5VxRkcRHT5Zar5Z" alt=""><figcaption><p>Click 'Save Changes' once any changes have been made</p></figcaption></figure>


---

# 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://guides.pave.ai/branch-dashboard/user-feature-walkthrough/settings/users/finding-and-editing-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.
