> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/feature-documentation/designing-and-running/facilitation/facilitator-dashboard/review-tab/review.md).

# Review

Under Review, you'll find:&#x20;

* Players activity
* Timeline
* Data points

### Player activity

The Players Activity tab allows you to monitor player actions live. All content is organised by channels and timestamped.

Within this tab you have the ability to:

* view all player actions live
* search for content, for example, if you wanted to see if your players clicked on a phishing link you have the ability to search 'phishing' to locate this activity
* export open-text responses for deep-analysis

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

### Timeline

The Timeline tab shows players' and team activity in response times. Click `Timeline for all Teams` to see all activity.

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

### Data points

Within the Data points tab you'll find the aggregate of all decisions (depending on entity selected such as Team or All Teams). In addition, the Facilitator can see the question, the persona, and the channel used. This information can be visualised by teams/individuals, so you can filter your players and see the different decisions that a player has made.&#x20;

Additionally, if the author adds notes to the data point (e.g. the correct answer), then these notes will appear on the right-hand side.

<figure><img src="/files/Zux9joqhmXmtcMtfMihE" 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://helpdocs.conducttr.com/feature-documentation/designing-and-running/facilitation/facilitator-dashboard/review-tab/review.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.
