> For the complete documentation index, see [llms.txt](https://tokenizer-guide.gitbook.io/tokenizer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tokenizer-guide.gitbook.io/tokenizer/tabs/accounts/captcha.md).

# Captcha

Why do we need captcha accounts?

One of the layers of anti-bot security systems on websites is captcha. Captcha is a request to perform some kind of action with the goal of identifying who is trying to perform the action; human or automated software?

<figure><img src="/files/5OZkYVxeQDigYeBSD4kO" alt=""><figcaption></figcaption></figure>

At the moment, the most common captcha types are RecaptchaV2, RecaptchaV3, HCaptcha, FunCaptcha, and GeeTestCaptcha. All those captchas are provided to websites by other companies. Captcha is a string value that is sent along with the request, which later is validated on the server.\
\
There are various services that will solve different types of captcha in large quantities for a small fee, solved captchas from these services can be integrated into Tokenizer

<figure><img src="/files/GL3i5TMm2w8Z1zpKL7vh" alt=""><figcaption><p>The cost of solving captchas from Capmonster. *The cost is subject to change.</p></figcaption></figure>

**More information on how to choose the right captcha-solving service & how to correctly set up captcha tasks can be found in the text channel of our Discord server.**

### Adding a captcha service account

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

| Key          | Value                                                                           |
| ------------ | ------------------------------------------------------------------------------- |
| Service      | Key to access the captcha-solving service.                                      |
| Account name | The account's name that is shown whenever you interact with this account's key. |
| Account key  | Key to access the captcha-solving service.                                      |

### How do I get the keys to the captcha-solving services?

Tokenizer currently supports 3 captcha-solving services:&#x20;

\
1\) Capmonster \
2\) Anticaptcha\
3\) 2Captcha

#### Capmonster

Follow the [link ](https://capmonster.cloud/Dashboard)and sign up if you don't have an account there. The key will be available on the home page.

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

#### Anticaptcha

Follow the [link](http://getcaptchasolution.com/qcn5d0spup) and sign up if you don't have an account there. The key will be available on the main dashboard page.

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

#### 2Captcha

Follow the [link ](https://2captcha.com/enterpage)and sign up if you don't have an account there. The key will be available on the main dashboard page.

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


---

# 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:

```
GET https://tokenizer-guide.gitbook.io/tokenizer/tabs/accounts/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.
