# Poll Post Composer Page

The Poll Post Composer Page enables users to perform polling with communities and connected users.&#x20;

<figure><img src="/files/vp1LROQu8JajlUa5sCqW" alt="" width="321"><figcaption></figcaption></figure>

### Features <a href="#features" id="features"></a>

| Feature          | Description                                                       |
| ---------------- | ----------------------------------------------------------------- |
| Post Composition | User can create a poll post with text question, and text options. |

### Customization

<table><thead><tr><th width="261">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td>poll_post_composer_page/*/*</td><td>Theme</td><td>User can customize page theme.</td></tr><tr><td>poll_post_composer_page/*/poll_question_tile</td><td>Element</td><td>User can change wording of poll question title.</td></tr><tr><td>poll_post_composer_page/*/poll_options_title</td><td>Element</td><td>User can change wording of poll question title.</td></tr><tr><td>poll_post_composer_page/*/poll_options_desc</td><td>Element</td><td>User can change wording of poll options description.</td></tr><tr><td>poll_post_composer_page/*/poll_add_option_button</td><td>Element</td><td>User can change wording of add option button and its corresponding icon</td></tr><tr><td>poll_post_composer_page/*/poll_duration_title</td><td>Element</td><td>User can change wording of poll duration title.</td></tr><tr><td>poll_post_composer_page/*/poll_duration_desc</td><td>Element</td><td>User can change wording of poll duration description.</td></tr><tr><td>poll_post_composer_page/*/poll_multiple_selection_title</td><td>Element</td><td>User can change wording of poll multiple selection title.</td></tr><tr><td>poll_post_composer_page/*/poll_multiple_selection_desc</td><td>Element</td><td>User can change wording of poll multiple selection description.</td></tr></tbody></table>

For more details customization, please refer to [Customization](/social-plus-uikit/uikit-4/customization.md) page.

### Usage <a href="#usage" id="usage"></a>

A poll typically includes a question and at least two answer options. The creator can decide whether participants are allowed to select one or multiple options and can set an end date for the poll.

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/d11fe22c243da590a8e13cdd9a527eb9>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/amythee/b8db86ef2c7776380bfa5b3fffffbeec>" %}
{% endtab %}

{% tab title="Flutter" %}
{% embed url="<https://gist.github.com/453ab0c61fb03851eae37cd5901b8485>" %}
{% endtab %}

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/384d1c6b19a403ba18e75461a1978524>" fullWidth="true" %}
{% endtab %}
{% endtabs %}


---

# 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.social.plus/social-plus-uikit/uikit-4/social/post/poll-post-composer-page.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.
