> 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/sharing-via-link.md).

# Sharing via Link

### Overview

Sharing your survey via a link is one of the simplest and most flexible ways to reach respondents. Indephr allows you to generate a shareable link that can be distributed across different platforms such as email, messaging apps, or social channels.

This method is ideal when you want to quickly share your survey with a broad or undefined audience.

***

### How to share a survey using a link

Follow these steps to share your survey using a link:

1. Open the survey you want to share
2. Navigate to the **Publish** or **Share** section
3. Generate the survey link
4. Copy the generated link
5. Share the link with your intended audience

Once shared, respondents can access the survey directly through the link.

***

### Where you can use the survey link

The shareable link can be distributed through various channels:

* Email communications
* Messaging platforms (such as WhatsApp or internal tools)
* Social media platforms
* Websites or portals

This flexibility allows you to reach respondents wherever they are.

***

### Managing access through links

When sharing via a link, keep the following in mind:

* Anyone with the link may be able to access the survey
* Ensure the link is shared only with the intended audience when required
* Monitor responses to track participation

***

### When to use link sharing

Sharing via link is best suited when:

* You want to reach a large audience quickly
* You do not need to restrict access to specific individuals
* You are distributing surveys through public or semi-public channels

***

### Best practices

To improve response rates when sharing via link:

* Include a short message explaining the purpose of the survey
* Clearly mention how long the survey will take
* Encourage honest and complete responses
* Share the link at the right time to maximize 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/publishing-and-sharing-structure/sharing-via-link.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.
