> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/~/revisions/t86s1xVv9jUAPdJmeEIc/setting/set-up-google-recaptcha.md).

# Set up Google reCaptcha

## Set up Google reCaptcha v2 Site Key and Secret Key

**Step 1. Go to the Google Recaptcha platform** [**here**](https://www.google.com/recaptcha/admin/create)**.**

**Step 2. Sign up your google account to access to reCaptcha dashboard.**

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

**Step 3.** **When registering a new website, the form will open and you need to fill in all the details correctly then submit the form.**

1. ***Label*** – Type a suitable label that co-related your site name and later remembrance.
2. ***reCaptcha Type*** – Select **reCAPTCHA v2** > “**I’m not a robot Checkbox**“
3. ***Domain*** – The Shopify store domain, where you will use these keys like [https://shopifydomain.com.](https://shopifydomain.com./)
4. ***Owners*** – You don’t need to change this, it’s set by default according to the logged-in account. If you want to report more email addresses, you can add multiple email accounts here
5. ***Alerts*** – You can enable it to get email alerts to *owners*, in case there is any problem on your website such as reCaptcha misconfiguration or increase suspicious traffic.

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

6. Click **Submit.**

**Step 4.** **After submitting the form, you will get the newly generated Site Key and Secret Key as below.**

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

Now, you can use the site key and secret key above to configure the Google reCaptcha setting in our app.&#x20;

### Set up Google reCaptcha v3 Site Key and Secret Key

**Step 1. Go to the Google Recaptcha platform** [**here**](https://www.google.com/recaptcha/admin/create)**.**

**Step 2. Sign up your google account to access to reCaptcha dashboard.**

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

### **Step 3.** When registering a new website, the form will open and you need to fill in all the details correctly then submit the form.

1. ***Label*** – Type a suitable label that co-related your site name and later remembrance.
2. ***reCaptcha Type*** – Select **reCAPTCHA v3**&#x20;
3. ***Domain*** – The Shopify store domain, where you will use these keys like [https://shopifydomain.com.](https://shopifydomain.com./)
4. ***Owners*** – You don’t need to change this, it’s set by default according to the logged-in account. If you want to report more email addresses, you can add multiple email accounts here
5. ***Alerts*** – You can enable it to get email alerts to *owners*, in case there is any problem on your website such as reCaptcha misconfiguration or increase suspicious traffic.

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

6. Click **Submit.**

**Step 4.** **After submitting the form, you will get the newly generated Site Key and Secret Key as below.**

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

Now, you can use the site key and secret key above to configure the Google reCaptcha setting in our app.&#x20;

### 2. Add Goolgle reCaptcha to Samita form

1. From the app admin page, click Registration Form
2. Open the form you want > Click **Settings** > **Google reCapthca**&#x20;
3. Enter the site key and secret key created&#x20;
4. Click **Save**&#x20;

**What is the difference between reCAPTCHA v2 and v3?**

{% columns %}
{% column %}

* ReCAPTCHA v2 requires the user to click the “I’m not a robot” checkbox and can serve the user an image recognition challenge.
  {% endcolumn %}

{% column %}

* ReCAPTCHA v3 runs in the background and generates a score based on a user’s behavior. The higher the score, the more likely the user is human
  {% endcolumn %}
  {% endcolumns %}

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.samita.io/samita-wholesale-b2b/~/revisions/t86s1xVv9jUAPdJmeEIc/setting/set-up-google-recaptcha.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
