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

# How do I copy my RSS/Atom URL?

> Use the Copy RSS/Atom URL action on your project page or use the CLI --atom flag.

export const AiAgents = ({path}) => <Tip>
    <b>AI agents</b>: This page is available as <a href={path + '.md'}>markdown</a>. See also the <a href="/llms.txt">docs index</a> and <a href="/llms-full.txt">full docs</a>.
  </Tip>;

<AiAgents path="/answers/copy-rss-atom" />

From the web app:

1. Open your project.
2. Click **Copy RSS/Atom URL**.
3. Paste into your feed reader.

From the CLI:

```bash theme={null}
pz feed <project-id> --atom
```

If copy fails, verify you are signed in and retry.
