> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/2.x-ar/dlyl-almalm/teacher-guide/additional-tools/notebook.md).

# دفتر الملاحظات

دفتر الملاحظات هو أداة لتدوين الملاحظات الشخصية للمتعلمين. يمتلك كل متعلم دفتر ملاحظات خاص به داخل الدورة.

## كيفية عمله

دفتر الملاحظات هو أداة بسيطة يمكن للمتعلمين من خلالها:

* **إنشاء ملاحظات** — كتابة وحفظ ملاحظات شخصية متعلقة بمحتوى الدورة
* **تنظيم الملاحظات** — مراجعة وتعديل وحذف ملاحظاتهم
* **الحفاظ على خصوصيتها** — الملاحظات مرئية فقط للمتعلم الذي أنشأها

## كمدرس

كمدرس، يجب أن تكون على دراية بأن:

* دفتر الملاحظات هو **أداة شخصية** — لا يمكنك رؤية ملاحظات متعلميك
* إنه مفيد كـ**أداة للتأمل** — شجع المتعلمين على تدوين الملاحظات أثناء الدراسة
* الملاحظات مخزنة داخل الدورة — لا تُشارك عبر الدورات

## تفعيل دفتر الملاحظات

يظهر أداة دفتر الملاحظات على صفحة رئيسية الدورة إذا كانت مفعلة. إذا لم ترها، تحقق من أنها غير مخفية (ابحث عن الأدوات المخفية على صفحة رئيسية الدورة).


---

# 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.chamilo.org/2.x-ar/dlyl-almalm/teacher-guide/additional-tools/notebook.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.
