# Edit Employee Field

You can update certain details of an employee field after it has been created. This is useful for adjusting labels, reorganizing fields into new categories, or changing default values and options.

***

### What You Can Edit

After creation, the following properties can be changed:

* Title – Update the display name shown in Introist.
* Required status – Change whether the field must always have a value.
* Category – Move the field to a different category.
* Default value – Adjust the pre-filled value for new records.
* Options – Add, remove, or update predefined choices for select fields.

> ⚠️ The Key and Type cannot be changed once the field is created. For Employee type fields, the linked reference field cannot be changed.

***

### How to Edit a Field

1. Go to Data → Employee Fields in the left-hand menu.
2. Find the field you want to edit in the list.
3. Click the three dots menu at the end of the row.
4. Select Edit.
5. Make your changes and click Save.

***

### Tips

* If you need a different type or key, create a new field instead.
* Review workflows and automations that use the field to ensure changes won’t cause unintended results.


---

# 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/edit-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.
