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

# Do I need to code to use Paperzilla?

> No. You can use Paperzilla entirely through the web app, with CLI as an optional advanced interface.

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/do-i-need-to-code" />

No.

You can create and manage projects fully in the [web app](https://paperzilla.ai).

Coding is optional and only needed if you want terminal or automation workflows via [CLI](/guides/cli) or [RSS/Atom feeds](/guides/feeds).
