> For the complete documentation index, see [llms.txt](https://academy.synap.ac/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.synap.ac/doc/exams/proctoring-with-synoptic/synoptic-ai-review.md).

# Synoptic AI Review

Synoptic AI Review brings automated detection to the candidate's **webcam** monitoring, giving reviewers an extra layer of insight without any additional setup for candidates. It's available as a webcam Monitoring level option, replacing standard Video & Audio Recording with an AI-assisted version — screen monitoring stays exactly as configured, so you can pair it with whichever screen option suits your exam.

<figure><img src="/files/S0wVhpZo4ym4y5S2VbS3" alt=""><figcaption><p>Synoptic AI Review Session</p></figcaption></figure>

The AI is trained to spot three things in the webcam feed:

* **Mobile phones detected**
* **Person in frame / multiple people in frame**
* **Open textbooks detected\***

{% hint style="info" %}
**Open textbook detection is currently in beta** while we assess its value to clients. There's no additional charge for using it, and it won't affect your AI Review billing either way.
{% endhint %}

## Enabling AI Review

To enable it in the webcam monitoring level of any exam. AI Review runs **after** the attempt is completed, not live during it. Once a candidate submits their attempt, it takes the AI a few minutes to process the recording before the detection overlay is ready to view on the Proctor Review page.

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

{% hint style="info" %}
AI review is only available on video for the webcam, it cannot be configured on screenshots
{% endhint %}

## &#x20;How AI Review works&#x20;

We've designed AI Review to support your reviewers. System breaches (like exiting fullscreen, opening a new tab, or connecting a display) are backed by certainty — we know they happened — so they're recorded as breaches against your exam rules. AI detections work a little differently: they're a great pointer towards moments worth a closer look, so we show them to your reviewers as helpful context alongside the rest of the session evidence.

* **Mobile phones detected**
* **Open textbooks detected**
* **Person in frame / multiple people in frame**

<figure><img src="/files/27OYuXK4gBh8kRN8mDLM" alt=""><figcaption></figcaption></figure>

On the proctor review page, you'll be shown a filmstrip of candidate via webcam as well as the AI review timeline along with timestamped flags use any of these to jump to specific moments in a session and add comments where needed before approving or rejecting sessions.&#x20;

<figure><img src="/files/foBqKrV51L8U79WwcfSd" alt=""><figcaption><p>AI Review with Filmstrip</p></figcaption></figure>

To learn more about our proctoring review interface and features see the guide below&#x20;

{% content-ref url="/pages/hRUpOzndWCaZihDRdE40" %}
[Review proctored sessions](/doc/exams/proctoring-with-synoptic/review-proctored-sessions.md)
{% endcontent-ref %}

## Billing

Synoptic AI Review incurs additional charges on both MAU (monthly) and Pay Per Assessment (credit) plans, as shown in the table below. Charges are applied per started attempt of up to 4 hours, with each additional 4-hour period counted as an additional session. Attempts that are not started will not be charged for.&#x20;

| Option                                 | MAU plans (up to 4 hours) | Credit plans (up to 4 hours) |
| -------------------------------------- | ------------------------- | ---------------------------- |
| Video & Audio Recording                | £3.50                     | 5                            |
| Video & Audio Recording with AI Review | £8.50                     | 12                           |


---

# 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://academy.synap.ac/doc/exams/proctoring-with-synoptic/synoptic-ai-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.
