> 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/063-how-do-i-use-overleaf.md).

# Overleaf를 어떻게 사용하나요?

**LaTeX에 익숙하시다면** 그렇다면 Overleaf를 사용하는 것은 이보다 더 간단할 수 없습니다. 저희는 직접 LaTeX 편집을 완벽하게 지원하고, 서버에서 문서를 자동으로 컴파일해 드리므로 설치할 것이 전혀 없습니다! 하실 일은 문서를 만들고, 다음을 선택하기만 하면 됩니다 **코드 편집기** 그리고 LaTeX 코드를 작성하기 시작하세요:

![코드 편집기와 비주얼 편집기를 보여주는 이미지](/files/882c61135bfefeeb89e03a8c5ab04ac13a010348)

**LaTeX가 처음이시라면** 시작하는 데 약간의 도움이 필요하다면, 저희의 [튜토리얼](https://www.overleaf.com/tutorial) 페이지에는 LaTeX 여정을 시작하는 데 도움이 되는 다양한 학습 자료가 나열되어 있습니다. 또한 저희는 다양한 [템플릿과 예제](https://www.overleaf.com/latex/templates) 를 Overleaf에 미리 탑재해 두어 첫 번째 문서를 만드는 데 도움을 드립니다.

**초보자를 위한 또 다른 방법** 는 다음으로 시작하는 것입니다: [샘플 문서](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) 다음을 사용하여 **시각적 편집기** 그리고 그것으로 Overleaf를 살펴보세요:

![Overleaf 사용 방법을 보여주는 이미지.](/files/adc1c1eb3b40abd01030c4b01730b2d9eb954264)

Overleaf를 즐겁게 사용하시길 바라며, 의견이나 질문이 있으시면 저희의 [문의 페이지](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/063-how-do-i-use-overleaf.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.
