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

# Reference

> Commands, routes, and runtime behavior reference for OneGlanse.

## Useful Commands

```bash theme={null}
pnpm local                   # Start full local stack from local source and refresh Docker service/base images when available
pnpm auth                    # Capture provider sessions locally; prompts to upload to VPS at the end
pnpm upload:vps              # Re-upload existing local sessions to VPS without re-running the auth flow
pnpm self-host               # Pull latest published images and start the self-hosted stack; auto-builds locally if your architecture is not published yet
pnpm self-host:build         # Build from source and start the self-hosted stack
pnpm typecheck               # Typecheck the monorepo
pnpm build                   # Build all packages
```

## Key Routes

| Route        | Description                                                         |
| ------------ | ------------------------------------------------------------------- |
| `/dashboard` | Visibility metrics and GEO scores                                   |
| `/prompts`   | Manage and run prompts                                              |
| `/sources`   | Source and citation attribution                                     |
| `/providers` | Connect and manage provider auth sessions                           |
| `/schedule`  | Manual run trigger (local) or recurring schedule editor (self-host) |
| `/people`    | Team members                                                        |

## App Modes

| Capability                | Local | Self-Host |
| ------------------------- | ----- | --------- |
| Interactive provider auth | Yes   | —         |
| Manual prompt runs        | Yes   | Yes       |
| Recurring scheduling      | —     | Yes       |
| Full data ownership       | Yes   | Yes       |

## Auth Groups

Each auth group covers one or more runtime providers:

| Auth Group | Covers              |
| ---------- | ------------------- |
| Google     | Gemini, AI Overview |
| ChatGPT    | ChatGPT             |
| Perplexity | Perplexity          |
| Claude     | Claude              |

## Storage Model

* **Portable auth bundles** — one per auth group, transferable to VPS, source of truth
* **Persistent runtime profiles** — one per provider, machine-local, seeded from the auth bundle

If a runtime profile is missing or the auth bundle has changed, the profile is reseeded automatically. Otherwise the existing profile is reused.
