# Create Employee

{% hint style="info" %}
Although you can create Employees directly to Introist, we recommend setting up an automated sync from your HR system.
{% endhint %}

#### Creating new Employee

{% hint style="info" %}
Before creating any Employees, you might want to set up some [Employee Fields](/knowledge-base/build/employees/employee-fields.md) to be able to add the information you will need in your Workflows.
{% endhint %}

To create new employee directly to Introist, navigate to Employees and click "New" to start creating.

Fill in all the information you want. Notice that you don't necessarily need to fill everything at once. When you have filled all the information, click "Create". New employee is now created and you are automatically navigated to the employees page.


---

# Agent Instructions: 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:

```
GET https://docs.introist.com/knowledge-base/build/employees/create-employee.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
