> 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/latex/zh-cn/zhi-shi-ku/133-teaching-in-overleaf-v2.md).

# 在 Overleaf v2 中教学

Overleaf v2 通过诸如全新的修订跟踪和评论系统，以及新的聊天面板（可用于项目内对话）等功能，为教学带来了令人振奋的新方式，同时还保留了诸如轻松创建、共享和分发模板等成熟功能。你可以在新版 Overleaf 中尝试这些功能： <https://www.overleaf.com/>.

你在 Overleaf 上管理作业的方式已从 v1 变更为 v2。之前用于创建、提交和管理作业的系统（v1）现已停用。它是多年前开发的，那时还没有许多较新的 Overleaf 功能，因此存在一些已知局限（例如，很难管理多个班级）。此外，根据你们关于在 Overleaf 上使用团队的反馈，我们了解到，你们中的许多人会希望能够在群组内更轻松地私下共享模板，无论是用于教学还是更一般的组内协作。

如果你之前主要使用 v1 中的作业工具向学生分发作业模板，我们建议采用两种现有的替代方法来创建和分发模板：要么将作业模板发布到 Overleaf 主图库中，要么使用“Open in Overleaf” API 创建一个简单链接，在分发作业时分享给你的学生。你可以在以下内容中找到更多详细信息 [此处](https://www.overleaf.com/for/edu).

如果你对在 Overleaf 上教学有任何疑问，请 [告知我们](https://www.overleaf.com/contact)，我们很乐意听取你的意见。你可以在这篇 [配套帮助文章](/latex/zh-cn/zhi-shi-ku/121-overleaf-v2-faq.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://ayakaleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/133-teaching-in-overleaf-v2.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.
