> 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/yoov-work/zh-cn/yuan-gong-guan-li/zhu-ce-yuan-gong.md).

# 注册员工

## 1. 功能描述

* 新增员工后，需邀请员工报名及使用APP。

1.操作步骤： ［员工管理］>［员工列表］>［高级搜索］>［注册状态］>［搜索］ \
2.搜索出所有未注册员工。 \
3.以员工 Nicky为例， 当确认填妥工作邮箱后便可以［发送邀请］。 \
4.系统会发出一封邀请电邮给该员工，员工收到电邮点击［进入系统 ]。

<figure><img src="/files/niTSoXkErhfytugKqvhn" alt=""><figcaption><p>1</p></figcaption></figure>

<figure><img src="/files/VpH06QQpsH2K6aNo4yfJ" alt=""><figcaption><p>2</p></figcaption></figure>

<figure><img src="/files/hiOT1wu2Ncw6RyVWZOIU" alt=""><figcaption><p>3</p></figcaption></figure>

<figure><img src="/files/igBeWZq50ZvAs7hpgRAK" alt=""><figcaption><p>4</p></figcaption></figure>

* 未注册员工，需要点击［注册］以进入下面的页面以完成注册 。如果员工早前已经注册帐号，就可以直接登录后台。
* **请注意**: 注册时输入的 「邮箱」 必须要与后台员工档案的邮箱相同，以Nicky为例子即<nickytam@yoov.com>。成功注册后即可登录后台。
* 登录后再次查看Nicky的纪录，他的注册状态已经由未注册转变成已注册。这代表他可以登录后台（还需要设置管理员的权限）及 APP。
* 为保障员工帐户私隐，每当员工注册完后，管理员便不能改动员工的绑定资讯。如果员工需要作出更改请先在网页版登入然后点选右上方的［用户中心］。

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

<figure><img src="/files/91CBO0M6KKcNGcAIiVDH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/g4PZ59S6Jz2BkQBVhHsU" 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.yoov.com/yoov-work/zh-cn/yuan-gong-guan-li/zhu-ce-yuan-gong.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.
