# 笔记本

笔记本是学生用来记录笔记的个人工具。每位学生在课程中拥有自己的私人笔记本。

## 工作原理

笔记本是一个简单的工具，学生可以：

* **创建笔记** — 编写并保存与课程内容相关的个人笔记
* **整理笔记** — 查看、编辑和删除自己的笔记
* **保持私密** — 笔记仅对创建笔记的学生可见

## 作为教师

作为教师，您需要了解：

* 笔记本是一个**个人工具** — 您无法查看学生的笔记
* 它作为**反思工具**很有用 — 鼓励学生在学习时做笔记
* 笔记存储在课程内 — 它们不会在不同课程之间共享

## 启用笔记本

如果笔记本工具已启用，它将显示在课程首页上。如果您没有看到它，请检查是否被隐藏（在课程首页上查找隐藏的工具）。


---

# Agent Instructions: 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:

```
GET https://docs.chamilo.org/2.x-zh-cn/jiao-shi-zhi-nan/teacher-guide/additional-tools/notebook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
