> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/design-and-structure/components/button-group.md).

# Button Group

The Button Group component is simply easing the process of aligning and organizing a group of buttons' layout vertically or horizontally. Each button has it's own actions, and nothing functionally ties it up with other buttons except the layout.

<div align="left"><figure><img src="/files/8UbWq3aobqcnmA13AE5X" alt=""><figcaption></figcaption></figure></div>

### Button Group's Orientation

In the Button group's properties, you can set the buttons' layout horizontally or vertically depending on the design you need.

<div align="left"><figure><img src="/files/x1cnQef5mCID1hSUdIiz" alt=""><figcaption></figcaption></figure></div>

### Button Group's  Actions

There are no actions for the Button Group container. It functions as just a container. however you can add [actions ](/user-guide/design-and-structure/actions.md)to each button inside it separately.  For example, you can add actions such as Run Operations, Export Data, Open an overlay, Copy to clipboard, Send an email, Run a workflow, Navigate to a page and others.


---

# 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:

```
GET https://docs.jetadmin.io/user-guide/design-and-structure/components/button-group.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.
