> For the complete documentation index, see [llms.txt](https://help.smartrr.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartrr.com/docs/support/admin-portal/marketing-banners.md).

# Marketing Banners

Last updated: May 14, 2025

As *one of the many* ways using Smartrr allows you to fully brand what your customers see when they log-in to manage their subscriptions—we allow brands to add a Marketing Banner to their Customer Account Portal.&#x20;

<figure><img src="/files/rtB5VLa8mKur6SOEfESw" alt=""><figcaption><p><em>Did someone say "Marketing Banners"?</em></p></figcaption></figure>

Under **Theming** and **Portal Settings**, make Banner visible by clicking on the eye icon.&#x20;

For plain text, simply type what you'd like to appear in your banner. For example:&#x20;

`📦 Subscribers get free shipping on all orders`

For HTML, enter type in HTML syntax. For example:&#x20;

{% code overflow="wrap" %}

```html
<h2 style="text-align: center;">Did someone say "Marketing Banners"?</h2>
<p style="text-align: center;"><iframe class="giphy-embed" src="https://giphy.com/embed/26ufdipQqU2lhNA4g" width="60" height="60" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
```

{% endcode %}

<figure><img src="/files/0n7SVDKWOdNNohzdJxWx" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** 👁‍🗨 HTML input will not currently reflect in our in-app preview but will reflect in your site's live account portal after publishing to your theme.
{% endhint %}

Set a background color for your banner by clicking on the color-selector.&#x20;

### Potential Use Cases

* 📦 Promote free shipping
* 🆕 Announce an upcoming product
* 🎅🏼 Gate an exclusive holiday promotion to existing customers only
* 🔗 Embed a form or other brand collateral&#x20;
* 🛎 Let customers know where to reach out for help if the have a question about their subscription


---

# 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://help.smartrr.com/docs/support/admin-portal/marketing-banners.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.
