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

# 6. 설치 후 작업

### 첫 관리자 계정 만들기

브라우저에서 다음을 열고 <http://localhost/launchpad>입니다. 이메일 및 비밀번호 입력란이 있는 양식이 보일 것입니다. 여기에 관리자 계정으로 사용할 자격 증명을 입력한 다음, 다음을 클릭하세요 **등록**.

{% hint style="info" %}
비밀번호는 최소 8자(최대 72자)여야 하며, 이메일 주소를 포함하거나 이메일 주소와 너무 유사해서는 안 되며, 유효한 문자만 포함해야 합니다.
{% endhint %}

![Overleaf 런치패드](/files/c9537d2b76179928940cccfb07e6da56f9946394)

그런 다음 로그인 페이지로 이동하려면 링크를 클릭하세요 (<http://localhost/login>). 자격 증명을 입력하세요. 로그인하면 환영 페이지가 표시됩니다.

![Overleaf 환영 페이지](/files/0fa12b522f034d23766fb24df1b4641ec7117c8c)

Overleaf를 시작하려면 페이지 하단의 초록색 버튼을 클릭하세요.

### 첫 예제 프로젝트 만들기

열기 <http://localhost/project> 브라우저에서 열면 첫 프로젝트를 만들라는 버튼이 표시됩니다.

![Overleaf에 오신 것을 환영합니다!](/files/ce6557fd0c375853fdb60cc3e46aeb092c7722a7)

이 버튼을 클릭하고 다음을 선택하세요 **예제 프로젝트,** 그리고 화면의 지시를 따르세요.

새 프로젝트로 이동하면 텍스트 편집기와 PDF 미리보기가 보일 것입니다.

![Overleaf 편집기](/files/b02986f2fce407c251e249351ca16bf5b525ebb0)

마치려면 다음을 클릭할 수 있습니다 **홈** 아이콘을 눌러 프로젝트 페이지로 돌아가세요.


---

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