# Restore a deleted account

**Who can use this feature?**

* Workspace **Owners**, **Super** **Admins**, **Admins**, **Users**, and **Guest Users**
* **Account Owners**
* Only supported using the Cerby web app

***

As an account **Owner**, you can restore an account you deleted from your Cerby workspace.

To restore a deleted account, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Click the **More filters** button in the menu of the **All accounts** page. A menu is displayed.
3. Select the **Deleted accounts** option in the **Status** section.
4. Click the **Apply filter** button. The deleted account cards are displayed in an opaque manner.
5. Click the card of the account you want to restore. The account details page is displayed with the date and time of its deletion.
6. Click the **Restore account** button. A success message box is displayed.
7. Clear the **Deleted accounts** filter. The restored account is displayed on the **All accounts** page.

Now you are done.

***

## Important considerations

The following are important considerations about this feature:

* Any account **Owner** can restore a deleted account.
* When you restore a deleted account, all the teams and users who had shared access to the account recover their access.
* Teams and users who had shared access to the account via a collection don’t recover their access.


---

# 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.cerby.com/cerby-web-app/accounts/managing-your-accounts/restore-a-deleted-account.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.
