> 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/projects.md).

# Projects

Projects allow your organization's users to apply their knowledge to real scenarios in a practical environment. This section shows the most relevant project activity metrics.

* Below is a brief description of each metric shown:
  * [Projects started](#projects-started)
  * [Projects completed](#projects-completed)
  * [Completion rate](#completion-rate)
  * [Most started projects](#most-started-projects)
  * [Most completed projects](#most-completed-projects)
  * [Most popular project technologies](#most-popular-project-technologies)
  * [Projects Activity](#projects-activity)

### Projects started

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

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

### Projects completed

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

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

### Completion rate

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

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

### Most started projects

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

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

### Most completed projects

* The chart shows the top 5 projects by completion (all-time).

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

### Most popular project technologies

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

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

### Projects Activity

* The table shows the project title, technology, starts, completions, and completion rate (completions divided by starts) for all projects with at least one start in the organization (all-time).
* The report can be filtered by technology (Python, R, OpenAI, etc.)
* The search box can be used to find a particular project.

<figure><img src="/files/QasDHqZ2TgAvLGcAMVKQ" 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/projects.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.
