# πŸ“š Microsoft Rewards Script V2 Docs
**🎯 Your companion for mastering the automation stack** *Curated guides, verified against the current codebase*
--- ## πŸš€ Quick Navigation ### **Essential Setup** | Guide | Why you should read it | |-------|------------------------| | **[🎬 Getting Started](./getting-started.md)** | Install, configure, and run the bot in minutes | | **[πŸ‘€ Accounts & 2FA](./accounts.md)** | Add Microsoft accounts, enable TOTP, and secure logins | | **[βš™οΈ Configuration Reference](./config.md)** | Understand every option in `src/config.jsonc` | ### **Run & Operate** | Guide | Focus | |-------|-------| | **[⏰ Scheduling](./schedule.md)** | Cron-style automation and daily cadence | | **[🐳 Docker](./docker.md)** | Container deployment with prewired headless settings | | **[πŸ› οΈ Diagnostics](./diagnostics.md)** | Troubleshooting, log capture, and support checklist | | **[🧠 Humanization](./humanization.md)** | Natural browser behavior and ban avoidance | | **[🌐 Proxy Setup](./proxy.md)** | Per-account proxy routing and geo-tuning | | **[πŸ“Š Job State](./jobstate.md)** | How runs persist progress and recover | | **[πŸ”„ Auto Update](./update.md)** | Keep the script current without manual pulls | | **[πŸ›‘οΈ Security Notes](./security.md)** | Threat model, secrets handling, and best practices | ### **Notifications & Control** | Guide | Purpose | |-------|---------| | **[πŸ“± NTFY Push](./ntfy.md)** | Real-time phone notifications | | **[οΏ½ Discord Webhooks](./conclusionwebhook.md)** | Detailed run summaries in your server | ### **Special Modes** | Guide | Purpose | |-------|---------| | **[πŸ’³ Buy Mode](./buy-mode.md)** | Assisted manual redemption and live monitoring | --- ## 🧭 Reading Paths - **First install:** Getting Started β†’ Accounts & 2FA β†’ Configuration Reference β†’ Scheduling **or** Docker - **Docker-first:** Getting Started prerequisites β†’ Docker β†’ Diagnostics β†’ Notifications (NTFY or Webhooks) - **Optimizing runs:** Humanization β†’ Schedule tuning β†’ Proxy β†’ Job State β†’ Update Each guide now links back to the most relevant follow-up topics so you can jump between setup, operations, and troubleshooting without losing context. --- ## πŸ”— Useful Shortcuts - Need sample configs? β†’ [Config presets](./config-presets/) - Want a scripted environment? β†’ [Scheduler](./schedule.md) - Looking to self-audit? β†’ [Diagnostics](./diagnostics.md) + [Security](./security.md) If something feels out of sync with the code, open an issue or ping us on Discordβ€”the docs are maintained to match the current defaults (`src/config.jsonc`, visible browsers by default, Docker headless enforcement via `FORCE_HEADLESS=1`).