# Polls

## Poll creation

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

<figure><img src="/files/0fdqENRPEw6oAlgMa4XO" 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/Dggb3mMfK5qRx8aLjFN5" 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`

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

* 1d6h3m2s
* 50h3d1w
* 5h
* 72h2d
  {% endhint %}


---

# 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.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.
