> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/partnerskii-kabinet/kak-podat-zayavku-na-uchastie-v-partnerskoi-programme.md).

# Как подать заявку на участие в партнёрской программе

Процесс подачи заявки на участие в партнёрской программе:

#### 1. В выпадающем меню профиля нажмите «Кабинет партнёра».

<figure><img src="/files/RRVLHMIf6IaBxeKODfzX" alt=""><figcaption></figcaption></figure>

#### 2. Изучите преимущества партнёрской программы и выберите один из вариантов получения статуса партнёра Nextbot:

* Подайте заявку на сайте, если у вас уже есть опыт работы с ИИ-агентами в целом или Nextbot в частности.
* Изучите бесплатные уроки и выполните задания после них, если вы впервые знакомитесь с агентами и Nextbot.

<figure><img src="/files/V1mVT1n7eP9OaZ2qgxo8" alt=""><figcaption></figcaption></figure>

#### 3. Если вы выбрали второй вариант, отфильтруйте уроки по тегу «Обязательные уроки для партнёров Nextbot». Прогресс прохождения обучения можно отслеживать в статус-баре выше. Открыть этот раздел можно также через кнопку «Уроки» в нижнем левом углу экрана.

<figure><img src="/files/pmBvYveFsWZ4UIRKTN18" alt=""><figcaption></figcaption></figure>

#### 4. Когда тесты в обязательных уроках будут сданы, вернитесь в «Кабинет партнёра».

<figure><img src="/files/Q5AUdTjZPUpSHSRaQQPW" alt=""><figcaption></figcaption></figure>

#### 5. Нажмите «Стать партнёром».

<figure><img src="/files/wLmIDg0weHplIwvIpoUj" alt=""><figcaption></figcaption></figure>

#### 6. Заполните короткую анкету и нажмите «Подать заявку».

<figure><img src="/files/clJ0UX2JKTYr9VhNqG21" alt=""><figcaption></figcaption></figure>

#### 7. Заявка отправлена и находится на рассмотрении. Менеджер свяжется с вами в течение 24 рабочих часов.

<figure><img src="/files/s0AQlGPsKEUBknkOgN3C" alt=""><figcaption></figcaption></figure>

#### 8. После одобрения заявки вы получите уведомление. Кнопка «Партнёрский кабинет» появится в боковом меню над разделом «Поддержка» и будет доступна из любого раздела платформы.

<figure><img src="/files/91UopgRzRSWDlW4BSNNd" alt=""><figcaption></figcaption></figure>


---

# 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://doc.nextbot.ru/functional/partnerskii-kabinet/kak-podat-zayavku-na-uchastie-v-partnerskoi-programme.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.
