# Migration from reCAPTCHA

If you're currently using reCAPTCHA, migration requires only these changes:

1. **Get your GotCHA keys** from the [GotCHA dashboard](https://dashboard.gotcha.land/)
2. **Replace all** your `grecaptcha` global object accesses by `gotcha` .
3. **Replace your reCAPTCHA site key** with your GotCHA site key in the HTML
4. **Replace your reCAPTCHA secret key** with your GotCHA secret key in your server configuration
5. **Change the CSS class** from `g-recaptcha` to `gotcha`
6. **Update your verification endpoint URL** to `http://api.gotcha.land/api/siteverify`
7. **Replace** `g-recaptcha-response` with `gotcha-response` in your form handling

{% hint style="success" %}
The form structure, JavaScript patterns, and server-side verification flow remain identical.
{% 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://gotcha.gitbook.io/docs/website-integration/migration-from-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.
