> For the complete documentation index, see [llms.txt](https://enterprise-docs.datacamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enterprise-docs.datacamp.com/optimizing-key-performance-indicators-via-the-groups-tab/reporting-section/content-insights/courses.md).

# Courses

This section shows different metrics related to courses, one of our platform's principal tools for learning.

* Below is a brief description of each metric shown:
  * [Courses started](#courses-started)
  * [Courses completed](#courses-completed)
  * [Completion rate](#completion-rate)
  * [Most started courses](#most-started-courses)
  * [Most completed courses](#most-completed-courses)
  * [Most popular course technologies](#most-popular-course-technologies)
  * [Most popular course topics](#most-popular-course-topics)
  * [Course Activity](#course-activity)

### Courses started

* The card shows the courses started and the number of users who started them (all-time).

<figure><img src="/files/8y5CS9kI5DsWC6SPRXTU" alt=""><figcaption></figcaption></figure>

### Courses completed

* The card shows the courses completed and the number of users who completed them (all-time).

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

### Completion rate

* The card shows the completion rate (completions divided by starts) for courses (all-time).

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

### Most started courses

* The chart shows the top 5 courses by starts (all-time).

<figure><img src="/files/0YowWsyU3O5hiGneYACP" alt=""><figcaption></figcaption></figure>

### Most completed courses

* The chart shows the top 5 courses by completions (all-time).

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

### Most popular course technologies

* The graph shows the ten technologies (Python, R, ChatGPT, etc.) with the most course starts (all-time).

<figure><img src="/files/2AqeSGHXWaI8Fp6fSEiw" alt=""><figcaption></figcaption></figure>

### Most popular course topics

* The graph shows the ten topics (Programming, Data Manipulation, Artificial Intelligence, etc.) with the most course starts (all-time).

<figure><img src="/files/1dUd9N2vhmIhhOwfryvU" alt=""><figcaption></figcaption></figure>

### Course Activity

* The table shows the course title, topic, technology, starts, completions, and completion rate (completions divided by starts) for all courses with at least one start (all-time).
* The report can be filtered by topic (Programming, Data Manipulation, Artificial Intelligence, etc.) or technology (Python, R, ChatGPT, etc.)
* The search box can be used to find a particular course.

<figure><img src="/files/9PR94HUEqCdbjlQMmv7f" alt=""><figcaption></figcaption></figure>


---

# 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://enterprise-docs.datacamp.com/optimizing-key-performance-indicators-via-the-groups-tab/reporting-section/content-insights/courses.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.
