> 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-the-latest-insights-in-surfacescout.md).

# Review the latest Insights in SurfaceScout

To quickly identify new insights detected by LiveEO

1. Open the web [app](https://surfacescout.live-eo.com/login)
2. Click the filter button located in the upper left corner.

<figure><img src="/files/grrf5V2Xek65WoJKU2Uj" alt=""><figcaption><p>Selecting filters</p></figcaption></figure>

To view updates in the Cases, you have 2 options:

* Use the **Case Updated** filter to specify a time period, such as "Today," "Last Week," or a custom date range. Updates may include changes to attributes like status updates, newly added insights, or changes in assignees **OR**
* Use the **Insight Delivery** filter to select the most recent delivery. This will display all cases with newly added insights or cases created as part of that delivery.

<figure><img src="/files/vzR4wTatIhZgYkIOzJ4b" alt="" width="188"><figcaption><p>Insight Delivery &#x26; Case Updated filters</p></figcaption></figure>

You can now see only what matters thanks to those filters

<figure><img src="/files/8xbhwm3LLrTUXrxHyYek" alt=""><figcaption><p>Filtered cases - list and map</p></figcaption></figure>

### Case Status filter

The **Case Status** filter sits next to the search bar and starts on the Cases that still need attention: New, Pending, In Progress, Escalated and Reopened. Closed Cases are left out until you add them back, and your selection is kept when you refresh the page or come back later on the same device.

<figure><img src="/files/JlpmhNOBJCCANqxS0Wlu" alt=""><figcaption><p>Case Status filter</p></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://docs.live-eo.com/surfacescout/review-the-latest-insights-in-surfacescout.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.
