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

# Field types

- [General field parameters](https://docs.stylemixthemes.com/nuxy/fields/general-field-parameters.md): Add label, hint, description or start group of fields
- [1. Text](https://docs.stylemixthemes.com/nuxy/fields/text.md)
- [2. Number](https://docs.stylemixthemes.com/nuxy/fields/number.md)
- [3. Textarea](https://docs.stylemixthemes.com/nuxy/fields/textarea.md)
- [4. Checkbox](https://docs.stylemixthemes.com/nuxy/fields/checkbox.md)
- [5. Select](https://docs.stylemixthemes.com/nuxy/fields/select.md)
- [6. Radio](https://docs.stylemixthemes.com/nuxy/fields/radio.md)
- [7. Color](https://docs.stylemixthemes.com/nuxy/fields/color.md)
- [8. Image](https://docs.stylemixthemes.com/nuxy/fields/image.md)
- [9. Editor](https://docs.stylemixthemes.com/nuxy/fields/editor.md): Simple WYSIWYG
- [10. Autocomplete](https://docs.stylemixthemes.com/nuxy/fields/autocomplete.md)
- [11. Datepicker](https://docs.stylemixthemes.com/nuxy/fields/datepicker.md)
- [12. Datepicker range](https://docs.stylemixthemes.com/nuxy/fields/datepicker-range.md)
- [13. Time](https://docs.stylemixthemes.com/nuxy/fields/time.md)
- [14. Sortable](https://docs.stylemixthemes.com/nuxy/fields/sortable.md): Add list with available options with sort functionality
- [15. Sortable multi input](https://docs.stylemixthemes.com/nuxy/fields/sortable-multi-input.md)
- [16. Gallery](https://docs.stylemixthemes.com/nuxy/fields/gallery.md)
- [17. Repeater](https://docs.stylemixthemes.com/nuxy/fields/repeater.md): Add repeater field with all fields available (ex.: text, checkbox, select and even another repeater)
- [18. Range slider](https://docs.stylemixthemes.com/nuxy/fields/range-slider.md)
- [19. Image Select](https://docs.stylemixthemes.com/nuxy/fields/image-select.md)
- [20. Button group](https://docs.stylemixthemes.com/nuxy/fields/button-group.md)
- [21. Icon picker](https://docs.stylemixthemes.com/nuxy/fields/icon-picker.md): Select icon, icon font-size and icon color
- [22. Ace Editor](https://docs.stylemixthemes.com/nuxy/fields/ace-editor.md)
- [23. Spacings](https://docs.stylemixthemes.com/nuxy/fields/spacings.md)
- [24. Link color](https://docs.stylemixthemes.com/nuxy/fields/link-color.md)
- [25. Multi checkbox](https://docs.stylemixthemes.com/nuxy/fields/multi-checkbox.md)
- [26. Color Gradient](https://docs.stylemixthemes.com/nuxy/fields/color-gradient.md)
- [27. Textarea with hints](https://docs.stylemixthemes.com/nuxy/fields/27.-textarea-with-hints.md): Simple textarea with ability to fast insert hinted items
- [28. Typography](https://docs.stylemixthemes.com/nuxy/fields/28.-typography.md): Complex field with font settings including preview from google fonts
- [29. Multiselect](https://docs.stylemixthemes.com/nuxy/fields/29.-multiselect.md)
- [30. Notification Message](https://docs.stylemixthemes.com/nuxy/fields/30.notification_message.md)
- [31. Button List](https://docs.stylemixthemes.com/nuxy/fields/31.-button-list.md)
- [32. Group Title with Preview && Icon](https://docs.stylemixthemes.com/nuxy/fields/32.-group-title-with-preview-and-and-icon.md)


---

# 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.stylemixthemes.com/nuxy/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.
