> 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/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://overleaf-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.
