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

# Installation Overview

> Choose the installation method that suits you.

There are two ways to install Veriox, depending on your technical comfort level. Both result in exactly the same integration — the difference is just how you deploy the Cloudflare Worker.

<CardGroup cols={2}>
  <Card title="Cloudflare Dashboard" icon="display" href="/installation-dashboard/overview">
    **No command line required.** Deploy and configure everything through the Cloudflare web interface. Recommended if you are not a developer or prefer not to use a terminal.
  </Card>

  <Card title="Wrangler CLI" icon="terminal" href="/installation-wrangler/overview">
    **For developers.** Use the Wrangler CLI to deploy and manage your worker. Faster for those comfortable with a terminal, and easier to version-control your configuration.
  </Card>
</CardGroup>

Not sure which to pick? Go with the **Cloudflare Dashboard** method — it takes about 10 minutes and requires no technical knowledge beyond being able to log in to Cloudflare.
