# Employee Fields

Employee information in Introist is structured to Employee Fields. Each field holds one detail such as first name, last name, etc.. You can create as many fields as you need and always add new fields when new needs emerge. Fields will fuel the personalization of Workflows so each Employee Field you create is at your disposal everywhere in Introist.

There are three key actions when working with Employee Fields:

* Creating new Employee Field
* Modifying Employee Field
* Archiving Employee Field

{% hint style="info" %}
For data management best practices, we recommend you only add fields that you need in your automations. This way, no unnecessary Employee information is ever stored in Introist.
{% endhint %}


---

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