# Recaptcha Feature

* [Why](#id-1.14.x-recaptchabundle-businessrules-why)
* [Which context](#id-1.14.x-recaptchabundle-businessrules-whichcontext)
* [Interfaces](#id-1.14.x-recaptchabundle-businessrules-interfaces)
* [Configurations](#id-1.14.x-recaptchabundle-businessrules-configurations)
* [Workflows](#id-1.14.x-recaptchabundle-businessrules-workflows)
* [Special rules](#id-1.14.x-recaptchabundle-businessrules-specialrules)

## Why <a href="#id-1.14.x-recaptchabundle-businessrules-why" id="id-1.14.x-recaptchabundle-businessrules-why"></a>

Recaptcha is a service from Google that helps determine if a user is a robot.

Second uses version 3 of Recaptcha which, will determine if a user's behaviour is suspicious by giving him a score from 1.0 (is very likely a good interaction), to 0.0 (is very likely a bot).

More information <https://developers.google.com/recaptcha/intro>

It will ensure that no bot program can register on the platform and avoid fake accounts spam.

Google Recaptcha is a paid service provided by Google. Please refer to the Google Recaptcha pricing documentation (<https://cloud.google.com/recaptcha-enterprise/pricing> ).

## Which context <a href="#id-1.14.x-recaptchabundle-businessrules-whichcontext" id="id-1.14.x-recaptchabundle-businessrules-whichcontext"></a>

Recommended for all platforms with the middle value of Recaptcha sets at 0.5.

{% hint style="success" %} <mark style="color:green;">Tips: in a test environment set ReCaptcha to 0.1</mark>
{% endhint %}

## Interfaces <a href="#id-1.14.x-recaptchabundle-businessrules-interfaces" id="id-1.14.x-recaptchabundle-businessrules-interfaces"></a>

There is no interface for the Recaptcha bundle

## Configurations <a href="#id-1.14.x-recaptchabundle-businessrules-configurations" id="id-1.14.x-recaptchabundle-businessrules-configurations"></a>

SBO > Other > Feature > Captcha Providers

## Workflows <a href="#id-1.14.x-recaptchabundle-businessrules-workflows" id="id-1.14.x-recaptchabundle-businessrules-workflows"></a>

There are no workflows for the Recaptcha feature

## Special rules <a href="#id-1.14.x-recaptchabundle-businessrules-specialrules" id="id-1.14.x-recaptchabundle-businessrules-specialrules"></a>

The scale of the level of security for the Recaptcha is between 0.0 and 1.


---

# 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://features.scnd.com/v2.0/core-concepts/recaptcha-feature.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.
