> 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/ja/narejjibsu/133-teaching-in-overleaf-v2.md).

# Overleaf v2での教育

Overleaf v2では、新しい変更履歴管理およびコメント機能、新しいチャットパネル（プロジェクト内で会話できます）といった機能により、これまでにない新しい授業方法を提供します。さらに、テンプレートを簡単に作成・共有・配布できる機能など、従来からある機能も備えています。新しいOverleafでは、次のURLでこれらをお試しいただけます： <https://www.overleaf.com/>.

Overleafでの課題管理の方法は、v1からv2で変更されました。課題の作成、提出、管理を行う従来の（v1）システムは、現在は廃止されています。これは、Overleafの新しい機能の多くが追加される以前に、数年前に開発されたものであり、そのため既知の制限がいくつかありました（たとえば、複数のクラスを管理するのが非常に困難でした）。また、Overleafでチームを使用した際の皆さまからのフィードバックから、授業用であれ、より一般的なグループ作業用であれ、グループ内でテンプレートをより簡単に非公開共有できる機能を多くの方が望んでいることが分かっています。

主にv1の課題ツールを使って学生に課題テンプレートを配布していた場合は、テンプレートの作成と配布に関して、既存の代替方法を2つおすすめします。1つは、課題テンプレートをOverleafのメインギャラリーで公開する方法、もう1つは、「Open in Overleaf」APIを使って、課題配布時に学生と共有するための簡単なリンクを作成する方法です。これらの詳細は次の場所でご覧いただけます [こちらで](https://www.overleaf.com/for/edu).

Overleafでの授業に関してご質問がありましたら、どうぞ [お知らせください](https://www.overleaf.com/contact)、ぜひご意見をお聞かせください。Overleaf v2の本格公開に向けた継続的な開発状況や予定については、この [付属のヘルプ記事](/latex/ja/narejjibsu/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/ja/narejjibsu/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.
