# Recurrent Polls

## Recurrent Poll creation

Go to a channel on your discord server and type `/recurrent-poll create`.

<figure><img src="/files/1CdoSi4mj4ZcrndctoJR" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/SJZNIRfjPmIIfS9vaQYQ" %}
[I can't see commands](/i-get-an-error/i-cant-see-the-commands.md)
{% endcontent-ref %}

Click on the command, select your options and fill them

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

{% hint style="info" %}
To display all options place your cursor at the end of the line
{% endhint %}

## Time option

With this option you can set a timer for the survey to end automatically. \
To close the survey in `1 day` and `6 hours` I complete the option like this: `1d6h`\
And a poll will be posted to the channel every 1 days and 6 hours.\
You can change recurrent polls setting on the [dashboard](https://dashboard.coodo.xyz/user/recurrentpolls).

{% hint style="success" %}
Valid formats:

* 1d6h3m
* 50h3d
* 5h
* 72h2d
  {% endhint %}

## Days option

You can choose the days on which your poll will be active. To do this you need to edit an existing recurring poll from the [dashboard](https://dashboard.coodo.xyz).

Go to Recurrent polls section on the dashboard.\
And edit your recurrent poll.

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

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

After changes press "Save changes" button.


---

# 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.coodo.xyz/polls-1.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.
