> 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-brokers/how-to-articles/how-to-configure-tiers.md).

# How to configure tiers

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

{% step %}
Select an IB type from the list and click its name or <img src="/files/rORDqgdNGmkub2ef5lZx" alt="" data-size="line">.
{% endstep %}

{% step %}
Go to the **Tiers** tab.
{% endstep %}

{% step %}
Click **Create**.
{% endstep %}

{% step %}
Enter the **Name** of the tier.
{% endstep %}

{% step %}
Set required number of **Active traders** to receive increased rewarding. Set the value to **0** to ignore this parameter in reward calculations.
{% endstep %}

{% step %}
Set required amount of **Trading volume, in lots** to receive increased rewarding. Set value to **0** to ignore this parameter in reward calculations.
{% endstep %}

{% step %}
Set required amount of **Trading volume, in USD** to receive increased rewarding. Set value to **0** to ignore this parameter in reward calculations.
{% endstep %}

{% step %}
Set tier **Ratio** — rewards multiplier for the partners who have reached volume/clients goals for a tier period.
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}

{% step %}
Go to the **Preferences** tab and set **Tier period** in days — the number of days in which amounts set on the previous step must be achieved by a partner to receive increased rewarding.
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% 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://docs.ib.b2core.b2broker.com/for-brokers/how-to-articles/how-to-configure-tiers.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.
