# Learner counts

## What are learner counts?

Learners are counted by including any unique User ID (or Learner) collected via any Service that launches a course from Content Controller, regardless of the number of visits or courses launched. This number will be recorded in a database table within Content Controller.

## How to view your counts

There are three ways to find and view your counts, and all can be accessed in the same location.

### Count total

1. Click on the **Gear icon** in the upper right to expand the menu
2. Select **About**
3. Click on the **Count Learners** button
4. Select a **date range** by clicking on the date range box
5. Then click **Load**

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

### Detailed view

To get a more detailed view, including accounts, follow the same steps above and select the ‘**Include** **details**’ checkbox.

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

after selecting your date range click **Load** as normal to see your detailed view.

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

### CSV Export

You can also export your learner counts. After checking the "**Include** **details**" checkbox, a new button labeled "**CSV**" will appear. Clicking this button will download an export for the selected date range.

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

{% hint style="danger" %}
It is important to know that if you attempt to compare these counts with reports within Content Controller, there *may* be instances where they do not match. For example, deleting an account will remove all associated data from the reports, which could cause discrepancies between the counts and the reports. This behavior is expected.
{% 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://guide.contentcontroller.com/getting-started/learner-counts.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.
