> 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/1.-tsjyl-alhql.md).

# 1. تسجيل الحقل

مخطط تسلسل تسجيل الحقل يوضح عملية تسجيل كيان حقل جديد في GeoPard.

الخطوة الأولى تتضمن إنشاء كيان مزرعة ([الطلب 1 أو R1](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/13.-tadyl-inshaa-farm.md) ). المزرعة هي كيان أصل إجباري للحقل، وإنشاؤها ضروري قبل أن يتم تسجيل الحقل.

بعد إنشاء كيان المزرعة، تتطلب الخطوة الثانية تسجيل الحقل ([الطلب 2 أو R2](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/14.-tadyl-inshaa-field-aw-tadyl-hdwd-alhql-almwjwd-ma-tsmyat-akhtyaryh.md) ). خلال هذه الخطوة تُزوَّد معلمات إلزامية مثل المعرف UUID المرتبط بالمزرعة وحدود الحقل. يمكن أيضًا تعيين التسميات، على الرغم من أنها اختيارية أثناء عملية التسجيل.

بعد ذلك، يمكن تعيين أو تحديث التسميات بعد تسجيل الحقل باستخدام [الطلب 3 أو R3](/geopard-tutorials/ar/twthyq-api/nzrh-aamh-ala-tlbat-geopard-api/44.-tadyl-tayyn-tsmyat-alhql.md).

<figure><img src="/files/7866abf937cb53f7efd90409dabde26243e5e41f" 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/1.-tsjyl-alhql.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.
