> 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/getting-started/overview.md).

# Overview

### Introduction

This page provides a quick overview of how to begin using Indephr effectively. It is designed to help you understand the basic flow of the platform and prepare you to take your first actions with confidence.

If you are new to Indephr, this is the best place to start before moving on to account setup and survey creation.

***

### Understanding the Indephr workflow

Indephr is built around a simple and structured workflow that guides you from collecting feedback to taking meaningful action.

The platform follows these key stages:

1. **Survey Creation**\
   You create a survey by defining questions and structuring them based on your objectives.
2. **Survey Distribution**\
   The survey is shared with your intended audience using available sharing methods.
3. **Response Collection**\
   Responses are automatically collected and organized as participants complete the survey.
4. **Report Generation**\
   Indephr processes the responses and generates clear, structured reports.
5. **Action Planning and Follow-Up**\
   Based on the insights, action plans are created and shared, including summaries provided back to respondents.

This workflow ensures that feedback is not only collected but also translated into actionable outcomes.

***

### Key components of the platform

To use Indephr effectively, it is important to understand the main components you will interact with:

#### Surveys

Surveys are the foundation of Indephr. They consist of a set of questions designed to collect specific information or feedback.

***

#### Respondents

Respondents are the individuals who receive and complete your surveys.

***

#### Responses

Responses are the answers submitted by respondents. These are automatically captured and stored within the platform.

***

#### Reports

Reports provide a structured view of the collected data. They help you identify patterns, trends, and key insights.

***

#### Action Plans

Action plans are generated based on insights from reports. They guide you on what steps to take to improve outcomes or address feedback.

***

#### Summaries and Follow-Ups

Indephr allows you to share report summaries and relevant actions with respondents, ensuring transparency and closing the feedback loop.


---

# 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/getting-started/overview.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.
