# RSS
URL: https://usememos.com/docs/integrations/rss

Memos exposes RSS feeds for public memos.

RSS is available only when `MEMOS_INSTANCE_URL` is configured and the instance is running in public mode. Private-mode instances return `404` for RSS routes even if they contain memos with `PUBLIC` visibility.

## Explore feed [#explore-feed]

```
/explore/rss.xml
```

## User feed [#user-feed]

```
/u/:username/rss.xml
```

The user feed contains public memos for that user.

Both feeds include top-level public memos only; comments are excluded.
