# Newsletters

To create a newsletter, go to the appropriate section and click on "Create":

![](/files/CDa22dNIJyWC93be8RQi)

The mailing list looks the same as a regular script. But she always has a starting block, which is called “Start mailing”.&#x20;

Let's ask the user to write something in this starting block and move on to another script:

![](/files/OOtFgcI2JxuNDABY84hy)

To send a newsletter, click "Set up a newsletter". Here we can choose which channel to send the newsletter to, which users, set additional conditions:

![](/files/OabCaRm5IJJ5zH78swC0)

![](/files/KP46cMNHUug21sSStjpN)

For example, the subscriber wrote to the bot, but did not leave the phone. I send out a mailing list to all users without a number and ask you to leave contact information for the bot. Our script does not yet provide for such a technique, but you can create a variable that marks such users.&#x20;

Once set up, the newsletter can be sent or scheduled for the future. Immediately after sending, we get to the screen with information about the mailing:

![](/files/ABGdFhjDCai1Qqh9rSnT)

And in Telegram, we receive a message, by answering which we get into another script, as it was intended:

![](/files/QmkaAvGREoF4kOBaQlPw)


---

# Agent Instructions: 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.smartbotpro.io/mini-course/newsletters.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.
