> For the complete documentation index, see [llms.txt](https://docs.innopaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.innopaas.com/guide/account.md).

# InnoPaaS账号注册和登录

注册地址：<https://innopaas.com/control/signup>

登录地址：<https://innopaas.com/control/login>

邮箱注册：

步骤1：输入邮箱地址

步骤2：获取邮箱验证码

步骤3：设置密码

步骤4：阅读并同意《服务协议》与《隐私政策》

点击“注册”完成注册并登录

<figure><img src="/files/8jtM6FRT2h4yGFcdxmYn" alt=""><figcaption></figcaption></figure>

Google账户注册：

使用Google Chrome浏览器，授权您的Google账户，然后登录。

目前登录方式支持三种途径：电子邮箱、手机号码和谷歌账户。

<figure><img src="/files/cWNteBU544rqKyYWnC7v" alt=""><figcaption></figcaption></figure>

点击“Got it”，然后点击“Login”以完成首次登录。

<figure><img src="/files/kYz1III5dmT84FdjnQUL" alt=""><figcaption></figcaption></figure>


---

# 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://docs.innopaas.com/guide/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.
