# Button Toolbar

<div align="left"><figure><img src="/files/6q305nfbIxg3VaeENc71" alt="" width="71"><figcaption><p>Button Toolbar Element</p></figcaption></figure></div>

The **`Button Toolbar`** element allows you to group multiple [Button Group](/app-editor/page-editor/built-in-elements/button-group.md) and [Input Group](/app-editor/page-editor/built-in-elements/input-group.md) elements horizontally. There can be more than one button group and/or input groups and the button groups can have any number of buttons.

The example image below shows a button toolbar with:

* [Input Group](/app-editor/page-editor/built-in-elements/input-group.md) with [Input](/app-editor/page-editor/built-in-elements/input.md) element.
* [Button Group](/app-editor/page-editor/built-in-elements/button-group.md) with three [Button](/app-editor/page-editor/built-in-elements/button.md) elements.
* [Input Group](/app-editor/page-editor/built-in-elements/input-group.md) with [Dropdown](/app-editor/page-editor/built-in-elements/dropdown.md) element.

<figure><img src="/files/m51w6QRs2OF1FawfLUGD" alt=""><figcaption><p>A Button Toolbar with Input groups and Button Group</p></figcaption></figure>

It makes it easy to create visually appealing and functional toolbars for your Zingy app.

To control the horizontal alignment use the Button Toolbar element inside a [Flexible Area](/app-editor/page-editor/built-in-elements/flexible-area.md) and use the [Horizontal Align](/app-editor/page-editor/built-in-elements/flexible-area.md#horizontal-align) setting.&#x20;


---

# 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.zingy.ai/app-editor/page-editor/built-in-elements/button-toolbar.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.
