> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/ar/twthyq-api/mkhttat-baltdfqat-alasasyh/3.-alhswl-ala-swr-alaqmar-alsnaayh.md).

# 3. الحصول على صور الأقمار الصناعية

يوضح الرسم أدناه كيفية جلب صور الأقمار الصناعية التاريخية واستلام الصور المكتسبة حديثًا فور توفرها في GeoPard.

يدعم GeoPard عدة مزودين، بما في ذلك Sentinel-2 وLandsat 4/5/7/8/9 وPlanet. يمكنك جلب صور الأقمار الصناعية باستعلامات عامة مثل `getFarms` و `getFields`، مع وجود البيانات ذات الصلة في كيان الحقل ([الطلب 1 أو R1](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/3.-astalam-jlb-satelliteimages.md)). يمكن لمستهلكي واجهة برمجة التطبيقات تصفية صور الأقمار الصناعية حسب نطاق التاريخ، والمزوّد، ونسبة الغطاء السحابي، وأنواع الخرائط الجغرافية المعروضة.

للبقاء على اطلاع على صور الأقمار الصناعية المكتسبة والمعالجة حديثًا، يرسل GeoPard API أحداث الاشتراك عبر WebSocket ([الطلب 2 أو R2](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/1.-ashtrak-jlb-alahdath.md)). عندما تتلقى `MODIFY` حدثًا لصورة قمر صناعي في الحقل المعني، تكون تلك الصورة جاهزة للجلب من GeoPard API عبر UUID الخاص بها ([الطلب 3 أو R3](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/4.-astalam-jlb-satelliteimage-almhddh.md)).

تضمن هذه البنية المعتمدة على الأحداث إبلاغ عملاء API في الوقت المناسب، وتمكنهم من الوصول إلى أحدث صورة قمر صناعي بمجرد معالجتها وتوفرها.

<figure><img src="/files/70fc37956a2199d46d58e7653ef9c196e243b6e2" alt=""><figcaption><p>مخطط تسلسلي: جلب صور الأقمار الصناعية التاريخية والمكتسبة حديثًا</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.geopard.tech/geopard-tutorials/ar/twthyq-api/mkhttat-baltdfqat-alasasyh/3.-alhswl-ala-swr-alaqmar-alsnaayh.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.
