> 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/3.-initialize-the-configuration.md).

# 3. 설정 초기화

### 구성 초기화 중 <a href="#initializing-the-configuration" id="initializing-the-configuration"></a>

bundle을 실행하여 새 서버의 구성 파일을 몇 가지 적절한 기본값으로 초기화해 봅시다 `bin/init` 스크립트.

{% code title="초기화 실행" %}

```
bin/init
```

{% endcode %}

이 스크립트는 **아니** 기존 구성 파일을 덮어씁니다.

이제 다음의 내용을 확인해 봅시다 `config/` 디렉터리의 내용을 다음을 사용하여 `ls` 명령:

{% code title="config 디렉터리 나열" %}

```
ls config
```

{% endcode %}

모든 것이 성공적으로 초기화되었다면 세 개의 구성 파일이 보여야 합니다: `overleaf.rc`, `variables.env` 그리고 `버전`. 이것들은 서버의 주요 구성 파일이며, 서버가 어떻게 동작하는지와 사용자들이 인스턴스와 어떻게 상호작용하는지를 사용자 지정할 수 있게 해줍니다.

| 이름              | 설명                       |
| --------------- | ------------------------ |
| `overleaf.rc`   | 최상위 기본 구성 파일.            |
| `variables.env` | Docker 컨테이너에 로드되는 환경 변수. |
| `버전`            | 사용할 Docker 이미지의 버전.      |

{% hint style="info" %}
일단은 이 파일들이 존재하고 어디에서 찾을 수 있는지만 알아두면 충분합니다. 나중에 문서에서 각 파일을 더 자세히 살펴보고, 이를 사용해 인스턴스를 어떻게 사용자 지정할 수 있는지 설명하겠습니다. 앞부분을 건너뛰고 싶다면 이 구성 파일들의 전체 설명을 다음에서 볼 수 있습니다. [파일 및 위치 페이지](/on-premises/ko/configuration/overleaf-toolkit/files-and-locations.md).
{% 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/installation/using-the-toolkit/3.-initialize-the-configuration.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.
