# Web Link

## 🔗 What is a web link ?

The web link is a unique URL link that you can use to distribute your survey by either sending the link throughs emails, by copy pasting the link on your website or through any tool or media that supports web link URLs.

Clicking on the link will open the survey page in your browser let you take the survey.

{% hint style="info" %}
You also generate a [pre-filled answers](/form-management/form-designer/preview-testing/pref-filled-answers.md) link that will pre-fill the survey answers with the answer values defined in your pre-filled link.
{% endhint %}

## 🙂 Friendly name

The friendly name allows you to replace the survey id reference in the link by a self defined more human readable reference. Instead of having an web link URL like : `https://www.ngsurvey.com/s/MBlvux6wInDWlbdSm3la`

We could define using a friendly link an URL like this :\
`https://www.ngsurvey.com/s/f/CustomerSurvey`

## 🔢 Adding query string name value pair to the link

If needed you may add [query string](https://en.wikipedia.org/wiki/Query_string) name / value pairs to the web link URL using the standard query string notation.`https://www.ngsurvey.com/s/MBlvux6wInDWlbdSm3la?supportcaseid=12345`

## 🔅 `Web link`properties

* **`Single question flow mode`** enables the [single question flow mode](/form-management/form-designer/form-settings/single-question-flow.md). This is a shortcut for the property that you can find as well in the [survey properties ](/form-management/form-designer/form-settings.md)page.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.ngsurvey.com/form-management/publish-deploy/web.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
