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

# 6. 安装后的任务

### 创建你的第一个管理员账户

在浏览器中打开 <http://localhost/launchpad>。你应该会看到一个包含电子邮件和密码字段的表单。用你想用作管理员账户的凭据填写这些字段，然后点击 **注册**.

{% hint style="info" %}
密码长度必须至少为 8 个字符（最多 72 个），不能包含电子邮件地址或与电子邮件地址过于相似，并且只能包含有效字符。
{% endhint %}

![Overleaf 启动页](/files/5cac5ff16feb459c75268ec53b6e79ef139c8452)

然后点击链接进入登录页面（<http://localhost/login>）。输入凭据。登录后，你将看到欢迎页面。

![Overleaf 欢迎页](/files/3dcc2436a07459dce672ff06d397e8d4e133b76b)

点击页面底部的绿色按钮开始使用 Overleaf。

### 创建你的第一个示例项目

打开 <http://localhost/project> 在浏览器中打开，你会看到一个按钮，提示你创建第一个项目。

![欢迎使用 Overleaf！](/files/f205fe13fc58f649aadeeeda4ac203d2ffc940fa)

点击此按钮，选择 **示例项目，** 并按照屏幕上的说明操作。

你将进入新项目，在那里你会看到一个文本编辑器和一个 PDF 预览。

![Overleaf 编辑器](/files/e167b2a0729ff7c2ad62c3f4f66430495950cf21)

最后，你可以点击 **主页** 图标返回你的项目页面。


---

# 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/zh-cn/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.
