# Manage Access

- [User Management - Overview](https://docs.decube.io/manage-access/user-management.md): Manage user authorizations in your organization.
- [Invite users](https://docs.decube.io/manage-access/invite-users.md): It's no fun using decube alone.
- [Deactivate or re-activate users](https://docs.decube.io/manage-access/deactivate-or-re-activate-users.md): Remove access for inactive users or reactivate when they're back.
- [Revoke a user invite](https://docs.decube.io/manage-access/revoke-a-user-invite.md): Here's how to delete a user invite.


---

# 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://docs.decube.io/manage-access.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.
