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

# Configuration de Captcha

Pour configurer Google Captcha, vous devez d’abord enregistrer vos clés secrètes et de site reCAPTCHA.

Pour créer vos clés, rendez-vous dans la section d’administration de Google reCaptcha.\
<https://www.google.com/recaptcha/admin>

Cliquez en haut à droite sur le bouton de création.

![](/files/151dddb6648514f94391b506e8a475d3217c7b63)

Configurez maintenant les paramètres de votre captcha

![](/files/6ae83976885d54f49d824e529a4e00bded9b2175)

Copiez à la fois la site key et la secret key

![](/files/1bdef04caf1c871979278297537d87ac8c75e665)

Collez les clés dans vos paramètres Google API de ngSurvey et cliquez sur le **test** bouton pour vérifier que tout fonctionne correctement.

![](/files/d0d90ebb0ba224c8658afd5b4c14d0dd14a5504f)

{% hint style="info" %}
Le Captcha ne fonctionnera correctement que sur un serveur ayant accès à Internet. Si votre serveur est derrière un pare-feu, vous devrez vous assurer qu’il peut au moins contacter le service de vérification Google <https://www.google.com/recaptcha/api/siteverify> et définir les [règles de pare-feu appropriées](https://code.google.com/archive/p/recaptcha/wikis/FirewallsAndRecaptcha.wiki).
{% endhint %}


---

# 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.ngsurvey.com/fr/installation-setup/system-settings/google/captcha.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.
