# Create Employee Field

Employee fields store information about your people that Introist can use in automations, filters, and personalization. Creating a new field lets you capture data specific to your organization’s needs.

***

### Create a New Field

1. Go to Data → Employee Fields in the left-hand menu.
2. Click New in the top-right corner.
3. Fill in the required details:

<table data-header-hidden><thead><tr><th width="158.41796875">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Title</td><td>The display name shown in Introist.</td></tr><tr><td>Key</td><td>Automatically generated from the title when you first create the field. You can edit it before saving, but it cannot be changed afterward. Keys must be unique.</td></tr><tr><td>Type</td><td>Choose from Text, Email, Date, or Employee.</td></tr><tr><td>Required</td><td>Select if this field must always have a value.</td></tr><tr><td>Category</td><td>Choose the category for the field (defaults to General if none selected).</td></tr><tr><td>Default Value</td><td>Pre-filled value when a new record is created (not available for Employee type).</td></tr><tr><td>Options</td><td>Add predefined choices to make the field a Select type (not available for Employee type).</td></tr></tbody></table>

4. If you choose the Employee type, select which existing employee field should be used to link the reference (e.g., linking to a manager field).
5. Click Save to create your new field.

### Field Types

* Text – Any free-form text, such as job title or department.
* Email – Stores an email address and validates its format.
* Date – Stores a specific date, such as a start date or review date.
* Employee – References another employee. Requires choosing a field used for the link. This type does not support Default Value or Options.

***

### Tips for Creating Fields

* Keep keys short, consistent, and meaningful (e.g., startdate, department).
* Use categories to group related fields for easier navigation.
* Add Options for fields where predefined choices improve consistency (e.g., “Full-time” / “Part-time”).


---

# 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/data/employee-fields/create-employee-field.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.
