> 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/terminology.md).

# Terminology

#### AOI (Area of Interest)

A designated area around the pipeline, used to visualize and analyze specific regions relevant to monitoring or inspection activities.

#### Asset

The customer's infrastructure data, representing physical components such as pipelines, facilities, or other critical resources.

#### Asset Coverage

The proportion of the asset area that has been successfully monitored by satellite imagery within a delivery.

#### Asset Section

A defined portion of the customer's infrastructure data, often segmented for analysis or operational purposes.

#### Average Lead Time

The average duration from when a satellite image is captured to when the resulting insight is delivered to the customer. For a given delivery, we deliver insights multiple times—every time we receive a satellite image covering a piece of the customer asset.

#### Batch

A subset of a delivery, used when satellite imagery or other data required for the delivery is not available simultaneously. Batches allow for staggered delivery of the requested information.

#### Campaign

A campaign typically encompasses multiple deliveries (e.g., 26 deliveries) conducted over a specified period (e.g., one year) for a specific asset section. It focuses on a defined area of interest (e.g., 30 meters on each side of a pipeline) and applies a particular risk model (e.g., distance-based) to assess and prioritize findings.

#### Cases

A collection of related insights grouped based on specific criteria, such as proximity (distance) or similarity in observation types, to streamline analysis and decision-making.

#### Delivery

A collection of insights, new cases, and updated cases provided on a scheduled delivery date or within a short timeframe around this date. Deliveries may vary in scope depending on the size of the asset being covered.

#### Insight

An observation or finding made at a specific point in time and location, derived from monitoring or analysis activities.

#### Risk Model

A framework used to assign criticality levels to insights. These levels are determined based on various factors, such as the type of observation or its proximity to the asset's centerline.


---

# 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/terminology.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.
