> For the complete documentation index, see [llms.txt](https://docs.ib.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ib.b2core.b2broker.com/for-partners/ib-room/promo/banners.md).

# Banners

A **promo banner** is represented by a rectangle of a varying size and color, within which some message is displayed. In the context of banner advertising, the purpose of such banners is to attract visitors of a host website where a banner is placed and encourage them to navigate to a specified landing page.

{% hint style="success" %}
**Key points:**

* You can configure multiple promo banners for your referral campaign.
* The promo banners can be placed on websites or any other advertising platforms.
* You can filter the banners displayed on this page by their size, language, or theme.
* To change the number of banners displayed per page, use the **Show on page** dropdown.
  {% endhint %}

## Configure a banner

To configure a promo banner:

1. From the dropdown located at the top of the page, select a **partnership program** for which you want to configure a banner.
2. Click a **banner** that you want to configure.
3. From the **Landing page** dropdown, select a landing page to which users should be navigated after clicking the banner.\
   At present, only the **Sign up** page of the B2CORE UI can be used as a landing page.
4. Click **Copy** to copy the HTML code of your banner to the clipboard. The HTML code includes your unique ID.

The copied HTML code can be embedded into an advertising website of your choice.


---

# 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.ib.b2core.b2broker.com/for-partners/ib-room/promo/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.
