# Google reCAPTCHA V3

Before you follow the steps below, make sure you have a Google recaptcha account. If you still do not have the account, you can register at the link below:

{% embed url="<https://www.google.com/recaptcha/about/>" %}

There are 2 data you need to integrate this Google recaptcha with the Shoppego system:

* Site key
* Secret key

## Settings at Google Recaptcha

1. You can get the data by **directly going to the page on this link**:[**https://www.google.com/recaptcha/admin/create**](https://www.google.com/recaptcha/admin/create)

<figure><img src="/files/NuXXdoQnHDFDNgk9D0Jb" alt=""><figcaption></figcaption></figure>

2. Then, **enter the information requested** for your captcha setting and click **Submit**

<figure><img src="/files/lQkD8G7BnnBojkReWW3L" alt=""><figcaption></figcaption></figure>

3. You will be **able to see your Site key and Secret key** later. You can copy them to include **in the settings on the Shoppego dashboard later**.

<figure><img src="/files/YMyfOPY5iqA9eZeAGD9h" alt=""><figcaption></figcaption></figure>

## Settings at Shoppego

1. Log in to your Shoppego account

<figure><img src="/files/lCN7aw3FznaFFoOAyya2" alt=""><figcaption></figcaption></figure>

2. Click on **Settings**

<figure><img src="/files/kpzKJV4N5OQiCaTGUeRo" alt=""><figcaption></figcaption></figure>

3. Click on **Captcha providers**

<figure><img src="/files/WTAu7U4FoU0pJaCJ60S7" alt=""><figcaption></figcaption></figure>

4. Click on the **Activate/Edit** button for the provider type "**Google's reCAPTCHA v3**"

<figure><img src="/files/NLEmdPGt7nCnfq3mKTKS" alt=""><figcaption></figcaption></figure>

5. Then, you can **enter your Site key** **and Google reCAPTCHA Secret key** in the space provided.

<figure><img src="/files/IDGGfBP0eRm7972qB6hY" alt=""><figcaption></figcaption></figure>

6. When finished click **Save**

<figure><img src="/files/NMkcnlYLisy3YutJUy3n" alt=""><figcaption></figcaption></figure>

Now your setting is complete. You should be able to see the Google Recaptcha logo displayed later on the page that has "Forms" and also the "Log in" and "Sign up" pages of your website.

<figure><img src="/files/vAx1aLdxeoWq545wOi5w" alt=""><figcaption></figcaption></figure>


---

# 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://docs.shoppego.com/en/settings/captcha-providers/google-recaptcha-v3.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.
