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

# 6. 安裝後工作

### 建立您的第一個管理員帳戶

在瀏覽器中開啟 <http://localhost/launchpad>。您應該會看到一個包含電子郵件和密碼欄位的表單。請使用您想用作管理員帳戶的憑證填入，然後點擊 **註冊**.

{% hint style="info" %}
密碼長度必須至少 8 個字元（不得超過 72 個字元），不能包含電子郵件地址或與電子郵件地址過於相似，且只能包含有效字元。
{% endhint %}

![Overleaf 啟動台](/files/bcb5f19fe1e5db223fffe16ea204892eef715820)

接著點擊連結前往登入頁面（<http://localhost/login>）。輸入憑證。登入後，您會看到歡迎頁面。

![Overleaf 歡迎頁面](/files/2595be1fe90e95a13eaf2a2ec0f43ff54154fb03)

點擊頁面底部的綠色按鈕以開始使用 Overleaf。

### 建立您的第一個範例專案

開啟 <http://localhost/project> 在您的瀏覽器中，您會看到一個提示您建立第一個專案的按鈕。

![歡迎使用 Overleaf！](/files/51c13acc1aa74b377103c146f21622403bd49fd1)

點擊此按鈕，選擇 **範例專案，** 並依照畫面上的指示操作。

系統會帶您前往新的專案，您將看到文字編輯器和 PDF 預覽。

![Overleaf 編輯器](/files/008a6416575b572da464380fb0d9f4c796276138)

最後，您可以點擊 **首頁** 圖示返回您的專案頁面。


---

# 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/zh-tw/an-zhuang/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.
