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

# RSS

<Frame style={{padding: '48px'}}>
  <Icon icon="rss" iconType="duotone" size={80} color="#F26522" />
</Frame>

RSS is a standard format for subscribing to content updates from websites. With this integration you can automatically save articles from RSS feeds as bookmarks via [IFTTT](/integrations/ifttt), and subscribe to your collections as RSS feeds.

## Saving RSS feeds

<CardGroup cols={1}>
  <Card title="RSS to Raindrop.io" icon="https://mintcdn.com/raindropio-0c6b7ca1/g7d24I8ROfahz7TM/assets/icon-ifttt.png?fit=max&auto=format&n=g7d24I8ROfahz7TM&q=85&s=afeef66d1fa3cb32c1b8413c4c723bfe" href="https://ifttt.com/applets/p4EeHCfr-rss-to-raindrop-io" horizontal width="83" height="82" data-path="assets/icon-ifttt.png" />
</CardGroup>

Learn more [how to use applets](/integrations/ifttt)

## Subscribing to a collection RSS feed

Every collection has a built-in RSS feed. You can subscribe to it in your favorite RSS reader and get notifications when new items are added.

<Steps>
  <Step>
    Open the collection you want to subscribe to
  </Step>

  <Step>
    Click the **Share** button

    <Frame style={{padding: 0}}>
      <img src="https://mintcdn.com/raindropio-0c6b7ca1/g7d24I8ROfahz7TM/assets/collaboration-share.png?fit=max&auto=format&n=g7d24I8ROfahz7TM&q=85&s=b7c576bf0136cedd5fbf416742904f8d" alt="" width="1336" height="600" data-path="assets/collaboration-share.png" />
    </Frame>

    <Note>The **Share** button only appears when you are inside a specific collection — it's not visible in "All bookmarks" or other system views.</Note>
  </Step>

  <Step>
    Copy the RSS feed link
  </Step>
</Steps>

## One-click save from any RSS reader

Many RSS readers let you configure a custom share option. Use this URL to set up one-click save:

```
https://app.raindrop.io/add?link=${url}&title=${title}
```

Replace `${url}` and `${title}` with the appropriate variables as described in your RSS reader's documentation.
