# hCaptcha

Before you follow the steps below, make sure you have an hCAptcha account. If you don't have one yet, you can register at the link below:

{% embed url="<https://www.hcaptcha.com/pricing>" %}

There are 2 pieces of data you need to integrate hCaptcha with the Shoppego system:

* Site key
* Secret key

## Setting in hCaptcha

1. You can get this data by clicking on **Add Site**.

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

2. Then, **enter your Site name for reference (make sure all letters are lowercase)**. When finished click **Save**

<figure><img src="/files/0bQ7H5TQiuBcf4PiFCt2" alt=""><figcaption></figcaption></figure>

3. Later, you will be **able to see your Site key**. You can **copy it to enter in the settings on the Shoppego dashboard later**.

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

For the **Secret key**, you should have created it when you **first registered your hCaptcha** **account**. If you have **forgotten your Secret key**, you can click on your **account menu** and select **Settings**.

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

Then, you can click on **Generate New Secret** and **copy your new secret key** to **enter in the settings in Shoppego**.

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

## Setting in Shoppego

1. Log in to your Shoppego account.

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

2. Click on **Settings**

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

3. Click on **Captcha providers**

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

4. Click on the **Activate/Edit** button for the provider type "**hCaptcha**"

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

5. Then, you can enter your **Site key** and **hCaptcha Secret key** in the **spaces provided**. Make sure to **tick the Enable toggle** and click **Save**.

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

Now your settings are complete. You should be able to see the hCaptcha logo displayed on the "Forms" page and also the "Login" page of your website.

<figure><img src="/files/8iS5YhicGpGF0owQn6xS" 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://docs.shoppego.com/en/settings/captcha-providers/hcaptcha.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.
