> 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.md).

# Creating Surveys

### Overview

Creating surveys is the first step in collecting meaningful feedback through Indephr. This section guides you through the process of building structured surveys that are clear, effective, and aligned with your objectives.

Indephr provides a simple and intuitive interface that allows you to create surveys without requiring any technical knowledge. You can define questions, organize them logically, and design surveys that are easy for respondents to complete.

***

### Purpose of creating surveys

Surveys help you gather information, understand opinions, and identify areas for improvement. A well-designed survey ensures that the responses you receive are accurate, relevant, and useful for analysis.

By creating structured surveys, you can:

* Collect targeted feedback
* Understand user behavior and preferences
* Identify trends and patterns
* Support better decision-making

***

### What you can do in this section

In this section, you will learn how to:

* Create a new survey from scratch
* Add and manage questions
* Choose appropriate question types
* Organize and structure your survey effectively

Each step is explained in detail in the pages that follow.

***

### Survey creation workflow

Creating a survey in Indephr typically involves the following steps:

1. **Start a new survey**\
   Begin by creating a new survey and defining its purpose.
2. **Add questions**\
   Include questions that help you collect the required information.
3. **Select question types**\
   Choose the appropriate format for each question based on the type of response you need.
4. **Structure the survey**\
   Arrange questions in a logical order to ensure a smooth experience for respondents.

This workflow ensures that your survey is clear, organized, and easy to complete.

***

### Best practices for creating surveys

To create effective surveys, consider the following:

* Keep questions clear and easy to understand
* Avoid unnecessary or repetitive questions
* Focus on one topic per question
* Use appropriate question types for accurate responses
* Maintain a logical flow throughout the survey

Following these practices helps improve response quality and completion rates.


---

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