> For the complete documentation index, see [llms.txt](https://help.quickappflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quickappflow.com/product-guides/employees/create-employee.md).

# Create Employee

QAF allows you to create Job Post in the following ways:

1. Create Employee individually
2. Import Employees

Create Employee individually

To create employee individually

Go to **Employee**

![](/files/icpLMNfR0Fa8aZbNb6z7)

Click on **+New Record** button

![](/files/PI8BOgBFhEDgT0zujwBN)

Enter the details in the Create **Employee** page and click on **Save** button

![](/files/xCbAn2ZR5Z00lCaLwl6q)

A **New** employee shows at the top

![](/files/ontkI7OB9sSKZvom8nh8)

## Import records

When you have a huge list of employees in a spreadsheet and you would like to add them as employee in your system, you can import the file and they will be added as employee.

Go to **Employee**

![](/files/M6qykv1HErKoy1V7y0bJ)

Go to Employee and click on **Update View** button

![](/files/cEqMXpnD86T8o7tgAnXk)

Select properties of employee which you want to import

![](/files/Jkocg3Sxctj21yh6IvrZ)

Click on **Import** button

![](/files/k1Hfbcm9KVdlfyqFrKzx)

If you have data of employee then you directly upload your file by clicking on Upload bulk data

![](/files/mQHI4Ok5agPEsTOb6RHU)

You can **Download Template** in xlsx format

![](/files/tbULtREGBJd66m3mEzxQ)

Make Sure you filled up all **Required Fields** data while importing data

![](/files/7xydoG0KJTDKdUYpjMhV)

If you do not have employee data list then download template, fill up excel sheet and upload file

![](/files/JOtNgeD8maWQuVSpETrg)

After uploading **Employees** in xlsx file format. You can see imported employees in employee list

![](/files/ZgOF2IyZQQgd6eVpv7hi)

## Edit Employee

You can choose to edit the Employee that you have created.

To edit Employee

Click on the Action menu (3 vertical dots) ![](/files/AQLpuS3BXY3XsCQlJ1Tk) for the record which you would like to edit and click the **Edit** button

![](/files/CJ1z0JEpyzV1SzKl9jLF)

Make the necessary changes and click **Save**

![](/files/iKRKakHoWkChanbdZ72l)

## Delete Employee

Employee once added can be deleted if no longer necessary

To delete Employee

Click on the Action menu (3 vertical dots) ![](/files/MjWrZAr3HeIeUEmCSV5J) for the record which you would like to delete and click the **Delete** button

![](/files/4pYAvSeGB1HbHX1IOQyF)

Give your confirmation in the popup and the record will be deleted

![](/files/in8psAd9KxjS1d9f9q0q)

## View Employee

You can choose to view the employee that you have created.

To view employee

1. Click on the Action menu (3 vertical dots) ![](/files/iLs4liPL3Vfm1FLbUTJn) for the record which you would like to view and click the **View** button

![](/files/ahLco7LlIOVOgCEV0g7k)


---

# 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://help.quickappflow.com/product-guides/employees/create-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.
