> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/overlay/text-promotion.md).

# Text promotion

The **Text Promotion** section allows merchants to display a small, customizable popup for announcing promotions, events, updates, or calls to action. This is a lightweight popup with a heading, rich text, and an optional button, ideal for subtle messaging without overwhelming the visitor.&#x20;

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

<table><thead><tr><th width="212.74566650390625">Setting</th><th width="142.22137451171875" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Position</td><td align="center"><code>select</code></td><td>Controls the horizontal position of the popup: <code>Left</code>, <code>Right</code>, or <code>Center</code>.</td></tr><tr><td>Heading</td><td align="center"><code>text</code></td><td>The main title or heading of the promotion.</td></tr><tr><td>Text</td><td align="center"><code>richtext</code></td><td>Main message or promotional content. HTML supported.</td></tr><tr><td><strong>Button</strong></td><td align="center"></td><td></td></tr><tr><td>Color</td><td align="center"><code>select</code></td><td>Button color: <code>Black</code>, <code>White</code>, <code>Primary</code>, or <code>Secondary</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>Toggle to show a directional arrow inside the button.</td></tr><tr><td><strong>Colors</strong></td><td align="center"></td><td></td></tr><tr><td>Color Scheme</td><td align="center"><code>color_scheme</code></td><td>Base color scheme applied to the popup.</td></tr><tr><td>Text</td><td align="center"><code>color</code></td><td>Custom override for the popup's text color.</td></tr><tr><td>Background </td><td align="center"><code>color</code></td><td>Custom override for the popup's background color.</td></tr></tbody></table>

{% embed url="<https://broadcast.presidiocreative.com/overlay/aditional-settings>" %}


---

# 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://broadcast.presidiocreative.com/overlay/text-promotion.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.
