> 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/installation/using-the-toolkit/1.-download-the-toolkit.md).

# 1. Toolkit 다운로드

### 툴킷 다운로드 <a href="#downloading-the-versions-toolkit-short" id="downloading-the-versions-toolkit-short"></a>

툴킷은 Server CE와 Overleaf Pro 모두와 호환되며, 권장 설치 방법입니다. 툴킷을 사용하면 Server CE를 쉽게 시작할 수 있고, 필요할 경우 Overleaf Pro로 원활하게 업그레이드할 수 있습니다.

{% hint style="info" %}
[Ayaka-notes/overleaf-toolkit](https://github.com/ayaka-notes/toolkit) 은(는) ghcr의 overleaf-pro 이미지를 직접 사용하도록 수정되었습니다. 또한 ayaka-notes에서 제공하는 texlive도 함께 사용됩니다. 하지만 공식 overleaf-toolkit을 다운로드할 수도 있습니다.
{% endhint %}

{% stepper %}
{% step %}

### Overleaf Toolkit 저장소를 복제하기

툴킷을 설치하려면 원하는 설치 경로로 이동한 다음, 이 명령을 사용하여 Overleaf Toolkit(@Ayaka-notes) GitHub 저장소를 복제해야 합니다:

{% code title="저장소 복제" %}

```bash
git clone https://github.com/ayaka-notes/toolkit.git ./overleaf-toolkit
# 공식 툴킷
# git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkit
```

{% endcode %}

{% hint style="info" %}
권한 문제를 방지하기 위해 툴킷을 사용자 계정의 `$HOME` 디렉터리에 있습니다.
{% endhint %}
{% endstep %}

{% step %}

### 툴킷 디렉터리로 이동하기

복제 프로세스가 완료될 때까지 기다린 다음, 새로 생성된 `overleaf-toolkit` 디렉터리에:

{% code title="디렉터리 변경" %}

```bash
cd ./overleaf-toolkit
```

{% endcode %}
{% endstep %}
{% endstepper %}


---

# 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/installation/using-the-toolkit/1.-download-the-toolkit.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.
