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

# Teaching in Overleaf v2

Overleaf v2 offers exciting new ways of teaching, through features such as the new track changes and commenting system, and the new chat panel (which allows for in-project conversations), alongside established features such the ability to easily create, share and distribute templates. You can try these out in the new Overleaf at: <https://www.overleaf.com/>.

The way you manage assignments on Overleaf has changed from v1 to v2. The previous (v1) system for creating, submitting, and managing assignments has now been retired. It was developed a number of years ago, before many of the newer Overleaf features, and as such it had a number of known limitations (for example, it was very difficult to manage multiple classes). In addition, from your feedback on using teams on Overleaf, we know that many of you would appreciate the ability to more easily share templates privately within a group, whether for teaching or for more general group work.

If you were primarily using the assignment tools in v1 to distribute assignment templates to your students, we recommend two existing alternative methods for template creation and distribution. These are to either publish the assignment template in the main Overleaf gallery, or to use the 'Open in Overleaf' API to create a simple link to share with your students when distributing the assignment. You can find more details on these [here](https://www.overleaf.com/for/edu).

If you have any questions about teaching on Overleaf, please [let us know](https://www.overleaf.com/contact), we’d love to hear from you. You can find out more about the ongoing development and timelines for the full launch of Overleaf v2 in this [accompanying help article](/latex/knowledge-base/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/knowledge-base/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.
