# Access - Users / API tokens

The **Access** section in Efento Cloud is designed for **user and API token management** and is **available only to Administrators**. It provides full control over who can access your Organization, what permissions they have, and which locations they can access.

Within the Access section, Administrators can:

* [**Manage Users**](/efento-cloud/advanced/editor/users.md)**:** Add new users, assign permission levels (Administrator, Manager, Analyst), define location access, edit existing users, or revoke access.
* [**Manage API Tokens**](/efento-cloud/advanced/editor/api-tokens.md)**:** Create and manage API tokens for third-party applications to access Efento Cloud data in a **read-only** mode. This includes specifying locations the token can access, editing, deactivating, or deleting tokens.

By centralizing user and API token management in one location, the Access section ensures that Administrators can securely control access to sensitive data and integration points within the Organization.


---

# 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.efento.io/efento-cloud/advanced/editor.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.
