# Captcha solvers

## Creating a captcha solver

Click the **Create** button in the bottom left corner of the route.

* **Captcha solver name** — unique name for your captcha solver.
* **Captcha solver sites** (optional) — reserve the captcha solver to be used on specific sites only.
* **Captcha solver proxy** (optional) — a proxy for the captcha solver to use.

![](/files/-MeaaFfKHyVqawmp0-26)

{% hint style="info" %}
To open all captcha solvers, click **Solve captchas** on the dashboard route.
{% 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://help.splashforce.io/captcha-solvers.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.
