# How to generate a QR code

## Generate a QR code

{% stepper %}
{% step %}
Go to **Introducing brokers** > **Program** > **Introducing brokers**.
{% endstep %}

{% step %}
Select a partner from the list and click the name or <img src="/files/rORDqgdNGmkub2ef5lZx" alt="" data-size="line">. For a quick search, you can filter partners by a name, email, and other criteria.
{% endstep %}

{% step %}
Go to the **Links** tab and click a link in the **Landing page** column.
{% endstep %}

{% step %}
At the bottom of the page, you can see the **Change color** and **Add icon** dropdowns. There are two default background colors — black and white. You can customize colors, see [below](#customize-colors) for details. Icon is optional, you can ignore this field, but remember that using an icon for QR codes can increase the number of scans by 2-3 times. You can customize icons, see [below](#customize-icons) for details.
{% endstep %}

{% step %}
Use the **Click to generate QR code** button to create a QR code.
{% endstep %}

{% step %}
You can copy your QR code by clicking **Copy Embed** or download it to your device by clicking **Download QR Code**.
{% endstep %}
{% endstepper %}

## Customize colors

{% stepper %}
{% step %}
Navigate to **Introducing brokers** > **Promo** > **QR Codes** > **Colors**.
{% endstep %}

{% step %}
Click **Create** to create a new color and fill out the form:

* **Name** — enter the name of the color.
* **Background color** — enter the HEX code of the background.
* **Foreground color** — enter the HEX code of the foreground.
  {% endstep %}

{% step %}
Click **Save** to save a new color. The color is now available in the dropdown of colors when creating a QR code.
{% endstep %}
{% endstepper %}

## Customize icons

{% stepper %}
{% step %}
Navigate to **Introducing brokers** > **Promo** > **QR Codes** > **Icons**.
{% endstep %}

{% step %}
Click **Create** to create a new icon and fill out the form:

* **Name** — enter the name of the icon.
* **Icon** — attach the icon file. Make sure your icon is a PNG image and its size is from 128 x 128 to 512 x 512 and less than 100 KB.
  {% endstep %}

{% step %}
Click **Save** to save a new icon. The icon is now available in the dropdown of icons when creating a QR code.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.ib.b2core.b2broker.com/for-brokers/how-to-articles/how-to-generate-a-qr-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
