> 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/ja/insutru/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 %}

すべてが正常に初期化されていれば、3つの設定ファイルが表示されるはずです: `overleaf.rc`, `variables.env` および `バージョン`。これらはサーバーの主要な設定ファイルであり、サーバーの動作方法やユーザーがインスタンスとやり取りする方法をカスタマイズできます。

| 名前              | 説明                      |
| --------------- | ----------------------- |
| `overleaf.rc`   | 最上位にある主要な設定ファイル。        |
| `variables.env` | Docker コンテナに読み込まれる環境変数。 |
| `バージョン`         | 使用する Docker イメージのバージョン。 |

{% hint style="info" %}
今のところは、これらのファイルが存在し、どこで見つけられるかを知っていれば十分です。後ほどドキュメントで各ファイルをより詳しく説明し、これらを使ってインスタンスをどのようにカスタマイズできるかを解説します。先に進みたい場合は、これらの設定ファイルの完全な内訳を [Files and locations ページ](/on-premises/ja/she-ding/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://ayakaleaf-pro.ayaka.space/on-premises/ja/insutru/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.
