> ## 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.

# Is Paperzilla for humans or AI agents?

> Paperzilla supports both human reading workflows and agent/programmatic workflows.

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/is-paperzilla-for-ai-agents" />

Both.

For humans, Paperzilla provides app feed and email digests.

For agent or script workflows, Paperzilla provides:

* [CLI (`pz`)](/guides/cli)
* [RSS/Atom feeds](/guides/feeds)
* [MCP (`/api/mcp`)](/guides/mcp) with read-only tools

See [MCP integration](/guides/mcp).

You can use both modes on the same project.
