> For the complete documentation index, see [llms.txt](https://docs.efento.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.efento.io/efento-cloud/advanced/editor.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.efento.io/efento-cloud/advanced/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
