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

# Create Custom Fields

<details>

<summary>Step 1: Click on the "Create custom field" button</summary>

</details>

<figure><img src="/files/xnX19aG0D4dc1WOKSxvx" alt=""><figcaption></figcaption></figure>

You can create custom fields by picking a unique name and choosing the right data type. This helps you organize and manage your info just the way you want it!

<figure><img src="/files/87mJLvJ2xT2SDdctPWyi" alt=""><figcaption></figcaption></figure>

<details>

<summary>Step 2: Creating Custom Fields</summary>

To create a Custom Field, name it, choose the data type, add or delete lines as needed, and click "Create" to finalize.

</details>

The Data type **dropdown** lets you select the format for your custom field, such as text, number, date, or choice, ensuring it suits your specific data requirements.

<figure><img src="/files/FSXDRbMYgLLt8auh6BY6" alt=""><figcaption></figcaption></figure>

The Data type **Radio button** allows you to select the format of your custom field, such as text, number, or date, by choosing one option that best fits your data needs.

<figure><img src="/files/mjGetpJizAHWUJCLe7u8" alt=""><figcaption></figcaption></figure>

The Data type **Link** allows you to create a field that stores URLs or hyperlinks, enabling users to input and access web addresses directly from the field.

<figure><img src="/files/Xihz64j19eIhkRlZ9aCD" alt=""><figcaption></figcaption></figure>

The Data type **Checkbox** allows you to create a field with options that users can select by checking or unchecking boxes, typically used for binary choices.

<figure><img src="/files/Rc2ZT8jXWaG6o5cLRws1" alt=""><figcaption></figcaption></figure>

You have now created a new Custom Field! If you need to find a Custom Field out of the ones you have created, you can use the filter options to narrow down your search. Click "Next" to see how.


---

# 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.testfiesta.com/administration-tab/custom-fields/create-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.
