> 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/on-premises/ko/configuration/overleaf-toolkit/adding-latex-user-help.md).

# LaTeX 사용자 도움말 추가

Overleaf의 [학습](https://www.overleaf.com/learn) 단순히 추가하여 Overleaf Pro 인스턴스 내의 페이지 `OVERLEAF_PROXY_LEARN=true` 당신의 `config/variables.env` Toolkit의 파일에 넣고 실행하면 `bin/up` 명령을 사용해 모든 서비스를 다시 생성합니다.

이를 통해 사용자는 다음을 클릭하여 최신 문서와 학습 자료에 액세스할 수 있습니다. **문서** 탐색 메뉴의 버튼을 클릭하면, 인스턴스를 벗어나지 않고도 사용할 수 있습니다.

{% hint style="info" %}
Docker Compose 배포의 경우 환경 변수 `OVERLEAF_PROXY_LEARN: true` 에 **환경** 의 섹션에 `sharelatex` 서비스의 `docker-compose.yml` 파일.
{% endhint %}

{% hint style="info" %}
Server Pro 배포가 외부 `GET` 요청을 보내기 위해 [https://learn.sharelatex.com](https://docs.overleaf.com/on-premises/welcome).
{% endhint %}

{% hint style="danger" %}
이 옵션을 처음 활성화하고 Overleaf Docker를 재부팅하면, 시스템이 관련 Wiki를 다운로드해야 하며, 이 작업에는 최대 5분 이상 걸릴 수 있습니다. 다운로드가 완료된 후에야 Overleaf 로그인 페이지를 성공적으로 볼 수 있습니다.
{% endhint %}


---

# 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/on-premises/ko/configuration/overleaf-toolkit/adding-latex-user-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.
