> For the complete documentation index, see [llms.txt](https://docs.search.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.search.io/documentation/fundamentals/promotion-rules/banners.md).

# Banners

Draw attention to specific promotions, pages, categories or items by adding banners to your category pages or search results.

Banners are images that can be positioned in your search results and link to a URL.

![Promotion banners](/files/SrfFF8oOjN12LdOoXMNB)

### Adding a banner

{% hint style="info" %}
Banners are only available in the grid view.
{% endhint %}

To get started, click the **Add banner** link in the top right of the header bar.

1. Upload a banner image.
2. Specify the target URL where users will be directed to when clicking the banner\_.\_
3. Specify the size of the banner. The size is determined by the number of cells the banner should take up in the grid result view.
4. Specify the position of the banner. Ensure the banner doesn't exceed the width of the grid.
5. **Done** :tada:

*Optionally,* you can add custom text to the banner for accessibility and better SEO.

{% hint style="info" %}
Note that the size of the banner depends on the size of the search result cells on your website and might differ from what is shown in the preview. Make sure you test out the best banner size for your site or store.
{% endhint %}

### Integrating banners in your Search UI

If you are using Search.io's [Search UI Widgets](https://docs.search.io/developer-documentation/fundamentals/search-ui-widgets) or [React SDK](https://react.docs.search.io/), banners will automatically work. No additional integration required.

If you have built a custom UI, you can access the banner information in the search response and integrate it into your search results. For more details, take a look at the[ integration guide for banners](https://docs.search.io/developer-documentation/guides/frontend-integration/promotion-banners).


---

# 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://docs.search.io/documentation/fundamentals/promotion-rules/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.
