> For the complete documentation index, see [llms.txt](https://docs.kozmik.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kozmik.io/screens-and-elements/button-types.md).

# Button Types

The buttons enable the actions you specify with user interaction to take place.

It enables actions such as opening a new screen or link, saving, deleting, and canceling, as well as actions such as calling, sending messages and e-mails.

<figure><img src="/files/yxiqTi2HdWONniZ9ImzF" alt=""><figcaption></figcaption></figure>

### Button and Button Group

You can add a button to the screen with the Button element, and two buttons with different functions side by side with the Button Group element.

#### Button Settings

**Title**: Write the text you want to show on the button.

**Icon**: You can add it to the button by choosing one of the icon options.

**Actions**: [Learn more about actions](/screens-and-elements/actions.md)

You can customize the button appearance with Style and Corner selections.

### Phone Button

It allows the user to directly make a call or send a message if the button is pressed.

### Email Button

It allows the user to send email directly if the button is pressed.

### Link Button

If the user presses the button, it allows the user to reach the link you specified directly through the web browser.

<br>


---

# 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.kozmik.io/screens-and-elements/button-types.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.
