# 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="https://3331282500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVxHpJrX6m3zdP0xxcZ3X%2Fuploads%2FM8nnfD6i0nHvLmfdYvbJ%2Fsettings-button.gif?alt=media&#x26;token=5f54389d-8b50-4b24-b8c9-be98187d01fd" 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](https://docs.kozmik.io/screens-and-elements/actions)

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