# Remove apps from setting restrictions

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, and **Admins**
* Only supported using the Cerby web app
* Workspace users must have the Cerby browser extension installed and logged in
  {% endhint %}

As a workspace **Owner**, **Super Admin**, or **Admin**, you can remove an existing [app setting restriction](/setup-and-admin/workspace-settings/extension-settings/app-setting-restrictions/explore-app-setting-restrictions.md) so that Cerby stops monitoring users and their interactions with an app.

{% hint style="danger" %}
**IMPORTANT:** By removing restrictions, users will be able to change password or member settings and delete accounts directly in the app without being notified or blocked.
{% endhint %}

To remove one or multiple apps from the app settings restrictions list, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace using the Cerby web app.
2. Select the **Settings** option from the left navigation drawer. The **Workspace Configuration** page is displayed with the **General** tab activated.
3. Activate the **Extension settings** tab.
4. Activate the left **App settings restrictions** tab. **TIP:** Search for the app you want to remove from the list by clicking the **Search** () icon, which displays the search field. As you type in the characters of the app, a list of matching apps is displayed below.
5. Remove one or multiple apps by completing the corresponding steps:
   * Individual app
     1. Click the **More options** (...) button on the right side of the app. A drop-down menu is displayed.
     2. Click the **Remove app restrictions** option. The **Remove app restrictions?** dialog box is displayed.
     3. Click the **Remove restrictions** button. A success message appears, and the app is removed from the list.
   * Multiple apps
     1. Select the apps you want to remove from the list. A menu is displayed at the bottom of the page indicating the number of apps selected. **NOTE:** You can perform the following additional actions in the menu:
   * Select all the apps in the list by clicking the **Select all** option from the menu at the bottom.
   * Close the menu and deselect all options by clicking the **Close selection** button from the menu at the bottom.
6. Click the **Remove app restrictions** button in the menu at the bottom. A confirmation dialog box is displayed.
7. Click the **Remove** button. The dialog box closes, a success message box is displayed, and the selected apps are removed from the list.

Now you are done.


---

# 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/setup-and-admin/workspace-settings/extension-settings/app-setting-restrictions/remove-apps-from-setting-restrictions.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.
