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

# Portal Overview

> Your public changelog page

# Portal Overview

Your portal is your public-facing changelog page where users can see all your posts.

## Your portal URL

Every updates.page account gets a free subdomain:

```
https://yourcompany.updates.page
```

You can also [set up a custom domain](/portal/custom-domain) like `changelog.yourcompany.com`.

## Portal features

<CardGroup cols={2}>
  <Card title="Customizable design" icon="palette">
    Match your brand with custom colors, logo, and CSS
  </Card>

  <Card title="Category filtering" icon="filter">
    Users can filter posts by category
  </Card>

  <Card title="RSS feed" icon="rss">
    Automatic RSS feed for subscribers
  </Card>

  <Card title="SEO optimized" icon="search">
    Meta tags, Open Graph, and structured data included
  </Card>
</CardGroup>

## Portal settings

Configure your portal in **Settings → Portal**:

| Setting         | Description                             |
| --------------- | --------------------------------------- |
| **Logo**        | Your company logo (displayed in header) |
| **Favicon**     | Browser tab icon                        |
| **Colors**      | Primary and background colors           |
| **Title**       | Custom page title (for SEO)             |
| **Description** | Meta description (for SEO)              |
| **Custom CSS**  | Advanced styling overrides              |

## What users see

Your portal displays:

1. **Header** — Your logo and navigation
2. **Post list** — Chronological feed of updates
3. **Category filters** — Optional filter buttons
4. **Individual posts** — Full content when clicked
5. **Footer** — "Powered by updates.page" (removable on Business plan)

## RSS feed

Your portal automatically includes an RSS feed at:

```
https://yourcompany.updates.page/changelog/rss
```

Users can subscribe to get notified of new posts in their RSS reader.

<Tip>
  Link to your RSS feed from your main website or app to help users stay updated.
</Tip>

## Analytics

Track portal performance with:

* **Built-in analytics** — View counts and top posts
* **Google Analytics** — Add your GA tracking ID
* **Fathom** — Add your Fathom site ID

See [Analytics setup](/portal/analytics) for details.
