# Multi Button

The Multi Button field is a visually aesthetic way of selecting a value from a list of options. It works in a similar way to any dropdown field in a form, unless the person clicks a button instead.<br>

![Typical Multi Button field wth 5 optional values set.](/files/PhpTuCCAuPr5zvYQtxYg)

### Initial Parameters

| Parameter                          | Description                                                                                                                                                                                                                                                    |
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Type a button name and click "Add" | Here you can add as many buttons as you like, all with different values.                                                                                                                                                                                       |
| Optional Default Value             | <p>This is a value that will appear in the field when it initialises, be it from a page load, or from appearing due to a <a href="/pages/-Ma3cgwE0Az1fu3khmcp">Conditional Visibility</a>.<br><br>It will also reset to this value after the form submits.</p> |
| **Enable Field in "show more"**    | A checkbox to determine whether this field only appears in "show more"                                                                                                                                                                                         |


---

# 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://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/input-fields/multi-button.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.
