# Remove guest user access to an item

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

* Item **Owners**
* Only supported using the Cerby web app
  {% endhint %}

As a user with the **Owner** role on an item, you can remove access to it for any workspace user, including guest users. To do so, you must follow the corresponding instructions:

* [How to remove user access to an account](https://help.cerby.com/cerby-web-app/accounts/managing-access-to-your-accounts/remove-a-user-s-access-to-an-account)
* [How to remove user access to a secret](https://help.cerby.com/cerby-web-app/secrets/managing-access-to-your-secrets/remove-user-access-to-a-secret-or-secret-item)
* [How to remove user access to a collection](/cerby-web-app/collections/managing-access-to-your-collections/remove-a-user-from-a-collection.md)


---

# 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/users/remove-guest-user-access-to-an-item.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.
