> 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/cost-calculator-builder/calculator-elements.md).

# Calculator Fields

- [General Overview](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/general-overview.md)
- [Text](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/text-box.md)
- [Quantity](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/quantity.md)
- [Validated form](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/validated-form.md)
- [Dropdown list](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/drop-down.md)
- [Image Dropdown (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/drop-down-with-image.md)
- [Radio Select](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/radio-button.md)
- [Image Radio (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/radio-button-1.md)
- [Switch Toggle](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/toggle-button.md)
- [Checkbox](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/checkbox.md)
- [Image Checkbox (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/checkbox-1.md)
- [Date Picker (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/date-picker-pro-feature.md)
- [Time Picker (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/time-picker-pro-feature.md)
- [Basic Slider](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/range-button.md)
- [Multi Range (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/multi-range.md)
- [File Upload (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/file-upload.md)
- [How to Allow Additional File Types in WordPress](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/file-upload/how-to-allow-additional-file-types-in-wordpress.md)
- [How to Increase Maximum File Upload Size in WordPress](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/file-upload/how-to-increase-maximum-file-upload-size-in-wordpress.md)
- [HTML](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/html.md)
- [Geolocation (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/geolocation-pro-feature.md)
- [Line](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/line.md)
- [Formula](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/total.md)
- [AI Assistant (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/total/ai-assistant-pro-feature.md)
- [Repeater (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/repeater-pro-feature.md)
- [Group Field (Pro feature)](https://docs.stylemixthemes.com/cost-calculator-builder/calculator-elements/group-field-pro-feature.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/cost-calculator-builder/calculator-elements.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.
