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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://uxper.gitbook.io/civi-job-board-wordpress-theme/how-to-get-google-recaptcha-v2-site-key-and-secret-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
