# How to Integrate a Captcha for the web form?

We will see how to integrate the captcha and activate it correctly for our web form in the builder.

1. In the web form, when selected on the builder screen, the editing menu will open (on the right). There, among other options, you will see: Google reCAPTCHA (v2).

You will find some fields for Google reCAPTCHA (Site Key and Secret Key) and a question mark (?).

<figure><img src="https://github.com/sitioshispanos/gitbook-helpdesk-en/blob/master/.gitbook/assets/image%20(26).png" alt=""><figcaption></figcaption></figure>

2. By moving the cursor to the point shown in the next image, a help guide will open showing a link to create the reCAPTCHA on Google. Click on this hyperlink.

<figure><img src="https://github.com/sitioshispanos/gitbook-helpdesk-en/blob/master/.gitbook/assets/image%20(36).png" alt=""><figcaption></figcaption></figure>

It will take you to the Google.com site to get the reCAPTCHA. As a requirement, you must have a Gmail account to register.

<figure><img src="https://github.com/sitioshispanos/gitbook-helpdesk-en/blob/master/.gitbook/assets/image%20(24).png" alt=""><figcaption></figcaption></figure>

If you click on the "v3 Admin Console" button, you will access a screen where you must enter your details and those of your site to finally be able to start the process:

<figure><img src="https://github.com/sitioshispanos/gitbook-helpdesk-en/blob/master/.gitbook/assets/image%20(9).png" alt=""><figcaption></figcaption></figure>

3. Fill in the form above with your information and your domain, and when you click on the "Submit" button, it should take you to the screen with the necessary keys to configure the reCAPTCHA on your website.

<figure><img src="https://github.com/sitioshispanos/gitbook-helpdesk-en/blob/master/.gitbook/assets/image%20(42).png" alt=""><figcaption></figcaption></figure>

4. With these keys at hand, return to the web builder. Fill in the corresponding fields with the obtained keys, and you will have successfully configured the reCAPTCHA on your website.


---

# 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://help.sitioshispanos.com/menu-principal/guias/constructor-web/integracion-de-captcha-para-el-formulario-web.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.
