# Button

Renders a customizable call-to-action button with optional video linking, color, size, and style settings.

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

<table><thead><tr><th width="152.2861328125">Settings</th><th width="126.94140625" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Text</td><td align="center"><code>text</code></td><td>The label displayed on the button.</td></tr><tr><td>URL</td><td align="center"><code>url</code></td><td>The link the button navigates to when clicked.</td></tr><tr><td>Color</td><td align="center"><code>select</code></td><td>Defines the button's color theme or preset.</td></tr><tr><td>Button style</td><td align="center"><code>select</code></td><td>Selects the visual style: <code>Solid</code>, <code>Outline</code>, <code>Soft</code>, and etc.</td></tr><tr><td>Size</td><td align="center"><code>select</code></td><td>Sets the size of the button: <code>Small</code>, <code>Medium</code>, or <code>Large</code>.</td></tr><tr><td>Video button link</td><td align="center"><code>text</code></td><td>If used as a video button, this is the video URL.</td></tr><tr><td>Text position</td><td align="center"><code>select</code></td><td>Aligns the button within the block: <code>Left</code>, <code>Center</code>, or <code>Right</code>.</td></tr><tr><td><strong>Block spacing</strong></td><td align="center"></td><td></td></tr><tr><td>Padding bottom</td><td align="center"><code>range</code></td><td>Adds spacing below the button block.</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://palo-alto.presidiocreative.com/sections/sections/storytelling/image-with-text/button.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.
