# User access

You are able to provide user access to an entire Middle instance, app, or account. There are read-only and full access permissions you can provide users in Middle.

{% hint style="success" %}
There is no charge for the number of users you add to your instance or account
{% endhint %}

## Account users

Within an account, users can be granted **Full Access** or **Read-Only Access**. Users are added and revoked in the **Users** tab in the left-hand menu of your account.

<figure><img src="/files/Rn3FbtlUsiGGUzKZbPaE" alt=""><figcaption></figcaption></figure>

## Instance owners

For ENTERPRISE customers, instance owner access can be granted via the **Users** tab (click **Users** in the header menu). Instance owners have access to all accounts, apps, and instance settings.&#x20;

<figure><img src="/files/OskKcxypCJvsOlESd98b" alt=""><figcaption><p>Add users to your Middle instance via the users page selected in the header menu</p></figcaption></figure>

{% hint style="danger" %}
Do not add users as owners if you want to them to only access specific accounts or apps. To add those, you need to go to the app or account you'd like to give them access to and go to the users page.
{% endhint %}

## App developers

**Full** and **Read-Only** developer access can be given to an app via the **Users** tab in the left-hand menu.


---

# 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.middle.app/middle-docs/user-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.
