> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/on-premises/ar/altthbyt/using-the-toolkit/6.-post-installation-tasks.md).

# 6. مهام ما بعد التثبيت

### إنشاء حساب المسؤول الأول الخاص بك

في متصفح، افتح <http://localhost/launchpad>. يجب أن ترى نموذجًا يحتوي على حقول البريد الإلكتروني وكلمة المرور. املأ هذه الحقول ببيانات الاعتماد التي تريد استخدامها كحساب المسؤول، ثم انقر على **تسجيل**.

{% hint style="info" %}
يجب أن تكون كلمات المرور بطول 8 أحرف على الأقل (ولا تزيد عن 72)، ولا يمكن أن تحتوي على عناوين بريد إلكتروني أو تكون مشابهة جدًا لعناوين البريد الإلكتروني، ويجب أن تتكون فقط من أحرف صالحة.
{% endhint %}

![Overleaf Launchpad](/files/c64466e9616495a34403460a7d5c3544ad7af9d8)

ثم انقر على الرابط للانتقال إلى صفحة تسجيل الدخول (<http://localhost/login>). أدخل بيانات الاعتماد. بمجرد تسجيل الدخول، ستظهر لك صفحة الترحيب.

![صفحة الترحيب الخاصة بـ Overleaf](/files/9c3fba49a19e260a7b6d61d5d80e464339339b94)

انقر على الزر الأخضر في أسفل الصفحة لبدء استخدام Overleaf.

### إنشاء مشروع المثال الأول الخاص بك

افتح <http://localhost/project> في متصفحك وسترى زرًا يطالبك بإنشاء مشروعك الأول.

![مرحبًا بك في Overleaf!](/files/0d24915947ff414a2882adc066901fdcc3441b97)

انقر على هذا الزر، ثم اختر **مشروع مثال،** واتبع التعليمات الظاهرة على الشاشة.

سيتم نقلك إلى المشروع الجديد، حيث سترى محرر نصوص ومعاينة PDF.

![محرر Overleaf](/files/86f79f6dfa2805460855764824332aca5dffc4dc)

للإنهاء، يمكنك النقر على **الصفحة الرئيسية** الرمز للعودة إلى صفحة مشاريعك.


---

# 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://ayakaleaf-pro.ayaka.space/on-premises/ar/altthbyt/using-the-toolkit/6.-post-installation-tasks.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.
