> 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/sa-request-a-quote/integration/set-up-google-recaptcha-v2-for-rfq-form.md).

# Set up Google reCaptcha v2 for RFQ form

### 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/UKjHnKvTmTiJJs84HJu1" 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.

&#x20;

### Add Google reCaptcha v2 to your RFQ form

1.From the app admin page, click Quote settings > Select the Integration section > **Google Recaptcha**

<figure><img src="/files/0YzbTCl8x3EgafF14SBD" alt=""><figcaption></figcaption></figure>

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

2\. Enter the Site key and the Secret key of **Google reCAPTCHA**

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

3\. Click **Save** to update the changes

4\. Go to the quote form on the front to check the result

&#x20;


---

# 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/sa-request-a-quote/integration/set-up-google-recaptcha-v2-for-rfq-form.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.
