> For the complete documentation index, see [llms.txt](https://docs.yoov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoov.com/app/zh-cn/zhang-hu-she-zhi/deng-lu-zhang-hao.md).

# 登录账号

## 3. 登录账号

请以先前选择的注册方式（电子邮件地址或手机号码）进行登录。

### 3.1 以电子邮件地址登录

* 填写注册时使用的电子邮件地址和密码后，点击「登录」，登录成功后，将进入「工作台」 主页。
* 如员工忘记密码，请点击 「忘记密码?」 ，系统会要求员工输入电子邮件地址，并会发送一封设置新密码的邮件到员工的电子邮件地址。

<div align="left"><figure><img src="/files/0QVqAVUTfDet2a8JAQkH" alt=""><figcaption></figcaption></figure></div>

### 3.2 以手机号码登录

* 输入注册时使用的手机号码，点击 「获取验证码」 ，系统便会向手机发送一条验证码短信，填写 6 位数字验证码后，如果验证成功，系统将进入「工作台」 页面。
* 如等候多时仍未收到验证码讯息，请重新索取验证码。

<div align="left"><figure><img src="/files/bdxZXHigVsf7HHS3OFOg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/zeqLdqsWQqQt7hVlEVRA" alt=""><figcaption></figcaption></figure></div>


---

# 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.yoov.com/app/zh-cn/zhang-hu-she-zhi/deng-lu-zhang-hao.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.
