# Supported Clients

Dolt is MySQL compatible. Any MySQL client should be able to connect to a running Dolt SQL Server. If you find a client that is not compatible with Dolt, please [file an issue](https://github.com/dolthub/dolt/issues/new) and let us know.

We have actively tested the following clients, separated by type.

* [Programmatic Clients](/sql-reference/supported-clients/clients.md)
* [SQL Editors](/sql-reference/supported-clients/sql-editors.md)


---

# 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://docs.dolthub.com/sql-reference/supported-clients.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.
