# Active sessions

This tab shows you the list of sessions that are active in the current project:

![](/files/-MbH87OoWQZB7nkSpW5O)

{% hint style="warning" %}
The list includes up to **5 000** active sessions
{% endhint %}

The list includes the following information:

| Parameter  | Description                                                                                           |
| ---------- | ----------------------------------------------------------------------------------------------------- |
| User ID    | unique user identifier (generated by the Platform)                                                    |
| Device ID  | unique device identifier (generated by the Platform)                                                  |
| Server     | Name of VPN node. It is the name of a server with a VPN tunnel between it and the user's device       |
| Location   | Location of the VPN server                                                                            |
| Start time | Session start time                                                                                    |
| Download   | Received amount of traffic (bytes are automatically converted to kilobytes, megabytes, and gigabytes) |
| Upload     | Sent amount of traffic (bytes are automatically converted to kilobytes, megabytes, and gigabytes)     |

## Actions

### User details

You can view all the data by selecting the corresponding session in the list. See the following document for details:

{% content-ref url="/pages/-M6lHwh6kONCM8LyV3tA" %}
[User page](/paas/console-details/users/user-page.md)
{% endcontent-ref %}


---

# 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://pango.gitbook.io/paas/console-details/active-sessions.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.
