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

# How collection pages work in KudosWall

> Collection pages are public URLs where customers submit testimonials. Each page is branded, customizable, and tied to a unique slug in your workspace.

A collection page is the public-facing side of KudosWall — it's the URL you share with your customers when you want to gather testimonials. Anyone with the link can visit the page, fill out the form, and submit their feedback. You control everything about how that page looks and what it asks.

## Your collection page URL

By default, your collection page is available at:

```
https://kudoswall.org/collect/{slug}
```

The `{slug}` is a short, URL-friendly identifier you choose for each collection. You can customize it at any time from the **Advanced** tab in the collection customizer.

<Tip>
  On Pro, Agency, and Lifetime plans, you can connect a custom domain so your collection page lives at a URL like `testimonials.yourcompany.com` instead. See [Custom domain setup](/collecting/custom-domain).
</Tip>

## What happens when a customer visits

When someone opens your collection page, here's what they experience:

<Steps>
  <Step title="They see your branded form">
    The page shows your headline, subheading, logo, and brand colors. On Pro and above, you control all of these. On Free, KudosWall's default branding is used.
  </Step>

  <Step title="They fill in their details">
    The form collects their name (required), and optionally their email, company, job title, and LinkedIn profile URL — depending on which fields you've enabled.
  </Step>

  <Step title="They write their testimonial and rate you">
    Customers type their testimonial text and, if you've enabled star ratings, select a score from 1 to 5.
  </Step>

  <Step title="They submit">
    After submitting, they see your customized thank-you message. You can optionally redirect them to your website or show a call-to-action button.
  </Step>
</Steps>

## What happens in your dashboard

Every submission lands in your dashboard with a status of **pending**. You review it, then approve or reject it. Only approved testimonials appear in your widgets.

<Note>
  Submissions are never published automatically. You always have the final say before anything goes public.
</Note>

## What you can customize

The collection customizer lets you adjust every aspect of your page. Branding options are available on Pro and above; basic form fields and content settings apply to all plans.

<CardGroup cols={2}>
  <Card title="Branding" icon="palette" href="/collecting/customize-branding">
    Accent color, background color, font family, and your logo.
  </Card>

  <Card title="Form fields" icon="list-check" href="/collecting/customize-branding">
    Show or hide email, company, job title, and LinkedIn. Set which fields are required.
  </Card>

  <Card title="Page content" icon="pen" href="/collecting/customize-branding">
    Headline, subheading, and the thank-you message your customers see after submitting.
  </Card>

  <Card title="Custom domain" icon="globe" href="/collecting/custom-domain">
    Point your own subdomain at your collection page (Pro and above).
  </Card>
</CardGroup>
