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

# Pages

> Create and manage website pages

**Pages** are the building blocks of your organization's website. Each page has a **title**, **slug** (URL path), optional **description**, and **content** built in the [page editor](/website/page-editor).

## Pages list

* Go to **Website** → **Pages** to see all pages. You see title, slug, status (draft/published), and last updated. Create a new page or open one to edit.

## Create a page

1. Click **Create page** (or **New page**).
2. Enter:
   * **Title**: e.g. "About Us" (shown on the page and in the list).
   * **Slug**: URL path, e.g. `about` for `rowhouse.co/your-org/about`. Use lowercase, letters, numbers, hyphens. Must be unique per org. See [Slugs and URLs](/website/slugs-and-urls).
   * **Description**: optional; for your reference or SEO.
3. Save. The page is created as **draft**. Open it in the [page editor](/website/page-editor) to add content, then [publish](/website/publishing) when ready.

<Tip>
  Reserve slugs like `home` or \`\` (empty) for your homepage if your site uses them. Check existing pages to avoid duplicate slugs.
</Tip>

## Edit or delete a page

* **Edit**: Open the page and click **Edit** (or open in page editor). Change content, title, or slug (if allowed). Save.
* **Delete**: Remove the page from the list (Delete or similar). The URL will 404 after deletion. Cannot be undone.

## Layout pages

* A page can be marked as a **layout** page so it wraps other pages (e.g. header/footer). See [Layout pages](/website/layout-pages).
