> For the complete documentation index, see [llms.txt](https://guide.form.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.form.gov.sg/user-guides/advanced-guide/short-links-qr-code.md).

# Short links / QR code

You may use [go.gov.sg](https://go.gov.sg) to shorten your FormSG links and generate a QR code.&#x20;

{% hint style="success" %}
Government officials with a .gov.sg email can now create a short link conveniently in the **share** button of your form! This is only available once per form.
{% endhint %}

{% hint style="info" %}
For approved healthcare institutions, please use [for.sg](https://for.sg)

For approved education institutions, please use [for.edu.sg ](https://for.edu.sg)
{% endhint %}

{% tabs %}
{% tab title="Text tutorial" %}

### <img src="/files/j6GutTRDRrofXv3qKMKQ" alt="" data-size="line"> Text Tutorial: Short links / QR code

**Step 1: Click on "create link"**

<figure><img src="/files/27G8ryndPjeCMCBsEmll" alt=""><figcaption></figcaption></figure>

**Step 2: Think of a short link**&#x20;

Copy your original form link to this section and create a short link!

<figure><img src="/files/odL2oNj7bvAsei2LcjlY" alt=""><figcaption></figcaption></figure>

**Step 3: Share your new short link**

<figure><img src="/files/auF451x2Rg0xKcQ1bmYv" alt=""><figcaption></figcaption></figure>

If you need a QR code instead, proceed to step 4!

**Step 4: Click into the short link**

<figure><img src="/files/8JBqZJwUjnUZeOtOu8k3" alt=""><figcaption></figcaption></figure>

**Step 5: Download QR code and share**

<figure><img src="/files/WXpF3W6H9M1AlJ60AOcc" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You may also visit GoGov's [guide](https://guide.go.gov.sg/) and support team for more information.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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://guide.form.gov.sg/user-guides/advanced-guide/short-links-qr-code.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.
