> 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/linked-employee-field.md).

# Linked Employee Field

You can create an Employee Field which links to another employee. This enables you to utilise information of the linked employee in your automations.\
For example, by creating a Linked Employee Field named "Supervisor", you can easily create steps where Employee's supervisor is referenced, e.g. "Supervisor - Name".

#### Creating Linked Employee Field

To create Linked Employee Field, navigate to Employee Fields. Click "New" to start creating new field.

Name your field and select "Employee" as field type.

In "Linking field", you choose which information is used to find the linked Employee. E.g. if you get the supervisor's email from your system, you might choose "Email (work)" so that Introist looks for the Employee whose work email matches the email imported from your system.

Finally, click "Create" to create the field.

#### Using Linked Employee Field

When you have create a Linked Employee Field, you can use the fields of the linked Employee in your automations.\
\
As an example, if you have created a Linked Employee Field "Supervisor", you can set the receiver of an email to be the employee's supervisor by selection "Supervisor" and then "Email (work)" when adding a new receiver to your email step.\
\
This pattern is available in various parts of different step types.


---

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