> For the complete documentation index, see [llms.txt](https://docs.zigpoll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zigpoll.com/questions.md).

# Questions

Not sure you understand questions? Don't worry, you're in the right place. Everything you need to know can be found here.

### What is a question?

A question a building block of a survey - and generally can be viewed as a "question".

A survey must contain at least one question before it can be made visible, but a survey can have as many questions as you want. A question can be of several different types.

### **What kind of questions are there?**

There are over two dozen question types, grouped into Choice, Rating & Ranking, Open Ended, Content, and Other. More are added regularly. Your current options are pictured below:

<figure><img src="https://1643988190-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LZpanNFqg3aCUZgXh3X%2Fuploads%2FetIe3yQoJ5BoZNiO6C0l%2Fimage.png?alt=media&amp;token=1d86666a-7ba1-4257-92c2-bf3bff0df5b4" alt=""><figcaption></figcaption></figure>

You can learn more about each one in the section below.

{% content-ref url="/pages/2DTgdCIZNDybWe4HLTi2" %}
[Types of Questions](/questions/types-of-questions.md)
{% endcontent-ref %}

{% hint style="info" %}
If you have an idea for a new type of question, please [let us know](mailto:support@zigpoll.com)!
{% endhint %}

### Can I reorder my questions after I have created them?

Yes. To reorder the questions go to the parent survey's page and you will see all your questions listed under the [survey preview section](/polls/poll-preview.md), you can drag and drop these questions to change the order.

<figure><img src="https://1643988190-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LZpanNFqg3aCUZgXh3X%2Fuploads%2FmFeBUQxrWNgV74heeo9f%2Fimage.png?alt=media&amp;token=3d5e17e5-30f1-4cc6-8f00-83352c465a72" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zigpoll.com/questions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
