> For the complete documentation index, see [llms.txt](https://sexytrees.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sexytrees.savimbo.com/practice-guide/ar/albda/qaemh-althqq-llbda.md).

# قائمة التحقق للبدء

جديد هنا؟ اتبع هذه الخطوات لتبدأ العمل بأسرع ما يمكن.

{% stepper %}
{% step %}

#### تحقق من أذونات الأراضي

لا بد أن يكون للأشجار مكان تعيش فيه، وأن يكون هناك من يسمح لها بالعيش هناك. نحن ندرك تمامًا مدى تعقيد حقوق الأراضي في معظم الغابات الاستوائية التي نعيش ونعمل فيها. ونتيجةً لذلك، أعددنا قائمة أبسط وعملية بما يحتاجه المرء من حقوق الأراضي لكي يحصل على أجر مقابل زراعة الأشجار. انظر&#x20;
{% endstep %}

{% step %}

#### ادعُ فريقك

انتقل إلى **الإعدادات → الأعضاء** ودعُ زملاءك عبر البريد الإلكتروني. عيّن الأدوار بناءً على ما يحتاجون إلى القيام به: يمكن للمحررين إنشاء المحتوى وتحريره، ويمكن للمراجعين التعليق، ويمكن للمديرين إدارة الإعدادات.
{% endstep %}

{% step %}

#### أنشئ مشروعك الأول

انقر على **مشروع جديد** من لوحة تحكم مساحة العمل الخاصة بك. اختر قالبًا أو ابدأ من الصفر.
{% endstep %}

{% step %}

#### أضف المحتوى الخاص بك

ابدأ بكتابة الصفحات، أو استورد محتوى موجودًا من ملفات Markdown أو من عنوان URL أو من منصة خارجية مدعومة.
{% endstep %}

{% step %}

#### خصّص موقعك

أضف شعارك، واضبط ألوان علامتك التجارية، وقم بتكوين التنقل لديك ضمن **الإعدادات → المظهر**.
{% endstep %}

{% step %}

#### انشر

عندما تكون مستعدًا، اضغط على **انشر**. سيكون موقعك مباشرًا على النطاق الفرعي لمنصتك — أو يمكنك إعداد نطاق مخصص لاستخدام نطاقك الخاص.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
هل أنهيت كل ما سبق؟ أنت جاهز تمامًا. اطّلع على بقية مركز المساعدة إذا واجهت أي مشكلة، أو استخدم **اسأل** زر الدردشة مع المساعد.
{% endhint %}


---

# 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://sexytrees.savimbo.com/practice-guide/ar/albda/qaemh-althqq-llbda.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.
