> 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/64-i-m-looking-for-an-example-of-xyz-in-latex-can-you-help.md).

# LaTeX에서 XYZ의 예시를 찾고 있습니다. 도와주실 수 있나요?

물론 시도해 보겠습니다! 우리는 다양한 [LaTeX 예제와 템플릿을](https://www.overleaf.com/latex/templates) Overleaf에 미리 불러와 두었고, 다양한 예제를 제공하는 훌륭한 커뮤니티 사이트들도 많이 있습니다.

또한 다음 사이트를 검색해 보시길 권합니다 [TeXample](http://www.texample.net/) 및 [LaTeX Templates](http://www.latextemplates.com/) 원하시는 것과 가장 잘 맞는 사이트를 찾아보세요. 거기서 찾은 예제나 템플릿은 바로 Overleaf에서 열어 필요에 따라 수정할 수 있습니다.

이 [Overleaf를 만든 팀도](https://www.overleaf.com/about) 팀원들 사이에 LaTeX 전문 지식도 많이 갖추고 있으므로, 특정한 문의 사항이 있다면 [문의해 주세요](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/questions-and-answers/64-i-m-looking-for-an-example-of-xyz-in-latex-can-you-help.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.
