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

# Getting Started

> Choose the right OneGlanse setup path, then follow a dedicated guide for local or self-hosted deployment.

|                           | Local | Self-Host |
| ------------------------- | ----- | --------- |
| Fast setup                | ✓     |           |
| Interactive provider auth | ✓     |           |
| Manual prompt runs        | ✓     | ✓         |
| Recurring scheduling      |       | ✓         |
| Full data ownership       | ✓     | ✓         |

***

## Choose your setup

* [Local Setup](/local-setup)
  Run the full stack on your machine with interactive provider auth and on-demand runs.

* [Self-Hosted Setup](/self-hosted-setup)
  Deploy OneGlanse on your own VPS for recurring schedules and always-on tracking.

## Which path should you pick?

* Choose Local if you want the fastest first run, interactive provider auth on your own machine, and manual prompt runs.
* Choose Self-Hosted if you want recurring schedules, always-on tracking, and infrastructure you manage yourself.

## Shared requirements

Every setup path needs:

* An analysis LLM key
* Provider sessions captured through the real provider UI
* Docker for the database/runtime services used by the app

For environment variable details, see [Environment Variables](/environment-variables). For command behavior, see [Reference](/api-reference).
