# Опросы/Surveys

:flag\_ru:

* Имя - любое название ( для себя )
* Текстовый канал - в какой канал, бот отправит сообщение с опросом&#x20;
* Время окончания - это время, когда бот подведет итоги опроса&#x20;
* Варианты опроса - указываем название ( пример "ЗА" и любой смайлик) добавляем еще вариант ( пример "Против" и любой смайлик) и тк далее если нужно&#x20;
* Сообщение - описание опроса&#x20;

:flag\_gb:

* Name - can be anything ( just for you or future uses )
* Text channel - a channel where a survey will be created
* End time - a date when a bot will choose winners
* Survey options - choose a name and an emoji FOR EACH option that you want to create. (For example: Yes - 👍 No - 👎)&#x20;
* Message - survey's description


---

# 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://guide.felixbot.ru/upravlenie-serverom/oprosy.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.
