> For the complete documentation index, see [llms.txt](https://docs.introist.com/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.introist.com/knowledge-base/build/employees/employee-fields/categorise-employee-fields.md).

# Categorise Employee Fields

You can separate your Employee Fields to categories in order to make them easier to use.

#### Creating a category

To create a category, open Employee Fields and select the action menu left of search.\
Select "Manage Categories". Click "Add category".\
Give a name to your new category and click "Create".

You now have a new category and can start creating or moving fields to that category.

#### Adding fields to a category

There are two ways to add fields to a category:\
\
**Move field to a category**

To move a field to another category, click the action menu for the field and select "Edit". Change the fields category from the dropdown and click "Save" to save changes. The field is now moved to the new category.

**Create field to a category**

To create field to a category, click "New" to create new field. Fill in information as normally and select the desired category in the "Category" field. Click "Save" to create the field. Field is created to the selected category.

#### Removing a category

To create a category, open Employee Fields and select the action menu left of search.\
Select "Manage Categories".

Select the category you want to remove and click the trash icon on the right.

Confirm that you want to remove the category. **Notice that if the category has any fields in it, those are moved to the "General" category.**&#x20;


---

# 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:

```
GET https://docs.introist.com/knowledge-base/build/employees/employee-fields/categorise-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.
