# ItemAdmin

It allows the creation of HTML forms in conjunction with the UiComponentItemAdmin, and also simplifies the process of receiving data for an Item via a request, validating the values and storing them.

## Constants

* `FORM_ITEM_TYPE_NUMERIC`
* `FORM_ITEM_TYPE_STRING`
* `FORM_ITEM_TYPE_TEXT`
* `FORM_ITEM_TYPE_BOOLEAN`
* `FORM_ITEM_TYPE_RADIOS`
* `FORM_ITEM_TYPE_SELECT`
* `FORM_ITEM_TYPE_DATABASE_QUERY`
* `FORM_ITEM_TYPE_COUNTRY`
* `FORM_ITEM_META_TYPE_MULTILEVEL_SELECT`
* `FORM_ITEM_META_TYPE_LOCATION`


---

# 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://cherrycake.tin.cat/version-0.x/reference/core-modules/itemadmin.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.
