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

# Form Fields

In <mark style="color:orange;">**Ezra**</mark><mark style="color:purple;">**360**</mark>, **Fields** are individual data elements or attributes that store specific information about an entity (such as a customer, opportunity, or product). Fields are used to capture and represent various types of data, such as text, numbers, dates, options, and more.

When you open a form in Ezra360 to view or edit a record, you will see different fields displayed within the form. Each field corresponds to a particular piece of information related to the entity. For example, in the *Banking Details* record, you will find field for the <mark style="color:orange;">**1#**</mark> Bank name, Account Number, Type of Account, Branch Code. These are all fields for the "Banking details" **section** in a "Details" **Tab**

<figure><img src="/files/HW83MOg9xn30G5bya5yO" alt=""><figcaption><p><mark style="color:red;">Click image to view full screen</mark></p></figcaption></figure>

Fields in Ezra360 can be of different types, depending on the nature of the data they are meant to store. Field types of fields include:

* **Text fields:** Used for storing alphanumeric characters, such as names, descriptions, or comments.
* **Numeric fields:** Used for storing numerical values, such as quantities, amounts, or percentages.
* **Date and time fields:** Used for storing dates, times, or combinations of both.
* **Option fields:** Used for presenting users with predefined choices or options to select from.
* **Lookup fields:** Used for referencing related records from other entities. For example, a "Contact" field in an Lead record might refer to a specific contact person from the "Contacts" entity.
* **Boolean fields:** Used for storing true/false or yes/no values.

{% hint style="info" %}
Please note:\
&#x20;All fields and/or columns with a red asterisk are required. The form will not save if you do not populate these fields.
{% 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.ezra360.com/overview/components-overview/forms/form-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.
