> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-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를 재부팅하면 시스템이 관련 위키를 다운로드해야 하며, 이 과정은 최대 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://ayakaleaf-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.
