> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/ar/booking/calendar.md).

# تقويم بالجدول الزمني

يوفّر MaviBot نظامًا مريحًا لعرض حجوزات العملاء: يمكنك عرض الحجوزات لكل فرع على حدة، وكذلك التحقق من توافر جدول موظفي شركتك.

## أين يمكن عرض حجوزات العملاء

لعرض العملاء المسجلين، ما عليك سوى فتح قسم "الحجوزات" واختيار الفرع المطلوب.

بعد ذلك، انقر على أيقونة التقويم.

<div data-with-frame="true"><figure><img src="/files/68cee273a84be5de01ec2bc81a07f9f49633ed53" alt="" width="563"><figcaption></figcaption></figure></div>

هنا سترى جميع الموظفين الذين يقدمون الخدمات، وكذلك جميع الحجوزات (سواء الجماعية أو الفردية) التي أجراها العملاء. يوضح المثال عدد العملاء المحجوزين حاليًا مع كل موظف وفي أي أوقات.

<div data-with-frame="true"><figure><img src="/files/ec3980834c48ad5f8b3869ed8fe75af4771d2a83" alt=""><figcaption></figcaption></figure></div>

**يمكنك أيضًا عرض الحجوزات اليومية لموظف معين.**

<div data-with-frame="true"><figure><img src="/files/b50e79d21854d1c53ae731fdae7e4702ba501ffb" alt=""><figcaption></figcaption></figure></div>

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

يعرض الجدول كل يوم مع التوافر بالساعات لكل موظف. باستخدام أيقونة العدسة المكبرة، يمكنك ضبط العرض لإظهار فترات زمنية مختلفة — يمكن تقسيم الساعة الواحدة إلى **فترات من 10 أو 20 أو 30 دقيقة**، وذلك حسب مستوى التكبير المحدد.

يمكنك التمرير عبر الأيام في الجدول لعرض عبء العمل على الموظفين للأيام القادمة.

<div data-with-frame="true"><figure><img src="/files/f55e276b925eb9dd628d9555000195068109d751" alt="" width="563"><figcaption></figcaption></figure></div>

## كيفية إضافة عميل يدويًا

لإضافة عميل يدويًا، مرّر مؤشر الفأرة فوق خانة زمنية متاحة في الجدول (لحجز فردي) أو فوق علامة تبويب الحجز الجماعي (لموعد جماعي).

<div data-with-frame="true"><figure><img src="/files/191c424a9f2dea32bb503c1e5c228523a67ab449" alt="" width="563"><figcaption></figcaption></figure></div>

لإضافة حجز جديد لعميل، انقر على أي خانة زمنية متاحة في التقويم.

**ثم، في النافذة المنبثقة التي تفتح، عليك أن:**&#x20;

* **تُدخل بيانات العميل،**&#x20;
* **تختار نوع الحجز (جماعي أو فردي)،**&#x20;
* **وتحدد خدمة.**

<div data-with-frame="true"><figure><img src="/files/05587b5b6259846c50f1d0e79667a758d21e6e58" alt="" width="563"><figcaption></figcaption></figure></div>

لحفظ الحجز الجديد، انقر على زر "إنشاء".


---

# 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.mavibot.ai/doc/ar/booking/calendar.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.
