> For the complete documentation index, see [llms.txt](https://help.joy.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.joy.so/on-site-content/loyalty-landing-page/hero-banner.md).

# Hero banner

{% hint style="info" %}
This feature is available in **all plans.**
{% endhint %}

### What is "Hero banner" feature?

The Hero Banner feature is a visual marketing tool that creates an impactful first impression on your loyalty page. This prominent display area serves as the centerpiece of your loyalty program's visual communication, allowing you to showcase key rewards, promotions, and program highlights in an attention-grabbing format.

### Why do you need this feature?

The hero banner on your loyalty page allows you to prominently display key rewards and promotions. This helps grab your customers' attention, making it easier to highlight important offers and encourage participation in your loyalty program.

### How to set up Hero banner to your loyalty page

{% stepper %}
{% step %}
Click on "**Embedded content**", then choose "**Edit in Theme Editor**" in Hero banner block

<figure><img src="/files/GfoFIPyXQo6o9JRFoMvT" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Once you've done that, a blank Loyalty Page will be generated. Now, click on "**Apps**" on the left menu. Look for the **Joy Hero Banner** in the list of blocks

<figure><img src="/files/u9GQLG5D5LotXNDYMhNY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The Joy Hero Banner block is now added! You can find all the settings you need on your right menu

<figure><img src="/files/YYGHIaLctaI7Ttvgs6qZ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.joy.so/on-site-content/loyalty-landing-page/hero-banner.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.
