> For the complete documentation index, see [llms.txt](https://loggix.gitbook.io/indephr-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://loggix.gitbook.io/indephr-docs/creating-surveys/adding-questions.md).

# Adding Questions

### Overview

After creating a survey, the next step is to add questions. Questions are the core of your survey, as they determine the type and quality of feedback you will receive.

Indephr allows you to add and manage questions easily, helping you build surveys that are clear, structured, and effective.

***

### How to add questions

Follow these steps to add questions to your survey:

1. Open your survey in the survey builder
2. Locate the option to **Add Question**
3. Click on the option to create a new question
4. Enter your question text
5. Select the appropriate question type
6. Add options if required (for example, in multiple choice questions)
7. Save the question

You can repeat these steps to add multiple questions to your survey.

***

### Writing effective questions

Well-written questions are essential for collecting meaningful and accurate responses.

When adding questions, keep the following in mind:

* Use clear and simple language
* Avoid ambiguous or confusing wording
* Ask one thing at a time
* Keep questions relevant to your objective
* Avoid leading or biased questions

***

### Organizing questions

As you add more questions, it is important to keep your survey organized:

* Arrange questions in a logical order
* Group similar questions together
* Start with simple questions and move to more detailed ones
* Ensure a smooth flow for respondents

A well-structured survey improves completion rates and response quality.

***

### Managing questions

Indephr allows you to manage your questions easily after adding them.

You can:

* Edit existing questions
* Update question text or options
* Reorder questions
* Remove questions if needed

This flexibility allows you to refine your survey at any stage before publishing.

***

### Common mistakes to avoid

To ensure high-quality responses, avoid the following:

* Using overly complex or technical language
* Adding too many questions unnecessarily
* Asking repetitive questions
* Creating very long surveys without clear structure

Keeping your survey concise and focused improves engagement.


---

# 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://loggix.gitbook.io/indephr-docs/creating-surveys/adding-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.
