> ## Documentation Index
> Fetch the complete documentation index at: https://docs.feedspace.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Wall of Love

> Tools for creating standalone testimonial pages with shareable URLs.

Wall of Love are standalone hosted testimonial landing pages with their own public URL (e.g. `feedspace.io/workspace/page-name`). These pages can be shared directly with anyone.

## Available Tools

| Tool                     | Description                                                                                | Try asking                                                          |
| ------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- |
| `list_pages`             | List all Wall of Love pages in your workspace                                              | "Show me all my Wall of Love pages"                                 |
| `get_page`               | Get details of a specific page                                                             | "Show me the details of my Customer Love page"                      |
| `create_page`            | Create a new page, optionally with specific reviews pre-selected                           | "Create a Wall of Love called 'Customer Love' with my best reviews" |
| `update_page`            | Rename a page, change which reviews appear, edit its design, or change its public URL slug | "Add my latest 5-star reviews to my Wall of Love page"              |
| `update_page_automation` | Set auto-add rules so new matching reviews appear on the page automatically                | "Automatically add any new 5-star review to my Customer Love page"  |
| `duplicate_page`         | Copy a page with the same reviews, design, and settings                                    | "Duplicate my Customer Love page"                                   |
| `get_page_stats`         | See how many times a page has been viewed                                                  | "How many views has my Wall of Love page received?"                 |
| `get_page_share`         | Get the public URL to share with anyone                                                    | "Give me the public URL for my Wall of Love page"                   |

## Customizing a Page

`update_page` accepts a `design` object matching the editor's Design tab: hero heading and subtitle, background, colours, fonts, navigation links, the inline call-to-action, load-more behaviour, JSON-LD for SEO, and custom CSS. Only the fields you pass change.

You can also set `reviewSelectionSortBy` to `newest`, `oldest`, or an empty string to keep the order reviews were added in, and change the page's public URL with `slug` (availability is checked before saving).

<Note>
  Hero background images can only be uploaded in the web app. `allowCustomDomain` and `allowRemoveBranding` depend on your plan.
</Note>

## Automating a Page

`update_page_automation` adds new reviews to a page as they arrive, using the same filters as the review list: star ratings, sentiment, labels, forms, review type, keywords (included and excluded), and reviewer details such as whether they gave a name or company.

Filter groups combine, so a review must match **all** the groups you set. Only the filters you pass change, so look the page up first if you want to see the current rules. Automation turns on by default when any filter is set, and off when all are cleared.
