6. Saves complete account info to `accounts-created/` directory
+
+
+
+**Made with ❤️ by the community****🔐 Saved Information:**
-**🔐 Saved Information:**
- Email and password
-- Full name and birthdate
+
+[Documentation](docs/index.md) • [Discord](https://discord.gg/k5uHkx9mne) • [Issues](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues)- Full name and birthdate
+
- Referral URL (if used)
-- Recovery email (if added)
+
+
- Recovery email (if added)
+
- TOTP secret key (for authenticator apps)
- 5-part recovery code (emergency access)
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 3d58833..d77b6fc 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -1,482 +1,961 @@
-# 🚀 Getting Started Guide
+# 🚀 Getting Started# 🚀 Getting Started Guide
-Complete step-by-step tutorial to set up and run Microsoft Rewards Bot.

+**Complete step-by-step guide to set up and run Microsoft Rewards Bot**
----# 🚀 Getting Started
+[← Back to Documentation](index.md)Complete step-by-step tutorial to set up and run Microsoft Rewards Bot.

-## 📋 Table of Contents**🎯 From zero to earning Microsoft Rewards points in minutes**
-
-*Complete setup guide for beginners*
-
-1. [Prerequisites](#-prerequisites)
-
-2. [Get the Project](#-get-the-project)
-
-3. [Create Microsoft Accounts](#-create-microsoft-accounts)
-
-4. [Configuration](#-configuration)---
-
-5. [First Run](#-first-run)
-
-6. [Troubleshooting](#-troubleshooting)## ✅ Requirements
-
-
-
----- **Node.js 18+** (22 recommended) — [Download here](https://nodejs.org/)
-
-- **Microsoft accounts** with email + password
-
-## ✅ Prerequisites- **Optional:** Docker for containerized deployment
-
-
-
-Before starting, you need:---
-
-
-
-1. **Node.js 20+** (version 22 recommended)## ⚡ Quick Setup (Recommended)
-
- - Download: https://nodejs.org/
-
- - Verify: `node --version` should show v20 or higher
-
-
-
-2. **Git** (optional, but recommended)### **🎬 One Command, Total Automation**
-
- - Download: https://git-scm.com/
-
- - Or download project as ZIP
-
-
-
-3. **A main Microsoft account** (your personal account)```bash
-
- - Go to https://rewards.bing.com/referandearn/# 🪟 Windows
-
- - Copy your referral link (looks like: `https://rewards.bing.com/welcome?rh=XXXX`)setup/setup.bat
-
- - **Why?** You earn **7,500 points per month** for each referral!
-
-# 🐧 Linux/macOS/WSL
-
----bash setup/setup.sh
-
-
-
-## 📦 Get the Project# 🌍 Any platform
-
-npm run setup
-
-### Option 1: Git Clone (Recommended)```
-
-
-
-```bash**That's it!** The wizard will:
-
-git clone https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot.git- ✅ Help you create `src/accounts.json` with your Microsoft credentials
-
-cd Microsoft-Rewards-Bot- ✅ Install all dependencies automatically
-
-```- ✅ Build the TypeScript project
-
-- ✅ Start earning points immediately
-
-### Option 2: Download ZIP
-
---
-1. Go to: https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot
-2. Click **Code** → **Download ZIP**## 🛠️ Manual Setup
-3. Extract the ZIP file
+## 📋 Table of Contents---# 🚀 Getting Started
-4. Open terminal in the extracted folder
-📖 Prefer step-by-step? Click here
-### Install Dependencies
+1. [Prerequisites](#-prerequisites)
-### 1️⃣ **Configure Your Accounts**
+2. [Get the Project](#-get-the-project)
-```bash```bash
+3. [Create Accounts](#-create-accounts)## 📋 Table of Contents**🎯 From zero to earning Microsoft Rewards points in minutes**
-npm icp src/accounts.example.json src/accounts.json
+4. [Configuration](#-configuration)
-```# Edit accounts.json with your Microsoft credentials
+5. [First Run](#-first-run)*Complete setup guide for beginners*
+
+6. [What's Next](#-whats-next)
+
+1. [Prerequisites](#-prerequisites)
+
+---
+
+2. [Get the Project](#-get-the-project)
+
+## ✅ Prerequisites
+
+3. [Create Microsoft Accounts](#-create-microsoft-accounts)
+
+Before starting, you need:
+
+4. [Configuration](#-configuration)---
+
+### 1. Node.js 20 or Higher
+
+5. [First Run](#-first-run)
+
+- **Download:** https://nodejs.org/
+
+- **Recommended:** Version 226. [Troubleshooting](#-troubleshooting)## ✅ Requirements
+
+- **Verify installation:**
+
+ ```bash
+
+ node --version
+
+ ```---- **Node.js 18+** (22 recommended) — [Download here](https://nodejs.org/)
+
+ Should show `v20.x.x` or higher
+
+- **Microsoft accounts** with email + password
+
+### 2. Git (Optional but Recommended)
+
+## ✅ Prerequisites- **Optional:** Docker for containerized deployment
+
+- **Download:** https://git-scm.com/
+
+- **Alternative:** Download project as ZIP from GitHub
+
+
+
+### 3. Your Referral LinkBefore starting, you need:---
+
+
+
+**💰 Important: You earn 7,500 points per month for each account you refer!**
+
+
+
+1. Log into your **main Microsoft account**1. **Node.js 20+** (version 22 recommended)## ⚡ Quick Setup (Recommended)
+
+2. Go to: https://rewards.bing.com/referandearn/
+
+3. Copy your referral link (format: `https://rewards.bing.com/welcome?rh=XXXXX`) - Download: https://nodejs.org/
+
+
+
+--- - Verify: `node --version` should show v20 or higher
+
+
+
+## 📦 Get the Project
+
+
+
+### Option 1: Git Clone (Recommended)2. **Git** (optional, but recommended)### **🎬 One Command, Total Automation**
+
+
+
+```bash - Download: https://git-scm.com/
+
+git clone https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot.git
+
+cd Microsoft-Rewards-Bot - Or download project as ZIP
```
-This will install all required packages.
-### 2️⃣ **Install Dependencies & Build**
----```bash
+### Option 2: Download ZIP
-npm install
+3. **A main Microsoft account** (your personal account)```bash
-## 🎯 Create Microsoft Accountsnpm run build
+1. Visit: https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot
+
+2. Click **Code** → **Download ZIP** - Go to https://rewards.bing.com/referandearn/# 🪟 Windows
+
+3. Extract the ZIP file
+
+4. Open a terminal in the extracted folder - Copy your referral link (looks like: `https://rewards.bing.com/welcome?rh=XXXX`)setup/setup.bat
+
+
+
+### Install Dependencies - **Why?** You earn **7,500 points per month** for each referral!
+
+
+
+```bash# 🐧 Linux/macOS/WSL
+
+npm i
+
+```---bash setup/setup.sh
+
+
+
+This installs all required packages (~2-3 minutes).
+
+
+
+---## 📦 Get the Project# 🌍 Any platform
+
+
+
+## 🎯 Create Accountsnpm run setup
+
+
+
+### Why Use the Account Creator?### Option 1: Git Clone (Recommended)```
+
+
+
+- ✅ **Earn 7,500 bonus points** per month per referral
+
+- ✅ Creates realistic accounts (avoids detection)
+
+- ✅ Automatic enrollment in Microsoft Rewards```bash**That's it!** The wizard will:
+
+- ✅ Built-in 2FA security with TOTP
+
+- ✅ Saves all account details for yougit clone https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot.git- ✅ Help you create `src/accounts.json` with your Microsoft credentials
+
+
+
+### Step 1: Get Your Referral Linkcd Microsoft-Rewards-Bot- ✅ Install all dependencies automatically
+
+
+
+If you haven't already:```- ✅ Build the TypeScript project
+
+1. Log into your main Microsoft account
+
+2. Visit: https://rewards.bing.com/referandearn/- ✅ Start earning points immediately
+
+3. Copy the referral URL
+
+### Option 2: Download ZIP
+
+### Step 2: Create Account
+
+---
+
+**Recommended command (full automation):**
+
+1. Go to: https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot
+
+```bash
+
+npm run creator https://rewards.bing.com/welcome?rh=YOUR_CODE -y backup@gmail.com2. Click **Code** → **Download ZIP**## 🛠️ Manual Setup
+
+```
+
+3. Extract the ZIP file
+
+**Replace:**
+
+- `YOUR_CODE` → Your actual referral code4. Open terminal in the extracted folder