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

# How to create a new employee

When a new employee enters your organization, of course you want to start monitoring their skills as soon as possible. Just a few small steps in AG5 and you will be able to do just that!

{% hint style="info" %}
Please note: If AG5 is connected with your HR system for importing employees, we do not recommend manually creating employees in AG5 as these are automatically created within your HR system.
{% endhint %}

* **Go to the Employees tab**
  * This is where all employees already in AG5 are listed, and where new employees can be created.<br>
* **Click the Create employee button:** <img src="https://cdn.elev.io/file/uploads/qkYqiBYxwTDWm05HcTy6vL9-Bt6vpySUOK3cwcx7jPo/lTA5G8woA0Yy2iRf262_3kBaLEnsltbKdVrChTLTrR8/Createemployee-0es.png" alt="" data-size="line"><br>
* **Enter employee data**
  * Most fields are self-explanatory.
  * 'Last name' is the only strictly mandatory field
  * That said, if an employee should have access to their own portfolio, then an email address is also required. This is because AG5 requires an email address for [user account creation](/accounts-roles-and-permissions/user-accounts.md).
  * 'Contract period' determines an employee's visibility in other areas of AG5, such as matrices, organizational structures, the alert list and expert finder. If an employee's 'Until' date is set to a past date, then the employee is inactive and will **not** appear in matrices, organizational structures or the alert list.\
    \
    ![](https://cdn.elev.io/file/uploads/qkYqiBYxwTDWm05HcTy6vL9-Bt6vpySUOK3cwcx7jPo/cEWj2EPh_enRe3vbI4Jp6h_1NDXuidx_oTduITtbcXo/1715091552113-aQ8.png)
  * Click Save: <img src="https://cdn.elev.io/file/uploads/qkYqiBYxwTDWm05HcTy6vL9-Bt6vpySUOK3cwcx7jPo/GYixRcaBxjyUtuF-esue66U-MrnLki9nD1S-gneXWcY/1715092031148-FDc.png" alt="" data-size="line"><br>

You've now created a new employee! Great job. The next step to managing this employee's skills is granting them a position. Positions can include various positional data, such as job roles, departments, locations, etc.

Read in[ this article ](/employees/employee-position.md)how to add positions and how to work with them.


---

# 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.ag5.com/employees/how-to-create-a-new-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.
