# Captcha

**reCAPTCHA** option allows adding a popular service providing anti-abuse security to protect your application. For integrating Google reCAPTCHA in an application, the app or web domain has to be registered to get the **API keys.**

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

{% hint style="warning" %}
**IMPORTANT**

If you are using additional security plugins, such as Wordfence, which may add reCAPTCHA verification **across the entire site**, the reCAPTCHA tab of Global Settings **should be left blank.**
{% endhint %}

## How to Obtain reCAPTCHA Credentials?

It is a quite straightforward action.

{% stepper %}
{% step %}
After visiting the [link](https://www.google.com/u/0/recaptcha/admin/create) provided, you can fill in the form fields like this:

{% embed url="<https://www.google.com/u/0/recaptcha/admin/create>" %}

<figure><img src="/files/0TKtaErlrlQCcVc5TGJa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After clicking the submit button, on the opened page you can get your **Public Key** and **Secret Key:**

<figure><img src="/files/tF6pTZnB0P9W1p1xUowA" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Copy and paste those keys to their designated areas in the settings. Do not forget to **save** the changes.

<figure><img src="/files/rgjH6pOjeTuPcNj5Ggyh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Now you can enable Google reCAPTCHA in the [**Order Form settings** ](/cost-calculator-builder/cost-calculator-settings/calculator-settings/order-form.md#captcha-by-google-to-prevent-bots)of the **Calculator Settings**:

<figure><img src="/files/Ol4xq2hFN2kmZDCigAwa" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

The badge displayed during order submission confirms that reCAPTCHA is active for this calculator.

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

{% hint style="success" %}
You can review here how to set up **ReCaptcha v2** with the [**Contact Form 7**](https://contactform7.com/recaptcha-v2/) Plugin.&#x20;
{% endhint %}


---

# 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.stylemixthemes.com/cost-calculator-builder/cost-calculator-settings/global-settings/recaptcha.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.
