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

# Feeds

> RSS, Atom, and JSON feeds for your releases and roadmap.

Every Onset page exposes machine-readable feeds. Use them to pipe your updates into readers, internal dashboards, Zapier-style automations, or your own site.

Replace `yourpage.onset.io` with your own subdomain or [custom domain](/page/custom-domains).

## Combined feeds

| Feed        | URL                                     |
| ----------- | --------------------------------------- |
| RSS         | `https://yourpage.onset.io/feed.xml`    |
| Atom        | `https://yourpage.onset.io/atom.xml`    |
| JSON        | `https://yourpage.onset.io/data.json`   |
| Latest item | `https://yourpage.onset.io/latest.json` |

## Releases

| Feed | URL                                           |
| ---- | --------------------------------------------- |
| RSS  | `https://yourpage.onset.io/releases/feed.xml` |
| Atom | `https://yourpage.onset.io/releases/atom.xml` |
| JSON | `https://yourpage.onset.io/releases.json`     |

## Roadmap

| Feed | URL                                          |
| ---- | -------------------------------------------- |
| RSS  | `https://yourpage.onset.io/roadmap/feed.xml` |
| Atom | `https://yourpage.onset.io/roadmap/atom.xml` |
| JSON | `https://yourpage.onset.io/roadmap.json`     |

## llms.txt

Onset also publishes an `llms.txt` at `https://yourpage.onset.io/llms.txt`, a plain-text index of your updates for AI assistants and crawlers that support the convention.

## What's included

Feeds contain published, public items only. [Private releases](/guides/releases/visibility) and drafts never appear. If your page is password protected or email restricted, the feeds are protected too.

<Tip>
  `latest.json` is handy for showing "What's new" inline on your own marketing site without embedding the full [widget](/developers/widget/overview).
</Tip>

## Need more control?

For filtering, pagination, and write access, use the [REST API](/developers/api-reference/introduction) or [webhooks](/developers/webhooks) instead of feeds.
