# REFERENCE GUIDE

- [Components List](https://docs.adapptio.com/reference-guide/components-list.md)
- [Application Header](https://docs.adapptio.com/reference-guide/components-list/application-header.md)
- [Box](https://docs.adapptio.com/reference-guide/components-list/box.md)
- [Container](https://docs.adapptio.com/reference-guide/components-list/container.md)
- [Grid](https://docs.adapptio.com/reference-guide/components-list/grid.md)
- [Sidebar Layout](https://docs.adapptio.com/reference-guide/components-list/sidebar-layout.md)
- [View](https://docs.adapptio.com/reference-guide/components-list/view.md)
- [Text Input](https://docs.adapptio.com/reference-guide/components-list/text-input.md)
- [Number](https://docs.adapptio.com/reference-guide/components-list/number.md)
- [Checkbox](https://docs.adapptio.com/reference-guide/components-list/checkbox.md)
- [Option](https://docs.adapptio.com/reference-guide/components-list/option.md)
- [Date and Time](https://docs.adapptio.com/reference-guide/components-list/date-and-time.md)
- [File Upload](https://docs.adapptio.com/reference-guide/components-list/file-upload.md)
- [Properties](https://docs.adapptio.com/reference-guide/properties.md)
- [ACCEPT](https://docs.adapptio.com/reference-guide/properties/accept.md): String Value Types
- [CUSTOM PLACEHOLDER](https://docs.adapptio.com/reference-guide/properties/custom-placeholder.md): String
- [DESCRIPTION](https://docs.adapptio.com/reference-guide/properties/description.md): String, Array Object
- [ENABLED](https://docs.adapptio.com/reference-guide/properties/enabled.md): Boolean
- [FONT SIZE](https://docs.adapptio.com/reference-guide/properties/font-size.md): String Value Type, Pixel Ratio
- [FOREGROUND COLOR](https://docs.adapptio.com/reference-guide/properties/foreground-color.md): String Value Type
- [FORM DATA KEY](https://docs.adapptio.com/reference-guide/properties/form-data-key.md): String
- [HEADERS](https://docs.adapptio.com/reference-guide/properties/headers.md): Map Object Value Types
- [ICON](https://docs.adapptio.com/reference-guide/properties/icon.md): String MDI Value Type, Array Object
- [ID](https://docs.adapptio.com/reference-guide/properties/id.md): Unique String
- [LABEL](https://docs.adapptio.com/reference-guide/properties/label.md): String, Array Object
- [METHOD](https://docs.adapptio.com/reference-guide/properties/method.md): String Value Type
- [MULTIPLE](https://docs.adapptio.com/reference-guide/properties/multiple.md): Number
- [MAX FILE SIZE](https://docs.adapptio.com/reference-guide/properties/max-file-size.md): Number
- [REQUEST TIMEOUT](https://docs.adapptio.com/reference-guide/properties/request-timeout.md): Number
- [REQUIRED](https://docs.adapptio.com/reference-guide/properties/required.md): Boolean
- [READ-ONLY](https://docs.adapptio.com/reference-guide/properties/read-only.md): Boolean
- [SIZE](https://docs.adapptio.com/reference-guide/properties/size.md): Boolean
- [TEXT ALIGNMENT](https://docs.adapptio.com/reference-guide/properties/text-alignment.md): String Value Type
- [TEXT STYLE](https://docs.adapptio.com/reference-guide/properties/text-style.md): Boolean, Array Object
- [URL](https://docs.adapptio.com/reference-guide/properties/url.md): String Value Type
- [UPLOAD IMMEDIATELY](https://docs.adapptio.com/reference-guide/properties/upload-immediately.md): Boolean
- [VALIDATE](https://docs.adapptio.com/reference-guide/properties/validate.md): Boolean
- [VALUE](https://docs.adapptio.com/reference-guide/properties/value.md): String, Number, Boolean
- [Functions](https://docs.adapptio.com/reference-guide/functions.md)
- [Array](https://docs.adapptio.com/reference-guide/functions/array.md)
- [Date](https://docs.adapptio.com/reference-guide/functions/date.md)
- [Generators](https://docs.adapptio.com/reference-guide/functions/generators.md)
- [JSON](https://docs.adapptio.com/reference-guide/functions/json.md)
- [Logic](https://docs.adapptio.com/reference-guide/functions/logic.md)
- [Math](https://docs.adapptio.com/reference-guide/functions/math.md)
- [Object](https://docs.adapptio.com/reference-guide/functions/object.md)
- [String](https://docs.adapptio.com/reference-guide/functions/string.md)
- [Types](https://docs.adapptio.com/reference-guide/functions/types.md)
- [Util](https://docs.adapptio.com/reference-guide/functions/util.md)


---

# 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.adapptio.com/reference-guide.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.
