# Регистрация участника голосования

Вы можете дать пользователям бота самостоятельно регистрировать свою кандидатуру в качестве участника голосования. Для этого создайте простую анкету в сценарии бота и сохраните каждый ответ пользователя в переменную, а затем просто сопоставьте эти переменные с данными для голосования.

![](/files/F8yuUKUgndR3UBQyLXZL)


---

# 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://help.watbot.ru/chat-boty/bloki/golosovaniya/registraciya-uchastnika-golosovaniya.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.
