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

# Overleaf v2에서 가르치기

Overleaf v2는 새 추적 변경 및 댓글 시스템, 프로젝트 내 대화를 가능하게 하는 새 채팅 패널과 같은 기능은 물론, 템플릿을 쉽게 만들고 공유하며 배포할 수 있는 기능 같은 기존 기능을 통해 흥미로운 새로운 교수 방법을 제공합니다. 새 Overleaf에서 이를 사용해 볼 수 있습니다: <https://www.overleaf.com/>.

Overleaf에서 과제를 관리하는 방식은 v1에서 v2로 바뀌었습니다. 과제를 만들고, 제출하고, 관리하는 기존(v1) 시스템은 이제 종료되었습니다. 이 시스템은 몇 년 전에, Overleaf의 더 많은 최신 기능들이 도입되기 전에 개발되었으며, 그 결과 알려진 한계가 여러 가지 있었습니다(예를 들어 여러 수업을 관리하는 것이 매우 어려웠습니다). 또한 Overleaf에서 팀을 사용해 보신 것에 대한 여러분의 피드백을 통해, 많은 분들이 수업용이든 보다 일반적인 그룹 작업용이든 그룹 내에서 비공개로 템플릿을 더 쉽게 공유할 수 있는 기능을 원하신다는 것을 알고 있습니다.

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 [여기](https://www.overleaf.com/for/edu).

Overleaf에서의 교육에 대해 질문이 있으시면, [알려주세요](https://www.overleaf.com/contact), 여러분의 의견을 듣고 싶습니다. Overleaf v2의 정식 출시를 위한 진행 중인 개발 상황과 일정에 대한 자세한 내용은 이 [함께 제공되는 도움말 문서](/latex/ko/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/ko/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.
