> 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/administrator-operations/invite-employees.md).

# Invite Employees

## 1. Invite Employees

* Operation:\
  \[ Platform] > \[ Contacts ] > \[ My Department ] (Figure 1) > \[ Add Employees ] (Figure 2)
* Invite new employees to join the company through manual addition, QR code or invitation code (Figure 3).

**Note**: Only administrators have this feature

<div><figure><img src="/files/Pyal9GbmT4BxdLJO0xsU" alt=""><figcaption><p>Fig 1</p></figcaption></figure> <figure><img src="/files/gDeCvS4bxezFLeLrfFZO" alt=""><figcaption><p>Fig 2</p></figcaption></figure> <figure><img src="/files/6V55ldhJ4NZ6B7G09q6A" alt=""><figcaption><p>Fig 3</p></figcaption></figure></div>

### 1.1 Manually add employees

* Click Add Employee, and make sure that the employee's information is filled in, and then click Save.

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

### 1.2 QR code to invite employees

* Click on \[Company/Team QR Code], the system will display a link to the onboarding QR code for registration. Administrators can directly let new employees use the YOOV WORK mobile app to scan the QR code, and then let them fill in their job information.
* Administrators can also click \[Share] to share the QR code through third-party platforms and send it to the employees; you can also save a screenshot of the QR code on your mobile phone for use again later.

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

### 1.3 Invite employees with an invitation code

* Click \[Company/Team Invitation Code], the system will display a 10-character invitation code. Administrators can also click to share through third-party platforms to send the invitation code to the employees, allowing them to fill out the employment information.

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

### 1.4 Confirm New Employee Application

* After the new employee completes and submits the onboarding form, the address book page will display the application for new employees, and the system will also send relevant notifications to the administrator. &#x20;
* When there is a new employee application, the administrator can click \[New application], and after ensuring that the employee’s information is correct, click \[Agree], and the new employee can be transferred to join the company.

<div align="left"><figure><img src="/files/lKlXYmrXQd7TOf3SbrO5" 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/administrator-operations/invite-employees.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.
