# Custom Fields

{% embed url="<https://www.loom.com/share/91e26abc098d434897847d428bc54251?sid=8774c9bb-ae69-42a4-9d26-e54d674243bb>" %}

You do not have to use only Daisychain's pre-loaded standard fields. Our custom fields feature enable you to record data about people beyond what is available in Daisychain's [**Standard Fields.**](/help/managing-data/standard-fields.md)

To create custom fields:

1. Go to **Settings**, and then click on **Fields.**
2. Click the **Add** button to create a new custom field.
3. Choose **Field Name**, which will be what displays throughout the Daisychain interface.

Choose your **Field Type**:

* **Single Line of Text:** good for short text.
* **Multiple Lines of Text:** good for more text, like longer survey responses.
* **Number:** good for various kinds of numbers, and only accepts numerical values.​
* **Select:** good for when you have a set of values where you want Users to be able to select a single value from a dropdown field.

{% hint style="info" %}
The "identifier" listed for your custom field is all lowercase with spaces replaced by underscores, and is what you'll need to use for your column headers if you want to [import a CSV](/help/managing-data/csv-imports.md) with custom fields.
{% 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://daisychain.gitbook.io/help/managing-data/custom-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.
