> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/zh/kai-shi-shi-yong/activate-your-account.md).

# 创建您的账户

进入注册界面有两种方式。任选其一。

## 1. 打开应用

**从首页。** 前往 [minara.ai](https://minara.ai) 并点击 `启动 APP` 在右上角。

<figure><img src="/files/660ffb502fd1f7e2051801766c59de03d1fa545c" alt=""><figcaption></figcaption></figure>

**或者，直接从聊天页面进入。** 如果你到达 [app.minara.ai](https://app.minara.ai) 且没有账号，请点击 `登录 / 注册` 在右上角。

<figure><img src="/files/46536a472532ed9cfd38ccef778ed9111ca07d6d" alt=""><figcaption></figcaption></figure>

## 2. 使用 Google 或邮箱注册

在注册对话框中，你有两个选项。点击 `继续使用 Google` 即可一键使用你的 Google 账号登录。或者点击 `继续使用邮箱`，输入你的邮箱地址，并填写你收到的验证码，即可完成账号创建。

账号创建后，你将进入聊天界面。你的现货钱包和永续合约钱包会自动创建；无需手动设置。

## 下一步

* [存款](/docs/minara-handbook/zh/kai-shi-shi-yong/deposit.md) 资金、在钱包之间转账，以及管理 Lighter 和 Hyperliquid 钱包。


---

# 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://minara.ai/docs/minara-handbook/zh/kai-shi-shi-yong/activate-your-account.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.
