---
title: Standard Page Links
description: >-
  Direct links to the everyday pages of your Photo Finale site — sign-up,
  checkout, price list, order tracking, account pages, print ordering, and the
  uploader.
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

These are the everyday destinations on your Photo Finale site. Use them in email footers, help pages, receipts, and anywhere else you want to save customers a few clicks.

<Tip>
Replace `demo.photofinale.com` with your own PF site domain in any of these links.
</Tip>

## Account & ordering pages

| Link | Where it goes |
|:-----|:--------------|
| `https://demo.photofinale.com/signup` | Membership sign-up |
| `https://demo.photofinale.com/checkout` | Shopping cart checkout |
| `https://demo.photofinale.com/pricelist` | Product price list |
| `https://demo.photofinale.com/trackorder` | Order status lookup |
| `https://demo.photofinale.com/account` | Customer's My Account page |
| `https://demo.photofinale.com/projects` | Customer's My Projects page |

## Prints & uploading

| Link | Where it goes |
|:-----|:--------------|
| `https://demo.photofinale.com/prints` | Order photo prints |
| `https://demo.photofinale.com/upload` | Photo uploader |

You can also send customers straight to a specific print category, such as large-format prints:

```text
https://demo.photofinale.com/prints/large-format
```

See [Product & Category Links](/pf-website/linking-into-pf-web/product-and-category-links) for how to find your category names.

## What's Next?

<Columns cols={2}>
  <Card title="Product & Category Links" icon="tags" href="/pf-website/linking-into-pf-web/product-and-category-links">
    Send customers to a specific category, product, or design style.
  </Card>
  <Card title="Coupon Links" icon="ticket" href="/pf-website/linking-into-pf-web/coupon-links">
    Add a coupon code to any link so it's applied automatically.
  </Card>
</Columns>
