> For the complete documentation index, see [llms.txt](https://docs.live-eo.com/surfacescout/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.live-eo.com/surfacescout/review-cases.md).

# Review Cases

The big picture to get you started

1. **Select the Case**: Begin by selecting the specific case you want to review.
2. **View Insights on the Map**: All insights for the selected time step are visualized on the map, aggregated under the C5 case.
3. **Explore other time steps**: To view insights from other time steps, simply move the cursor to the desired position.
4. **Case details:** visualise Case details in this section

<figure><img src="/files/FGmCYNbgmPwnA2Vc7c0E" alt=""><figcaption><p>Deep dive into Case review</p></figcaption></figure>

### Case details section

5. Here you will find:
   * **Status**: Indicates the current state of the Case—New, Pending, In Progress, Escalated, Closed, or Reopened. More information is available in the [Case LifeCycle](/surfacescout/review-cases/case-lifecycle.md)page
   * **Criticality Level**: Shows the case's priority level—High, Medium, or Low. More information is available in the [Defining the risk model around your pipeline](/surfacescout/configuration/defining-the-risk-model-around-your-pipeline.md)page
   * **Assigned To**: Displays the person responsible for managing this case.
6. 3 tabs:
   * **Insights**: Displays all individual insights from the selected time step on the slider. To view additional insights, click “See more” button
   * **Location**: Shows the GPS coordinates along with a link to view the location on Google Maps.
   * **Activities**: Logs all changes to the case, including updates to assignees, status, notes, photos, and more.
7. Every individual insights from a the selected time step on the slider

<figure><img src="/files/tu3kwRG0t2poxTh4D0JY" alt="" width="306"><figcaption><p>Case detail view</p></figcaption></figure>

### Insight review <a href="#reviewing-insights" id="reviewing-insights"></a>

1. Explore the details of this insight, including its exact location, type of change, and criticality level.
2. Use the slider to review changes between time steps
3. Switch to other views, like side-by-side, for a clearer comparison.
4. You can also add more information or make updates to this insight for greater accuracy.

<figure><img src="/files/TEhbG8cril77uhLhrVFf" alt=""><figcaption><p>Insight viewer</p></figcaption></figure>

You can for example change the different attribute values, add a note, add some photos and give some crucial feedback to improve the solution! We will tell you more on this last aspect in the [Measuring Success](/surfacescout/measuring-success.md)page

<figure><img src="/files/ErRyJyWn8MUGdHl0t5b1" alt="" width="375"><figcaption><p>Update and feedback insight view</p></figcaption></figure>

Once you have reviewed and updated every insight, you can **Update** or **Close** the case:

<figure><img src="/files/6HjNwEAnqFqEzuSiIHrz" alt=""><figcaption></figcaption></figure>

You can add notes or photos at the case level, which will appear in the **Activity** section. If you need additional information or wish to continue tracking this case, consider updating the status to “In Progress” or another appropriate status.

<figure><img src="/files/tU1jpb3lFJn81gph07ji" alt="" width="563"><figcaption></figcaption></figure>

Or close it if everything is good

<figure><img src="/files/XKrn47EWreP7MH9bkHgP" alt="" width="563"><figcaption></figcaption></figure>

Congratulations, you have just reviewed and processed your first Case!

but WAIT! It looks like you need more information from the field to clarify one Case, time to put your boots and jump into the truck and have a look to the next page!


---

# 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.live-eo.com/surfacescout/review-cases.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.
