> For the complete documentation index, see [llms.txt](https://purchasely.gitbook.io/purchasely/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://purchasely.gitbook.io/purchasely/analytics/dashboards/cohorts.md).

# Cohorts

## Retention cohorts

Cohorts help you see retention over time by group of subscribers.

* The first two columns show the period (month, week, day) and the total number of subscribers.
* The third column show the number of remaining person on the first period
* Each row contains the retention of people who started their subscription at a particular period. The last item corresponds to the current month and numbers will probably change

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGgUdOzhqa07uh7nB2iZA%2Fuploads%2FZh6EcFRm77lXWkvpwC0n%2FCapture%20d%E2%80%99e%CC%81cran%202021-10-20%20a%CC%80%2014.16.03.png?alt=media\&token=c3124ed3-cb34-4466-bae7-bd9fb83ec0e5)

or the same by percentage:

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGgUdOzhqa07uh7nB2iZA%2Fuploads%2Fh62IsA24DOWXtXJ3GLez%2FCapture%20d%E2%80%99e%CC%81cran%202021-10-20%20a%CC%80%2014.16.15.png?alt=media\&token=8756574e-208c-4a0a-9f0f-5c45cf5d00ce)

## Trial cohorts

This dashbord offers a way to see how different cohorts converted from a trial / intro offer price to a paid subscription.

For each period (bar) you can see how many people that started a trial have converted it or are still enjoying the trial.

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGgUdOzhqa07uh7nB2iZA%2Fuploads%2FLX04xRWeBBVnSmr9x9im%2FCapture%20d%E2%80%99e%CC%81cran%202021-10-20%20a%CC%80%2014.22.42.png?alt=media\&token=e79e1506-7b5b-44b4-b689-b775ef905c3d)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://purchasely.gitbook.io/purchasely/analytics/dashboards/cohorts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
