> 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/questions-and-answers/53-how-to-organise-and-reference-sections-in-latex-documents.md).

# LaTeX 문서에서 섹션을 구성하고 참조하는 방법

카디프 대학교가 만든 21편 시리즈 중 여덟 번째 비디오입니다 [빈센트 나이트 박사](http://bit.ly/186ai3Z) 카디프 대학교의. 여기에서는 LaTeX 문서에 섹션과 하위 섹션을 추가하는 방법과, \ref 및 \label 명령을 사용해 이를 참조하는 방법을 살펴봅니다. \label을 사용함으로써 `\label` 및 `\ref` 명령을 사용하면, 나중에 섹션의 순서를 바꾸더라도 참조는 항상 올바른 섹션을 가리킵니다.

{% embed url="<https://www.youtube.com/embed/E2xT0xNk8EU>" %}

이 튜토리얼은 다음의 [이전 비디오](/latex/ko/questions-and-answers/74-including-titles-in-your-latex-document.md) 를 바탕으로 하며, 이 비디오는 LaTeX 문서의 시작 부분에 제목, 저자, 날짜 필드를 추가하는 방법을 보여주었습니다.

비디오의 파일을 템플릿으로 사용하기 위해 자신만의 버전을 만들려면, 여기를 클릭하여 ['섹션 및 참조' 예제를 여십시오](https://www.overleaf.com/latex/examples/hello-world-example/vvqkyrsyryyq).


---

# 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/questions-and-answers/53-how-to-organise-and-reference-sections-in-latex-documents.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.
