# Retention

Analyzing user retention in your app is crucial for understanding how well your app retains users over time.

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

Here in the image, we can see:

* Pie chart for sessions during current period(28 Nov to 27 Dec). The selected timeframe here is 30 days.
* -33.33% shows the comparison of previous period from current one.
* You can see the new app sessions generated during the timeframe and retention session. Hover on the different colors and check the sessions generaed. For example, blue color has 2 sessions that means 2 sessions were retained 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/retention.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.
