> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-work/employee-management/add-an-employee.md).

# Add an Employee

## 1. Function Description&#x20;

* The system can provide two methods for adding new employees, one is to add new employees at a time, and the other is to import new employees in large quantities.

## 2. Add Employees Individually&#x20;

* Operation steps: \
  \[Employee] > \[Employee list] > \[Add Employee]

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

* After selecting \[Add Employee], the administrator will see three options, namely (1) Add Employee, (2) Add Pending on-board and (3) Self-help Onboarding. Please fill in all required \* information for new employees in "Add new employees".

Note: \
(1) Add Employee – the administrator fills in the information for the new employees\
(2) Add Pending on-board – for administrators to fill in employees who will join the company in the future\
(3) Self-help Onboarding – HR shares the onboarding registration QR code, and new employees fill in employee information by themselves

* For companies that will use the system to generate MPF contribution statements, please fill in the "second language surname and first name" with the name shown on the statement. The system will only display the information entered by the administrator on the settlement form.

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

* Please remember to remind employees that: The mobile phone number and email below are used by employees to log in to the mobile app, so they need to use the same mobile phone number or email when registering with the mobile app.
* Select the email registration method. You can choose a personal or work email. The system will bind the system account with the email specified in this option. After selecting, the administrator can turn on "Sending Registration Invitation" and "Send Onboarding Registration Invitation to Employees via Email." Then click “Save”. Employees will receive an invitation to register.
* Fill in the new employee's information and click "Save". After filling in the information, the administrator can see the information of the newly added employees in the "Employee List" in "Employee Management".

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

## 3. Import Employees by Batch&#x20;

① Operating steps: \
\[Employee] > \[Employee List] > \[More Functions] > \[Import and Export Employees]

② After clicking, the following page will be displayed. Administrators should \[Download] the template and enter the required information according to the instructions on Excel.

③ If you add a new employee to an existing employee, you can also select "Export/edit Employees" and add or modify employee information in "Download Employee Template".

④ After the administrator enters the required information according to the instructions on Excel, please select \[Select File] to upload the modified Excel template. If the upload is unsuccessful, please refer to the system prompt message, modify this field, and re-upload the attachment.

⑤ After the upload is successful, the administrator will be able to see the information of the newly added employees in the "Employee List" of "Employee".

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

<div align="left"><figure><img src="/files/jcwiwdzqy8YphJeDZo91" alt="" width="563"><figcaption><p>2</p></figcaption></figure></div>

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

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

<figure><img src="/files/v9WS5EvSzLB68GMeVYgw" alt=""><figcaption><p>4</p></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.coreway.com/yoov-work/employee-management/add-an-employee.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.
