> 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/creating-a-new-survey.md).

# Creating a New Survey

### Overview

Creating a new survey in Indephr is the starting point for collecting feedback. The process is designed to be simple, allowing you to quickly set up a survey and begin adding questions.

This page walks you through the steps required to create a new survey and prepare it for further customization.

***

### Steps to create a new survey

Follow these steps to create a new survey:

1. Go to your dashboard
2. Click on the **Create Survey** option
3. Enter the basic details for your survey, such as:
   * Survey title
   * Description (optional but recommended)
4. Review the information you have entered
5. Confirm to create the survey

Once completed, your survey will be created and you will be taken to the survey builder.

***

### Understanding survey details

When creating a new survey, you define its basic identity:

#### Survey Title

The title helps you identify the survey. It should clearly reflect the purpose of the survey.

***

#### Description

The description provides additional context about the survey. This can help both you and your respondents understand the intent of the survey.

***

### After creating the survey

Once your survey is created:

* You will be redirected to the survey builder
* You can start adding questions
* You can modify survey details at any time

At this stage, your survey is not yet shared and will not collect responses until it is published.

***

### Best practices

To ensure clarity and effectiveness:

* Use a clear and specific survey title
* Write a short description explaining the purpose
* Keep the objective of the survey focused

This helps you manage surveys easily and improves respondent understanding.


---

# 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/creating-a-new-survey.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.
