> For the complete documentation index, see [llms.txt](https://guides.pave.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.pave.ai/branch-dashboard/user-feature-walkthrough/settings/users/deactivating-and-reactivating-users-and-admins.md).

# Deactivating and Reactivating Users and Admins

To deactivate a user account, please follow these steps:

1. Navigate to the **Settings** menu from your main dashboard.
2. Within the **Settings** menu, select the **Users** option to view a list of all user accounts.
3. Locate the account you wish to deactivate by scrolling through the list or using the search function.
4. Click on the **Edit** button located next to the user's account information.
5. Find and select the **Deactivate This Account** option in the user's account settings.
6. Confirm the deactivation to complete the process.

Please make sure you have the necessary administrative permissions to perform these actions. Once a user account is deactivated, the user will no longer have access to the system until their account is reactivated.

<figure><img src="/files/SCmzprnv7mDUFmVCjKIc" alt=""><figcaption></figcaption></figure>

To reactivate a user account, please follow these detailed steps:

1. Access the **Settings** section from your main dashboard.
2. Click on the **Users** tab within the **Settings** to display the list of user accounts.
3. Find the account you want to reactivate. You may need to filter or search if there are many accounts.
4. Click the **Edit** button adjacent to the desired account to enter its settings.
5. Look for the **Reactivate Account** option in the account settings and select it.
6. Confirm the reactivation to grant the user access to the system again.

Reactivating an account will restore the user's access to all their previous system permissions and data.


---

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