> 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-customized-field.md).

# Add Customized Field

## 1. Function Description

* Employee management is based on employee information. The system presets common items for employee files, including employment information, personal information, contact information, salary information, and employee file data to meet basic employee management needs.&#x20;
* If there are no special requirements, you can skip this step and enter "Registered Employee".&#x20;
* If you need to add employee information fields and employee file operation material types, you can follow the following functions.&#x20;

## 2. Add Customized Field

* Administrators can use the "Custom Fields" function to add desired fields under basic categories, so that they can complete employee information when adding or fill in when registering.
* Operation steps: \
  \[Employee] > \[Personnel setting] > \[Customized field] > \[Add customized field]
* Enter the required information (Field name is required), then click \[Confirm].&#x20;
* To set field names in different languages, you can click the globe icon on the right, and then follow the instructions to enter the display names corresponding to different languages. After entering the relevant information, you will see the set name in the corresponding language interface.
* If admin wants newly added fields can be seen in the employee's profile, please check the "Visibility" box, and it will also be displayed in the import template for adding new employee by batch.

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

<div align="left"><figure><img src="/files/33BCZJRlUDZgJvxvdV2c" alt="" width="496"><figcaption></figcaption></figure></div>

<figure><img src="/files/YlHG9jYPvfAxKxEIv0KQ" alt=""><figcaption><p>Added item</p></figcaption></figure>

<figure><img src="/files/iU27uUj4pA9sVveTc1Dy" alt=""><figcaption><p>Add Employee</p></figcaption></figure>

<figure><img src="/files/u4Zk0sikeLlEkepoomB3" alt=""><figcaption><p>Import Template</p></figcaption></figure>

## 3. Add New Employee Profile Attachment&#x20;

* Employee file information is part of the employee file and can be viewed in the "Attachments" of the employee file.
* In the basic settings, in order to standardize documents, the system presets three types of file data: Employee Personal Information, Employee Profile, Employee Resignation Info.\
  Operation steps: \
  \[Employee] > \[Employee List] > Click on a staff profile > \[Attachment]&#x20;
* The employee file attachment now includes the "Add New Field" feature. HR can set up relevant fields for attaching corresponding information, making it easier to view and manage.\
  Operational Steps:\
  \[Employee] > \[Personnel Settings] > \[Attachment] > \[Add Attachment Type] > enter the material name and description, and click "Save"

<figure><img src="/files/0LoXIptiJ2P6wmSo1JVD" alt=""><figcaption></figcaption></figure>

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

<div align="left"><figure><img src="/files/opKujjBJL3ZFuMHHTw5M" alt="" width="401"><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.coreway.com/yoov-work/employee-management/add-customized-field.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.
