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

# Solvers

AnySolver.io is our solver proxy. It is not a solver itself.

Top up AnySolver with credits. Then route requests through a supported solver.

{% hint style="danger" %}
**Never use Brux Solver.** It appears only as an example in the screenshot below.
{% endhint %}

### Choose a solver carefully

Solver selection depends on the action you plan to run. Never select a random solver and send a large volume of tokens.

Solvers can go offline, become outdated, or become flagged. A flagged or unsuitable solver can kill tokens. It can also silently flag them.

Before every operation:

1. Research solvers for the specific action.
2. Check each solver's official Telegram status channel.
3. Confirm the solver is online and unflagged.
4. Test with **two tokens** before increasing volume.

If both test tokens work, increase volume carefully. Stop immediately if results worsen.

{% hint style="warning" %}
Solvers are a difficult topic. Create a ticket for full assistance before running an unfamiliar operation.
{% endhint %}

### Troubleshoot solver compatibility

If you receive an `unknown message` error or solves consistently fail, switch the client setting to **Chrome**. Chrome provides the broadest solver compatibility.

{% hint style="warning" %}
Do not use Chrome as your day-to-day client setting. Use it only to troubleshoot solver compatibility.
{% endhint %}

### Create an AnySolver API key

Open the [AnySolver API keys dashboard](https://anysolver.com/dashboard/api-keys). Then follow the screenshot.

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

Name the key and select the **Priority** option.

<figure><img src="/files/69gTWPSJ9ypRTkInm1YL" alt=""><figcaption></figcaption></figure>

Select a provider that is online and unflagged for your action.

{% hint style="info" %}
**Aether Solver is not supported.**
{% endhint %}

### Example configuration

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

The screenshot uses Brux Solver as an example only. **Do not use it.**


---

# 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, and the optional `goal` query parameter:

```
GET https://g4tools.gitbook.io/g4tools/solvers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
