> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei.md).

# Руководства для издателей

- [Добавление рекламных зон ExoClick в приложения](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/adding-exoclick-ad-zones-to-apps.md)
- [Интеграция рекламной зоны ExoClick с Vue.js](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/exoclick-ad-zone-integration-with-vue.js.md)
- [Рекламные объявления Full Page Interstitial в одностраничных приложениях](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/fpi-spa-with-exoclick.md)
- [Как показывать SFW-рекламу с ExoClick](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/serve-sfw-ads.md)
- [In-Page Push: как настроить рекламную зону In-Page Push Notification](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/how-set-up-in-page-push-notification-ad-zone.md)
- [In-Stream: совместимые плееры VAST Wrapper](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/compatible-vast-wrapper-players.md)
- [In-Stream: как внедрить In-Stream. Часть 1.](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/how-implement-in-stream-part1.md)
- [In-Stream: как внедрить In-Stream. Часть 2: примеры внедрения](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/how-implement-in-stream-part2.md)
- [In-Stream: как внедрить In-Stream. Часть 3: тестирование рекламной зоны](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/how-implement-in-stream-part3.md)
- [In-Video: как внедрить In-Video (VAST)](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/how-implement-in-video-vast.md)
- [MFPI: как внедрить рекламную зону Mobile Fullpage Interstitial](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/how-implement-mobile-fullpage-intestitial-ad-zone.md)
- [Настройка многоформатной рекламной зоны](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/multiformat-adzone-setup.md)
- [Outstream: как внедрить рекламную зону Outstream](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/how-implement-outstream-ad-zone.md)
- [Popunder: как убедиться, что ваши Popunder соответствуют правилам о навязчивых рекламных форматах](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/how-ensure-popunders-fit-rules-abusive-experiences.md)
- [Popunder: варианты триггеров для рекламных зон popunder](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/trigger-options-popunder-ad-zones.md)
- [Примеры редиректа Popunder](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/primery-redirekta-popunder.md)
- [Push-уведомления: как внедрить рекламную зону Push-уведомлений](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/how-implement-push-notifications.md)
- [Push-уведомления: использование push-уведомлений из нескольких сетей](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/using-push-notifications-multiple-networks.md)
- [Как использовать коды рекламных зон ExoClick в WordPress](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/wordpress-exoclick-ad-zone-set-up.md)
- [Video Slider — как настроить рекламную зону Video Slider](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/how-setup-video-slider-ad-zone.md)
- [Как динамически блокировать типы объявлений с помощью data-block-ad-types](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/dynamically-block-ads-using-data-block-ad-types.md)
- [Как динамически блокировать типы объявлений для зон ExoClick In-stream (видео)](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/dynamically-block-ad-types-for-exoclick-in-stream-zones.md)


---

# 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.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei.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.
