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

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

- [Обновление рекламы: как настроить и использовать обновление рекламы](https://docs.exoclick.com/tutorials/ru/rukovodstva/rukovodstva-dlya-izdatelei/obnovlenie-reklamy-kak-nastroit-i-ispolzovat-obnovlenie-reklamy.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)
- [Popunders: варианты триггеров для 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 Notifications](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 (video)](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.
