> For the complete documentation index, see [llms.txt](https://help.unitpay.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.unitpay.ru/en/referral-program/interface-of-referrer.md).

# Interface of Referrer's (Agent's) Account

From the end of 2019, our partners can participate in the referral program.

You can become a referrer, attract new customers and get 15% of the Unitpay commission (it's about 1% of the total commission) from the referrals' payments.

To become a referrer (agent), select ["Referrals"](https://unitpay.ru/partner/referral) in the menu in the footer of your personal account.<br>

![](/files/EibGpdxjLzX80zWtRKmB)

To get started, you need to read the terms and agree to the [offer](https://unitpay.ru/offer_referrals).<br>

![](/files/Bck3h7i4Y6KfPVQTp23D)

Then you'll need to **enter a tag** to identify the link (1) and **create a link** to register your Unitpay account (2). You can copy the link and **send** it to a potential **referral** by clicking on the Copy icon (3).

![](/files/-M9y1tmcLCvUOfo_FIqH)

The resulting link leads to the Unitpay account registration form.

Agency fee will be charged only if the referral registers via the link!

One or more referrals may register using the same link. In this case, the revenue from them will be summed up in a single line.

The agency fees can be credited to the referrer's account balance by clicking the Add button. The credited funds can be withdrawn in any way available for your account type.

![](/files/-M9y1tmdiARYsXI4TOKk)


---

# 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://help.unitpay.ru/en/referral-program/interface-of-referrer.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.
