# CAPTCHA

<div align="left"><img src="/files/-MKEu2499BeWQ8AYTypd" alt=""></div>

A CAPTCHA is a visual device that ensures that a human being, rather than a computer (or “bot”), is interacting with the site. CAPTCHA is an acronym for *Completely Automated Public Turing test to tell Computers and Humans Apart*.&#x20;

## Admin CAPTCHA

You can configure CAPTCHA from the Magento Admin following the [official Magento Guide](https://docs.magento.com/user-guide/stores/security-captcha.html#configure-captcha-for-the-admin).

## Storefront CAPTCHA

{% hint style="warning" %}
Storefront CAPTCHA will be supported in the ScandiPWA in the upcoming releases. Track the progress here - <https://github.com/scandipwa/scandipwa/issues/2038>
{% 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://manual.scandipwa.com/v5.1.2/system/captcha.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.
