> 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.md).

# How-to articles

## Set up IB

{% content-ref url="/pages/IGVWSYJZpuV7XPTWZmG7" %}
[How to set up a wallet](/for-brokers/how-to-articles/how-to-set-up-a-wallet.md)
{% endcontent-ref %}

## Create your IB program

{% content-ref url="/pages/bEt6MQOLkVfCDhi9E7WT" %}
[How to create an IB type](/for-brokers/how-to-articles/how-to-create-an-ib-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/PloXPYKXeKe7t9thAeND" %}
[How to set up a payment plan for symbols](/for-brokers/how-to-articles/how-to-set-up-a-payment-plan-for-symbols.md)
{% endcontent-ref %}

{% content-ref url="/pages/tvVnqjRlycxHiKLs2pos" %}
[How to configure levels](/for-brokers/how-to-articles/how-to-configure-levels.md)
{% endcontent-ref %}

{% content-ref url="/pages/cXiPIMzAKQ0C8tYkAAEn" %}
[How to configure tiers](/for-brokers/how-to-articles/how-to-configure-tiers.md)
{% endcontent-ref %}

{% content-ref url="/pages/PviuWthpK9fv2niDqVVE" %}
[How to import IB-related data](/for-brokers/how-to-articles/how-to-import-ib-related-data.md)
{% endcontent-ref %}

## Manage partners

{% content-ref url="/pages/GiCYJ6gNisyCWZvSWqqz" %}
[How to register a partner](/for-brokers/how-to-articles/how-to-register-a-partner.md)
{% endcontent-ref %}

{% content-ref url="/pages/PRXQaYCFk8LNkIHqpT4q" %}
[How to block a partner](/for-brokers/how-to-articles/how-to-block-a-partner.md)
{% endcontent-ref %}

{% content-ref url="/pages/25yXUetrn2avVnwwv3Vx" %}
[How to change an IB type for a partner](/for-brokers/how-to-articles/how-to-change-an-ib-type-for-a-partner.md)
{% endcontent-ref %}

{% content-ref url="/pages/7HNegIWMKa4kAJu9o4ww" %}
[How to configure personal rewards](/for-brokers/how-to-articles/how-to-configure-personal-rewards.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZhuipzElJeaVAwZAFrfy" %}
[How to configure a Master IB](/for-brokers/how-to-articles/how-to-configure-a-master-ib.md)
{% endcontent-ref %}

{% content-ref url="/pages/VsP1H35wxxEnCqj71b4o" %}
[How to transfer clients and structures in the IB system](/for-brokers/how-to-articles/how-to-transfer-clients-and-structures.md)
{% endcontent-ref %}

## Other

{% content-ref url="/pages/jP87K4vAB7mjMJY5oCu2" %}
[How to generate a QR code](/for-brokers/how-to-articles/how-to-generate-a-qr-code.md)
{% endcontent-ref %}

{% content-ref url="/pages/kBIsLqIjDUdDvGmGanbp" %}
[How to connect to cTrader](/for-brokers/how-to-articles/how-to-connect-to-ctrader.md)
{% endcontent-ref %}

{% content-ref url="/pages/JLnTJfdyRytBcwjxG48J" %}
[How to configure the Converter driver for use with B2CORE API v2.x](/for-brokers/how-to-articles/how-to-configure-the-converter-driver-for-use-with-b2core-api-v2.x.md)
{% endcontent-ref %}


---

# 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.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.
