> For the complete documentation index, see [llms.txt](https://docs.wfolio.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wfolio.pro/site/settings/announcement-bar.md).

# Инфополоса (бегущая строка)

С помощью инфополосы можно сделать анонс акции или сезонного предложения. Она будет отображаться на всех страницах сайта, пока посетитель не перейдёт по ссылке или не скроет ее.

Включите инфополосу в разделе настроек **«Настройки сайта»**. Здесь вы можете настроить текст и цвет инфополосы, а также выбрать страницу для перехода. **Сохраните изменения**.

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

Можно настроить переход на внешний адрес (страницу ВК, канал в Telegram и т.д.) или сделать так, чтобы по нажатию на инфополосу посетители могли позвонить вам. Для этого выберите **«Внешний адрес» и вставьте нужную ссылку.**

Чтобы добавить номер телефона, скопируйте текст ниже и замените `НомерТелефона` на ваш номер в международном формате. Он должен начинаться с `+7`.

```
tel:+НомерТелефона
```

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

Сверху на сайте будет отображаться рекламная ссылка с переходом на выбранную вами страницу.

<figure><img src="/files/7QjCTtY1Pk1cWgwzx3cN" 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:

```
GET https://docs.wfolio.pro/site/settings/announcement-bar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
