> For the complete documentation index, see [llms.txt](https://setka.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://setka.gitbook.io/help-center/setka-post-editor/buttons.md).

# Buttons

## Creating and Adding a Button

To create and add a button to your content, you need to make sure you created a style for buttons in [Content Design System Manager](/help-center/content-design-system-manager.md). If you already have styles for your buttons, you can add a button in Side Toolbar.&#x20;

### Creating Button Styles in [CDSM (Content Design System Manager)](/help-center/content-design-system-manager.md)

For every button, you can choose:

* Its name (you can create several buttons inside your style).
* Text format for your text on the button.
* Border width and radius.
* Colors for text, border, and background for the different button states.
  * Default (before interaction with this button), on hover and click.

![Button Styles settings in Setka Content Design System Manager](/files/-MQJfobg6cY3-EpYeoHW)

### Inserting a button in the post editor

You can add a button to a post from the Side Toolbar

![](/files/-MQJeKbmyrr_LyfJjv-h)

In the Upper Contextual Menu, you can edit various settings for your buttons. Here is what you can do:

* Choose the button style.
* Change the button’s bottom indent.
* Choose where the button will lead to (URL or anchor).
* You can also set a telephone number instead of URL — enter tel:5555555555 in the URL field.
* Set an animation.
* Set the visibility for different types of devices.

![](/files/-MQJedE2_Vngz7AoYtTw)

{% embed url="<https://drive.google.com/file/d/1-lAA1g0knSlQvlj3t9c1nEIvZj7ZdUjS/view?usp=sharing>" %}
Video tutorial on how to add a CTA in Setka Editor&#x20;
{% endembed %}

{% hint style="info" %}
Please note that Buttons are available on premium plans. [Please see our pricing page](https://setka.io/pricing) for more details.&#x20;
{% endhint %}


---

# 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://setka.gitbook.io/help-center/setka-post-editor/buttons.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.
