# reCAPTCHA

Video Link: <https://youtu.be/XDR9qjQG48E>

1. To integrate reCAPTCHA to site, you need to click on **Add site** button.

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

2. Fill up the page details form, and click on **Create** button to add reCAPTCHA information.

{% hint style="info" %}
You have to attain all the necessary information such as Domain Name, and keys from the reCAPTCHA website:\
<https://www.google.com/recaptcha/about/>
{% endhint %}

<figure><img src="/files/821Rr219NWoRUVQjBllb" alt=""><figcaption></figcaption></figure>

3. On pressing create, website dialog box will appear, It'll have the code snippet that you need to integrate in your code.

<figure><img src="/files/hFIC1RCYcpBEepvrtnEn" 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://nexaflow.gitbook.io/nexaflow/integration/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.
