> 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/6.-post-installation-tasks.md).

# 6. インストール後の作業

### 最初の管理者アカウントを作成する

ブラウザで、次を開きます <http://localhost/launchpad>。メールアドレスとパスワードの欄があるフォームが表示されます。管理者アカウントとして使用したい認証情報を入力し、次に **登録**.

{% hint style="info" %}
パスワードは8文字以上（72文字以下）である必要があり、メールアドレスを含めることはできず、メールアドレスとあまりに似ていてもいけません。また、有効な文字のみを含める必要があります。
{% endhint %}

![Overleaf Launchpad](/files/ce7a4cc497ca78c70e924aca1f7984a34caa1758)

次にリンクをクリックしてログインページ（<http://localhost/login>）へ移動します。認証情報を入力してください。ログインすると、ようこそページが表示されます。

![Overleaf のようこそページ](/files/b20a28f9ecfd89c09aa3c30fac10ec96cc755e40)

ページ下部の緑のボタンをクリックして、Overleaf の使用を開始します。

### 最初のサンプルプロジェクトを作成する

開く <http://localhost/project> をブラウザで開くと、最初のプロジェクトを作成するよう促すボタンが表示されます。

![Overleaf へようこそ！](/files/a1bb54690570343784595aee6d065f19895a0a13)

このボタンをクリックし、 **サンプルプロジェクト,** を選択して、画面の指示に従ってください。

新しいプロジェクトに移動し、テキストエディタとPDFプレビューが表示されます。

![Overleaf エディタ](/files/ea052cb8afbe42f93cdb8d8ceda9b29f049265eb)

最後に、 **ホーム** アイコンをクリックして、プロジェクトページに戻ります。


---

# 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/6.-post-installation-tasks.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.
