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

# Create an Activity Feed

> Learn how to create an activity feed to follow activities for specific types of resources.

[Activity feeds](../notifications/activity-feeds) let you follow everything that happens for a certain type of resource in Confidence and route notifications to Slack, email, or webhook.

## Create an Activity Feed

<Steps>
  <Step title="Go to Activity Feeds">
    Go to **Admin > Activity Feeds**.
  </Step>

  <Step title="Create the feed">
    Click **Create** and configure the activity feed for the resource types you want to follow (feature flags, A/B tests, or rollouts).
  </Step>

  <Step title="Configure your notification channel">
    * **Slack**: [Add the Confidence app to your Slack channel](./add-confidence-to-slack-channel) so it can post notifications.
    * **Webhook**: Configure your webhook URI and secret. See [webhook configuration](../notifications/webhook-configuration) for details on requirements and security.
  </Step>
</Steps>

<Note>
  Each surface has a built-in activity feed. To send all activities on a surface to Slack or email, go to the [surface settings](./configure-surface-notifications) and configure notifications.
</Note>

## Related Resources

<CardGroup cols={2}>
  <Card title="Activity Feeds Reference" href="/docs/notifications/activity-feeds">
    Deep dive into activity feeds
  </Card>

  <Card title="Webhook Configuration" href="/docs/notifications/webhook-configuration">
    Configure webhooks for activity notifications
  </Card>

  <Card title="Add Confidence to Slack" href="/docs/how-to-guides/add-confidence-to-slack-channel">
    Enable Slack notifications
  </Card>

  <Card title="Configure Surface Notifications" href="/docs/how-to-guides/configure-surface-notifications">
    Set up surface-level notifications
  </Card>

  <Card title="Integrate Slack" href="/docs/how-to-guides/integrate-slack">
    Connect Slack to Confidence
  </Card>
</CardGroup>
