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

# Legal Pages

> Configure your store's legal pages including terms of service and privacy policy.

Legal pages are essential for any e-commerce store. They protect both you and your customers by clearly outlining the rules and policies of your business.

## Why Legal Pages Matter

Legal pages help you:

* Comply with local and international regulations (GDPR, CCPA, etc.)
* Protect your business from liability
* Build trust with customers
* Define clear terms for transactions

## Accessing Legal Settings

1. Click on **Settings** in the sidebar
2. Select **Legal** from the settings menu

<Frame>
  <img src="https://mintcdn.com/shopperlabs-ee054f5e/khtWzNt9B9rQhNq5/images/v2/legal.png?fit=max&auto=format&n=khtWzNt9B9rQhNq5&q=85&s=8d2669590d41f1b4f31e5ce7228e0e82" alt="Legal Settings" width="2900" height="2002" data-path="images/v2/legal.png" />
</Frame>

## Available Legal Pages

Shopper allows you to configure the following legal documents:

| Page                 | Purpose                                                  |
| -------------------- | -------------------------------------------------------- |
| **Terms of Service** | Defines the rules and guidelines for using your store    |
| **Privacy Policy**   | Explains how you collect, use, and protect customer data |
| **Refund Policy**    | Outlines your return and refund procedures               |
| **Shipping Policy**  | Details your shipping methods, times, and costs          |

## Editing Legal Content

To edit a legal page:

1. Click on the page you want to edit
2. Use the rich text editor to write or paste your content
3. Click **Save** to publish your changes

## Writing Your Legal Pages

### Terms of Service

Your Terms of Service should include:

* Acceptance of terms
* User responsibilities
* Prohibited activities
* Intellectual property rights
* Limitation of liability
* Dispute resolution

### Privacy Policy

Your Privacy Policy should cover:

* What data you collect
* How you use the data
* How you protect customer data
* Cookie usage
* Third-party services
* Customer rights regarding their data

### Refund Policy

Your Refund Policy should explain:

* Eligibility for refunds
* Timeframe for requesting refunds
* Refund process
* Exceptions
* Exchange options

<Tip>
  Consider consulting with a legal professional to ensure your policies comply with applicable laws in your jurisdiction and the regions where you sell.
</Tip>

## Displaying Legal Pages on Your Storefront

Shopper stores the content of your legal pages, but does not create the storefront routes automatically. Your developer needs to set up the pages on your website to display this content. Once configured, legal pages are typically:

* Linked in your website footer
* Shown during checkout when required
* Accessible from customer account pages

<Warning>
  Legal pages are not published to your storefront automatically. Ask your developer to create the routes and views to display them. See the [Legal developer documentation](/v2/legal) for implementation details.
</Warning>

For developer details, see the [Legal documentation](/v2/legal).
