> 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/publishing-and-sharing-structure.md).

# Publishing & Sharing structure

### Overview

Once your survey is created and structured, the next step is to share it with your intended audience. Publishing and sharing your survey allows you to start collecting responses and gathering insights.

Indephr provides simple and flexible ways to distribute your surveys, ensuring that you can reach respondents efficiently without complex setup.

***

### Purpose of publishing and sharing

Publishing and sharing your survey enables you to:

* Make your survey accessible to respondents
* Reach your target audience quickly
* Begin collecting responses in real time
* Monitor participation and engagement

Without sharing, your survey will remain inactive and will not collect any responses.

***

### Survey sharing workflow

Publishing and sharing a survey in Indephr typically follows this process:

1. **Finalize your survey**\
   Ensure all questions are complete and properly structured.
2. **Publish the survey**\
   Make the survey ready for distribution.
3. **Share with respondents**\
   Distribute the survey using available methods such as a shareable link or managed recipients.
4. **Track responses**\
   Monitor how respondents are interacting with your survey.

This workflow ensures that your survey reaches the right audience and starts generating data effectively.

***

### Ways to share your survey

Indephr allows you to share your surveys in multiple ways:

* **Shareable links**\
  Generate a link that can be distributed easily across platforms.
* **Recipient management**\
  Send surveys to specific individuals or groups and manage participation.

Each method is designed to give you flexibility based on your use case.

***

### Key considerations before sharing

Before publishing your survey, ensure that:

* All questions are clear and complete
* The survey flow is logical and easy to follow
* There are no errors or missing information
* The survey aligns with your intended objective

A well-prepared survey improves response rates and data quality.

***

### What happens after sharing

Once your survey is shared:

* Respondents can access and complete the survey
* Responses are collected automatically
* You can monitor participation and engagement
* Data becomes available for reporting and analysis


---

# 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/publishing-and-sharing-structure.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.
