> For the complete documentation index, see [llms.txt](https://overleaf-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://overleaf-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)，我们很乐意听取您的意见。您可以在这篇中了解有关 Overleaf v2 全面上线的持续开发和时间安排的更多信息 [随附的帮助文章](/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://overleaf-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.
