# How to Get Google reCAPTCHA v2 Site Key & Secret Key

**Step 1: Go to Google reCAPTCHA Admin Console**

1. Open your browser and go to: [Google reCAPTCHA Admin Console](https://www.google.com/recaptcha/admin/create)
2. Sign in with your **Google account**.

**Step 2: Register Your Website**

1. Click **"+ Create"** (if it's your first time, you'll see "Register a new site").
2. Under **Label**, enter a name for your site (e.g., "My Website reCAPTCHA").
3. Under **reCAPTCHA type**, select **"reCAPTCHA v2"** and choose one of the options:
   * **"I'm not a robot" Checkbox** – for standard captcha verification.
   * **Invisible reCAPTCHA badge** – works without requiring user interaction.
   * **reCAPTCHA v2 (Android)** – for mobile apps.
4. Under **Domains**, enter your website domain (e.g., `example.com`).
5. Accept the **reCAPTCHA Terms of Service**.
6. Click **Submit**.

**Step 3: Get Your Site Key & Secret Key**

* After submitting, you will see:
  * **Site Key** – Use this in <https://prnt.sc/Xl1xjf8mAXID>.
  * **Secret Key** – Use this in <https://prnt.sc/Xl1xjf8mAXID>.
* Copy both keys and keep them secure.

For detailed API integration, refer to Google’s official documentation:\
🔗 [Google reCAPTCHA Docs](https://developers.google.com/recaptcha/intro)
