> For the complete documentation index, see [llms.txt](https://docs.upvotex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.upvotex.com/user-guides/settings/google-recaptcha.md).

# Google reCAPTCHA

1\. From the Dashboard, select **Settings** > **Google reCAPTCHA.**

2\. Click [**HERE**](https://www.google.com/recaptcha/about/) to redirect to the Google reCAPTCHA site.

![](/files/-MMUKkCRLr0GQD2S6CwW)

3\. Click on **Admin Console.**

![](/files/-MMULEZYb54FVVZXWTWV)

4\. Start to **register a new site** by fill the registration form.

{% hint style="warning" %}
Upvotex only works with the reCAPTCHA v2.
{% endhint %}

![](/files/-MMUMi13UbkI-JEiYiBt)

5\. Type in your email address and click on **SUBMIT.**

![](/files/-MMUN4r5mq0Z00G-VKZC)

6\. You've just successfully added reCAPTCHA to your domain. Copy the **SITE KEY** and **SECRET KEY** to paste on the Google reCAPTCHA settings.&#x20;

![](/files/-MMUNRZ0IPN14KP_2O78)

7\. Test your CAPTCHA to see if it works properly.

![](/files/-MMUO6V_35DqRavFcFT1)


---

# 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.upvotex.com/user-guides/settings/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.
