> 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-tw/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 主圖庫，或使用「在 Overleaf 中開啟」API，在發放作業時建立一個可與學生分享的簡單連結。你可以在這些 [這裡](https://www.overleaf.com/for/edu).

如果你對在 Overleaf 上教學有任何問題，請 [告訴我們](https://www.overleaf.com/contact)，我們很樂意聽取你的意見。你可以在這篇中進一步了解 Overleaf v2 持續開發的進度與正式全面推出的時程 [隨附的說明文章](/latex/zh-tw/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-tw/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.
