# Add a New Employee

This guide will walk you through the steps to create, edit, and update employee records within the system, ensuring that all relevant details are accurately recorded and easily accessible. Whether adding a new hire or updating an existing employee's status, this process helps you optimize your HR tasks.

{% hint style="info" %}
To understand how to edit an existing employee, see [Edit an Employee](/documentation/security-and-team-settings/edit-an-employee.md).
{% endhint %}

To add a new employee to your team:

1. Go to the left menu and select **Settings > Employees**.
2. Select **+ New Employee**.

{% hint style="info" %}
Alternatively, you can go to Settings > Other > Roles and Permissions. Next, select the numbers under each Employee category.
{% endhint %}

3. In the New Employee, fill in the following information:

* First Name
* M.I. (Middle Initial)
* Last Name
* Email
* Hire Date
* Role (Employee, Supervisor, Accountant, Project Manager)

{% hint style="info" %}
You can manage roles and permissions by clicking the info icon next to **Role**.
{% endhint %}

By keeping employee details complete and accurate from the start, you ensure smoother onboarding, clearer role assignments, and more efficient team management across the system.

### See also&#x20;

You can check more options on how to manage employees here:

* Add a New Employee:
* How to Terminate an Employee:&#x20;


---

# 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.crewcost.com/documentation/security-and-team-settings/add-a-new-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.
