> For the complete documentation index, see [llms.txt](https://help.meetmadison.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meetmadison.ai/reputation/review-links.md).

# Shareable links & QR codes

As well as sending requests directly, you can create **reusable review links** and matching **QR codes** to put anywhere. Anyone who uses one lands on your [review request page](/reputation/review-request-page.md), so they can rate you and leave a review in seconds. Create as many as you like, for example a different one for your counter, your receipts, and your social bios.

## Create a link

Open the **Requests** tab and select the settings cog (⚙ **Set up review requests**), then add a link.

{% stepper %}
{% step %}

#### Name it

Give the link a name so you can recognise it later. This is only visible to you and your team.
{% endstep %}

{% step %}

#### Choose locations

Pick the location or locations the link is for.
{% endstep %}

{% step %}

#### Set where it sends people

Choose the destination and any custom page wording, the same options as a review request. See [Your review request page](/reputation/review-request-page.md).
{% endstep %}
{% endstepper %}

Madison generates a unique **short link** and **QR code** for each location on the link. For each one you can **copy the link**, **preview** it, or **download** its QR code as an image, or use **Download all** to grab every QR code at once.

## Where to use them

* On printed **receipts** and invoices
* A **table tent** or sign at your counter
* Your **email signature**
* Your **social media bios** and link-in-bio pages

{% hint style="info" %}
Because a shared link only records activity once someone responds, its response rate isn't directly comparable to the rate for requests you send by email or text.
{% endhint %}

## Delete a link

If a link has served its purpose, you can delete it. Open **Set up review requests** (the ⚙ cog on the **Requests** tab), open the link's overflow menu (**⋯**), and choose **Delete link**.

Before you confirm, Madison shows exactly what changes:

* **The link stops working.** It will no longer send customers to your [review request page](/reputation/review-request-page.md). If you've printed or shared it, plan to update those materials, because any new link will have a different URL and QR code.
* It tells you **whether the link has been used**, and how many times, so you don't remove one that's still in circulation by mistake.
* **Your existing data stays.** Reviews and feedback you've already received aren't affected.

Deleting a link can't be undone.


---

# 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://help.meetmadison.ai/reputation/review-links.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.
