# Google Recaptcha

Google Recaptcha is a system that allows web hosts to distinguish between human and automated access to websites.&#x20;

* **Enable Google Repatcha:** Yes or No
* **Site Key:** Provided by Google
* **Secret Key:** Provided by Google

Follow the below steps to get your **Google Recaptcha** credentials&#x20;

1. Go to <https://www.google.com/recaptcha/admin> and click on the "+" button
2. **Label:** Set your site name
3. **reCAPTCHA type:** Set it to reCAPTCHA v2 > "I'm not a robot" tickbox
4. **Domains:** Add your domain name
5. **Accept the reCAPTCHA Terms of Service**
6. Check Send alerts to owners if you want to be alerted in case of suspicious traffic
7. Click on **Submit**&#x20;
8. **Copy and paste your site key and secret** into the Eventic form and click on **Save**


---

# 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://mtrsolution.gitbook.io/eventic/settings/google-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.
