> For the complete documentation index, see [llms.txt](https://docs.ag5.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ag5.com/skills/custom-fields.md).

# Custom fields

### 1. What is a custom field?

Custom fields are additional fields that can be added to skills and employees.

### 2. What is the purpose of custom fields?

Custom fields can be used to track information that is not already included in AG5's default fields of the skill or employee page. This includes information such as training budget, training provider, training cost, phone number, second email, or the duration of training.&#x20;

Using custom fields enables you to expand AG5 data with data uniquely relevant to your business.

### 3. How to create a custom field?

Creating custom fields is currently possible through our support team. To add them, please contact <support@ag5.com>. Provide us with the name of the field, the type of the field and on what page you want this field to be visible. It will be possible to create custom fields yourself from AG5 in the future.&#x20;

When sending a request to [support@ag5](mailto:support@ag5.com), you can use the following table as an example:

<br>

| Employee | Phone number            | Text     |
| -------- | ----------------------- | -------- |
| Employee | Performance review date | Date     |
| Skill    | Training duration       | Duration |
| Skill    | Training cost €         | Number   |

### 4. How to use custom fields?

Currently, the custom fields are visible on the employee page or skill page. Also, you can export the data from the skill page or employee page. Soon we will launch the functionality to search and filter based on your custom fields on the skill and employee page.

### **5. Considerations:**&#x20;

* The type "Number" cannot accept decimals at this moment. This will be available in the future.
* Currently, you can only add 4 custom fields within the skill or employee page.

{% hint style="info" %}
Please note that as a new addition to the platform, the custom fields feature is currently undergoing development and refinement. We are dedicated to continuously improving this feature and adding new functionality to enhance the user experience.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ag5.com/skills/custom-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
