> 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/5.-tnfyth-almaadlat.md).

# 5. تنفيذ المعادلات

مخطط تسلسل تنفيذ المعادلات يوضّح عملية إجراء المعادلات داخل حل GeoPard.

عادةً ما يُنصح باستخدام المعادلات المحفوظة مسبقًا على مستوى الحساب أو المؤسسة. تحتوي المعادلة دائمًا على روابط إلى مجموعات بيانات أخرى، مثل مجموعة بيانات التربة (SoilDataset)، ومجموعة البيانات التطبيقية AsAppliedDataset، ومجموعة بيانات المحصول YieldDataset، وصورة القمر الصناعي، وما إلى ذلك. تُستخدم السمات من هذه المجموعات المرتبطة كمتغيرات داخل المعادلة، مما يشير إلى أن تفاصيل مجموعات البيانات تُجمَع مسبقًا. أكثر مجموعات البيانات استخدامًا هي مجموعات بيانات التربة ([الطلب 1 أو R1](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/17.-astalam-jlb-soildatasets.md))، مجموعة بيانات التطبيق الفعلي (AsAppliedDataset) ([الطلب 1 أو R1](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/59.-astalam-jlb-asapplieddatasets.md) )، ومجموعة بيانات المحصول ([الطلب 1 أو R1](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/16.-astalam-jlb-yielddatasets.md)).

يتم بدء تنفيذ المعادلة بشكل غير متزامن. الطلب الأول يطلق تنفيذ المعادلة ويعيد مُعرفات UUID التي تميّز خريطة المعادلة المقابلة ([الطلب 2 أو R2](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/75.-tadyl-inshaa-equationmap-bshkl-ghyr-mtzamn.md) ). يتم تسليم ملخص هذا التنفيذ عبر أحداث اشتراك GraphQL عبر WebSocket ([الطلب 3 أو R3](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/1.-ashtrak-jlb-alahdath.md) ). عند تسليم الحدث، يمكن لمستهلك واجهة برمجة تطبيقات GeoPard جلب معلومات مثل البيانات الوصفية والإحصاءات والهندسات (الأشكال الجغرافية) ([الطلب 4 أو R4](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/76.-astalam-jlb-equationmap.md)).

تضمن بنية GeoPard المعتمدة على الأحداث نظامًا قويًا وفعّالًا واستجابيًا لتنفيذ المعادلات واسترجاع نتائجها.

<figure><img src="/files/dfb1fd97b58c7a6bdb63086cc1de5464296a53f8" 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/5.-tnfyth-almaadlat.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.
