# 3. Get Satellite Imagery

The diagram below shows how to fetch historical Satellite Images and receive newly acquired ones as they become available in GeoPard.

GeoPard supports several providers, including Sentinel-2, Landsat 4/5/7/8/9, and Planet. You can fetch Satellite Images with generic queries such as `getFarms` and `getFields`, with the relevant data located in the Field entity ([Request 1 or R1](/geopard-tutorials/api-docs/geopard-api-requests-overview/3.-query-get-satelliteimages.md)). API consumers can filter Satellite Images by date range, provider, cloud coverage percentage, and rendered geo map types.

To stay updated on newly acquired and processed Satellite Images, the GeoPard API sends subscription events through WebSocket ([Request 2 or R2](/geopard-tutorials/api-docs/geopard-api-requests-overview/1.-subscription-get-events.md)). When you receive a `MODIFY` event for a Satellite Image on the relevant field, that image is ready for collection from the GeoPard API by its UUID ([Request 3 or R3](/geopard-tutorials/api-docs/geopard-api-requests-overview/4.-query-get-defined-satelliteimage.md)).

This event-driven architecture ensures API customers are notified promptly and can access the latest Satellite Image as soon as it is processed and available.

<figure><img src="/files/D1V710wDNTg8kaZ0RkaQ" alt=""><figcaption><p>Sequence diagram: Get historical and newly acquired Satellite Images</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.geopard.tech/geopard-tutorials/api-docs/diagrams-with-basic-flows/3.-get-satellite-imagery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
