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

# Subscribe to Updates

> Get notified of new Formal product releases via RSS feeds

> **Outcome:** After this guide, you can subscribe to product update notifications.
> **Prerequisites:** Slack workspace (recommended) or email service.

## Overview

Each Formal product changelog publishes an RSS feed. Subscribe to feeds to receive automatic notifications when new versions release.

## Get the RSS Feed URL

Click the **RSS icon** at the top of any changelog page. Your browser opens the RSS feed for that product.

**Verify:**

The URL ends with `/rss.xml` (for example, `https://docs.formal.ai/docs/changelog/connector/rss.xml`).

## Subscribe via Slack

Send changelog updates to a dedicated Slack channel.

<Steps>
  <Step title="Create a Slack channel">
    Create a new channel in your workspace for product updates. Name it
    something like `#formal-updates`.
  </Step>

  <Step title="Add the RSS app">
    Visit the [RSS app in Slack
    Marketplace](https://slack.com/help/articles/218688467-Add-RSS-feeds-to-Slack)
    and click **Add to Slack**.
  </Step>

  <Step title="Configure the feed">
    Paste the RSS feed URL from step one. Select your updates channel. Click
    **Subscribe**.

    **Verify:**

    ```
    The Slack RSS bot posts a confirmation message in your channel.
    ```
  </Step>
</Steps>

## Subscribe via Zapier

Use Zapier to trigger email notifications or custom workflows.

See [Send new RSS feed entries via email](https://zapier.com/apps/email/integrations/rss/1441/send-new-rss-feed-entries-via-email) to configure email delivery.

You can use RSS updates as triggers for any Zapier workflow.

## Additional Resources

<Tip>
  See [Mintlify changelog
  documentation](https://www.mintlify.com/docs/create/changelogs) for technical
  details about RSS feed implementation.
</Tip>

## Next Steps

<CardGroup cols={2}>
  <Card title="View All Changelogs" icon="clock-rotate-left" href="/docs/changelog/index">
    Browse product release notes
  </Card>

  <Card title="Connector Releases" icon="server" href="/docs/changelog/connector">
    View Connector updates
  </Card>

  <Card title="API Releases" icon="code" href="/docs/api/introduction">
    View API updates
  </Card>

  <Card title="Desktop App Releases" icon="desktop" href="/docs/changelog/desktop-app">
    View Desktop App updates
  </Card>

  <Card title="Terraform Provider Releases" icon="terraform" href="/docs/changelog/terraform-provider">
    View Terraform Provider updates
  </Card>

  <Card title="Data Discovery Releases" icon="magnifying-glass" href="/docs/changelog/data-discovery">
    View Data Discovery updates
  </Card>

  <Card title="Policy Data Loader Releases" icon="database" href="/docs/changelog/policy-data-loader">
    View Policy Data Loader updates
  </Card>

  <Card title="AI Satellite Releases" icon="satellite" href="/docs/changelog/ai-satellite">
    View AI Satellite updates
  </Card>
</CardGroup>
