> 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/67-i-ve-got-further-questions-where-can-i-get-answers.md).

# 추가 질문이 있는데, 어디에서 답을 찾을 수 있나요?

일반적인 LaTeX 질문은 커뮤니티 포럼에서 LaTeX 사용자 및 전문가들에게 질문하면 보통 빠르게 답변을 받을 수 있습니다:

* 영어 사용자: <http://latex-community.org/forum/> 또는 [https://tex.stackexchange.com](https://tex.stackexchange.com/tags)
* 독일어 사용자: <http://texwelt.de/>

그리고 LaTeX Wikibook(<http://en.wikibooks.org/wiki/LaTeX/>)에서 더 많은 정보와 예시를 찾아보시길 권합니다.

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/questions-and-answers/67-i-ve-got-further-questions-where-can-i-get-answers.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.
