# Catpcha

Cymmetri has integrated advanced CAPTCHA validation capabilities to bolster security against automated threats and bot-based attacks. The platform now supports two distinct methods, providing administrators with a flexible approach to securing user interactions.

#### Supported CAPTCHA Methods

* **hCaptcha**: This method is a privacy-focused and widely adopted alternative to traditional CAPTCHA. It requires users to perform a simple task (e.g., identifying objects in an image) to prove they are human, effectively blocking bots while maintaining user privacy.
* **Traditional CAPTCHA**: This classic method uses distorted text or numbers that users must correctly enter. While this method is effective, it can sometimes be more challenging for users to solve.

These integrations enable Cymmetri to enhance its security posture by providing a robust defense layer, ensuring that user registration and login processes are protected from malicious automated activity.

#### Administrator Configuration

To enable and configure CAPTCHA, administrators must navigate to the Configuration section and select Captcha Configuration.

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

From this menu, the administrator has two options:

1. **hCaptcha** Type: Selecting this option enables hCaptcha validation, which utilizes simple, interactive tasks for user verification.
2. **Traditional CAPTCHA**: Choosing this option will implement the classic method of using distorted text.

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

The administrator can then save the configuration.&#x20;

Below is an example of what the Traditional CAPTCHA looks like to an end-user.

<figure><img src="/files/FJLAcSVmpD3pYdgRtOos" 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://help.cymmetri.io/getting-started/personalization/catpcha.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.
