> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/copilot/reports/copilot-usage.md).

# Copilot User Activity

The Copilot User Activity report is the per-person view of Copilot usage in the selected tenant, with one row for each user. It shows when someone last used Copilot and which apps they've been active in — Copilot Chat, Teams, Word, Excel, PowerPoint, Outlook, OneNote, and Loop — so you can see individual adoption and identify who is or isn't actually using Copilot.

## Table Details

| Column              | Description                                                                                                                                  |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| User Principal Name | The user's sign-in address, identifying whose Copilot activity the row represents.                                                           |
| Display Name        | The user's friendly name for easier identification.                                                                                          |
| Last Activity Date  | The most recent date this person used Copilot in any app — a quick way to spot active users versus those who've gone quiet or never started. |
| Copilot Chat        | Whether/when the user has been active with Copilot Chat.                                                                                     |
| Teams               | Whether/when the user has been active with Copilot in Microsoft Teams.                                                                       |
| Word                | Whether/when the user has been active with Copilot in Word.                                                                                  |
| Excel               | Whether/when the user has been active with Copilot in Excel.                                                                                 |
| PowerPoint          | Whether/when the user has been active with Copilot in PowerPoint.                                                                            |
| Outlook             | Whether/when the user has been active with Copilot in Outlook.                                                                               |
| OneNote             | Whether/when the user has been active with Copilot in OneNote.                                                                               |
| Loop                | Whether/when the user has been active with Copilot in Loop.                                                                                  |

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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://docs.cipp.app/user-documentation/copilot/reports/copilot-usage.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.
