> 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/015-can-i-use-overleaf-to-teach-latex-to-my-students.md).

# Overleaf를 사용해 학생들에게 LaTeX를 가르칠 수 있나요?

네, 전 세계의 대학들이 이미 교수·학습에 Overleaf를 사용하고 있습니다. 학생들은 한 번의 클릭으로 강좌 웹사이트에서 바로 과제를 열고 편집할 수 있으며, 교사는 검토와 채점을 위해 제출물을 수집할 수 있습니다.

시작하려면 저희의 [교육용 Overleaf](https://www.overleaf.com/edu) 페이지를 방문하세요. 더 도움이 필요하거나 조언이 필요하시면, 저희의 [문의 페이지](https://www.overleaf.com/contact).


---

# 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/015-can-i-use-overleaf-to-teach-latex-to-my-students.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.
