# Buttons

Adds a call-to-action button with customizable text, link, color, size, style, and optional arrow icon to drive user interactions.

<figure><img src="/files/8ustMqos64pasqr4HcyU" alt="button block for countdown timer section"><figcaption></figcaption></figure>

<table><thead><tr><th width="124.5555419921875">Settings</th><th width="118.46954345703125" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Text</td><td align="center"><code>text</code></td><td>Button label.</td></tr><tr><td>Link</td><td align="center"><code>url</code></td><td>Button destination URL.</td></tr><tr><td>Color</td><td align="center"><code>select</code></td><td>Button color style: <code>Primary</code>, <code>Secondary</code>, <code>Black</code>, or <code>White</code>.</td></tr><tr><td>Size</td><td align="center"><code>select</code></td><td>Button size: <code>Small</code>, <code>Medium</code>, or <code>Large</code>.</td></tr><tr><td>Style</td><td align="center"><code>select</code></td><td>Button style: <code>Solid</code>, <code>Outline</code>, or <code>Text</code>.</td></tr><tr><td>Show arrow</td><td align="center"><code>checkbox</code></td><td>Adds an arrow icon to the button.</td></tr></tbody></table>


---

# 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://broadcast.presidiocreative.com/sections/sections/text/countdown-timer/buttons.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.
