# Review Pages

A review page is where your customers land when they click a link from an email, SMS, or your website. They select a rating (e.g., faces or stars), then see a feedback form, links to third-party review sites, or a redirect—depending on how you've configured the page. Review pages are the core of collecting feedback and driving customers to leave reviews on Google, Yelp, and other sites.

### Where to Find Review Pages

Click **Review Pages** in the sidebar. You'll see a list of your review pages. Click one to edit it. Each review page has a sidebar with sections: **Settings**, **Appearance**, **Success Page**, **Links**, **Redirects**, **Fields**, **Locations** (if you have locations), **QR Code**, **AI Assistant**, and **Code Editor**.

Use **Preview** in the top bar to see how the page looks to customers. You can preview the standard review page or the kiosk page (a simplified view for in-store tablets or displays).

***

### Creating and Managing Review Pages

* **Add** – Create a new review page. Give it a name and configure it.
* **Default** – One review page can be the default. It's used when no other page is assigned (e.g., for a customer or location).
* **Duplicate** – Copy an existing review page to use as a starting point.
* **Delete** – Remove a review page. Your default page cannot be deleted until you set another as default.

You can filter the list by location or by whether the page has links or redirects.

***

### What Each Section Does

| Section                                                    | Purpose                                                                                                     |
| ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [Settings](/platform/review-pages/settings.md)             | Title, introduction, footer, button label, instructions per rating, rating options, and email notifications |
| [Appearance](/platform/review-pages/appearance.md)         | Layout, alignment, fonts, background color, and background image                                            |
| [Success Page](/platform/review-pages/success.md)          | What customers see after submitting a review                                                                |
| [Links](/platform/review-pages/links.md)                   | Buttons that link to third-party review sites (Google, Yelp, etc.)                                          |
| [Redirects](/platform/review-pages/redirects.md)           | Automatic redirects to review sites after a rating is selected                                              |
| [Fields](/platform/review-pages/fields.md)                 | Form inputs for name, email, review text, and custom fields                                                 |
| [Locations](/platform/review-pages/locations.md)           | Assign locations to this page and enable the location picker                                                |
| [QR Code](/platform/review-pages/qr-code.md)               | Download a QR code that links to your review page                                                           |
| [AI Assistant](/platform/review-pages/ai-assistant.md)     | Enable AI-powered review suggestions so customers can generate ready-to-use feedback                        |
| [Code Editor](/platform/review-pages/code-editor.md)       | Custom styles and scripts for advanced customization                                                        |
| [URL Parameters](/platform/review-pages/url-parameters.md) | Pre-fill location, rating, name, email, and more by adding parameters to your review or kiosk link          |
| [Kiosk](/platform/review-pages/kiosk.md)                   | Display a QR code on a tablet or screen for customers to scan and leave reviews on their phone              |

***

### The Customer Flow

1. Customer receives a link (from email, SMS, or in person).
2. They open the review page and see your title and introduction.
3. They select a rating (e.g., tap a face or star).
4. Depending on your setup, they may see:
   * A form to leave feedback or a review
   * Buttons to leave a review on Google, Yelp, etc.
   * An automatic redirect to a review site
5. After submitting, they see the success page.

{% hint style="info" %}
All reviews—positive and negative—are stored in the platform. You can hide negative reviews from your [Showcase](/platform/showcase.md) and widgets, but they remain in your data for follow-up and improvement.
{% endhint %}


---

# 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.moregoodreviews.com/platform/review-pages.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.
