RSS Feeds
RSS feeds let you follow community content in your favorite feed reader without visiting the site directly.
Available Feeds
The platform provides RSS feeds at several levels:
| Feed | URL Pattern | Content |
|---|---|---|
| Global | /rss |
All new threads across every public forum |
| Forum-specific | /forums/{slug}/rss |
New threads in a specific forum |
| Tag-specific | /tags/{tag}/rss |
New threads with a specific tag |
| Member activity | /members/{username}/rss |
Public posts by a specific member |
| Wiki updates | /know/rss |
New and updated wiki pages |
Each feed includes the 25 most recent items by default.
Finding a Feed URL
Look for the RSS icon (orange broadcast icon) on any forum listing, tag page, or member profile. Click it to get the feed URL. You can copy this URL and paste it into your feed reader.
Alternatively, most modern feed readers auto-discover RSS feeds when you paste the page URL — the platform includes RSS <link> tags in the HTML head.
Authentication for Private Feeds
Feeds for public content do not require authentication. If the community has member-only forums, those threads are excluded from the public RSS feed.
To access member-only content via RSS:
- Go to Settings > API & Integrations > RSS Token.
- Generate a personal RSS token.
- Append
?token=YOUR_TOKENto any feed URL.
Your token is tied to your account permissions — you only see content you are authorized to access.
Keep your RSS token private. If you suspect it has been compromised, regenerate it from the same settings page (the old token is revoked immediately).
Feed Reader Recommendations
Any standard RSS reader works. Popular options include:
- Feedly — web-based, cross-platform.
- Inoreader — feature-rich web reader.
- NetNewsWire — free, open-source (macOS and iOS).
- Thunderbird — email client with built-in feed support.
Tips
- Combine tag-specific feeds to build a custom reading list of topics you care about.
- Use the wiki updates feed to stay informed when knowledge base articles are added or revised.
- If you manage a website, you can embed the community's RSS feed to display recent discussions.
# RSS Feeds
RSS feeds let you follow community content in your favorite feed reader without visiting the site directly.
## Available Feeds
The platform provides RSS feeds at several levels:
| Feed | URL Pattern | Content |
|------|------------|---------|
| **Global** | `/rss` | All new threads across every public forum |
| **Forum-specific** | `/forums/{slug}/rss` | New threads in a specific forum |
| **Tag-specific** | `/tags/{tag}/rss` | New threads with a specific tag |
| **Member activity** | `/members/{username}/rss` | Public posts by a specific member |
| **Wiki updates** | `/know/rss` | New and updated wiki pages |
Each feed includes the 25 most recent items by default.
## Finding a Feed URL
Look for the **RSS icon** (orange broadcast icon) on any forum listing, tag page, or member profile. Click it to get the feed URL. You can copy this URL and paste it into your feed reader.
Alternatively, most modern feed readers auto-discover RSS feeds when you paste the page URL — the platform includes RSS `<link>` tags in the HTML head.
## Authentication for Private Feeds
Feeds for public content do not require authentication. If the community has member-only forums, those threads are excluded from the public RSS feed.
To access member-only content via RSS:
1. Go to **Settings > API & Integrations > RSS Token**.
2. Generate a personal RSS token.
3. Append `?token=YOUR_TOKEN` to any feed URL.
Your token is tied to your account permissions — you only see content you are authorized to access.
Keep your RSS token private. If you suspect it has been compromised, regenerate it from the same settings page (the old token is revoked immediately).
## Feed Reader Recommendations
Any standard RSS reader works. Popular options include:
- **Feedly** — web-based, cross-platform.
- **Inoreader** — feature-rich web reader.
- **NetNewsWire** — free, open-source (macOS and iOS).
- **Thunderbird** — email client with built-in feed support.
## Tips
- Combine tag-specific feeds to build a custom reading list of topics you care about.
- Use the wiki updates feed to stay informed when knowledge base articles are added or revised.
- If you manage a website, you can embed the community's RSS feed to display recent discussions.