# Session by Devices

Identify the distribution of sessions across different devices (e.g., iphone 13, Samsung Galaxy, pixel 4a etc.). This helps you understand the diversity of your user base and prioritize device-specific optimizations.

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

Here in the image, we can see:

* Pie chart for sessions by different devices during current period(1 Oct to 30 Dec). The selected timeframe here is 3 months.
* -753.23% shows the comparison of previous period from current one.
* You can see the top 10 devices that has the max sessions generated during the timeframe. Hover on the different colors and check the sessions generaed. For example, blue color has 161 sessions generated that is for iPhone 13 and number 1 depicts that it's on the 1st position for the selected timeframe.


---

# 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://help.twinr.dev/app-analytics/acquisition-and-retention/session-by-devices.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.
