# Fields

{% hint style="success" %}
This is the official documentation of Forest Admin Cloud.
{% endhint %}

A Field is a fundamental component that defines the structure and content of your Collections. Each field represents a specific attribute or piece of information related to the records within a Collection. Fields have types, each corresponding to a specific data format, allowing for diverse representations of information. The available field types include Boolean, Date and Time, Enum, JSON, Number, String, Uuid.

Additionally, each field type can be represented by a widget, determining how the data is displayed and interacted with in the admin panel. Widgets include options such as text area, image viewer, file uploader, checkbox, and more. By combining different field types and widgets, Forest Admin allows for a highly customizable and accurate representation of data.&#x20;

<figure><img src="https://3681914749-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwfMeGo4DK4ZOTYwApD1a%2Fuploads%2FVOnQZzjTgINIlfvo2cYw%2FScreenshot%202023-11-30%20at%2013.46.38.png?alt=media&#x26;token=df354125-a927-410f-a322-886c5453de50" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3681914749-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwfMeGo4DK4ZOTYwApD1a%2Fuploads%2F7LHSvqZ4iybmEyObOBKa%2FScreenshot%202023-11-30%20at%2013.47.55.png?alt=media&#x26;token=78c4df57-4e91-47ce-b85c-daa489ded84c" alt=""><figcaption></figcaption></figure>


---

# 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://docs.forestadmin.com/cloud/core-concepts/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.
