# Users

The users tab shows an overview of the unique number of users per app per enviornment for the selected day. Once a day AppControl analyzes the access logs for an app to determine the number of unique users.

{% hint style="info" %}
Detecting the unique number of users is an estiamte and not 100% accurate. AppControl scans access logs for all unique combinations of IP address and Browser User Agent that have accessed the Mendix runtime (/XAS), and uses this to create the total number of users.
{% endhint %}


---

# 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.bluestorm.io/dashboards/insights/users.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.
