> For the complete documentation index, see [llms.txt](https://v2.dataos.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.dataos.info/consume/activate/mysql-clients.md).

# DB clients

Data Product semantic models are accessible from any DB client that supports the MySQL wire protocol. Use this option when a consumer prefers working in a local SQL tool rather than the browser.

In the `Orders Analytics Platform`, DB clients can query semantic models such as `customer_profile`, `daily_sales`, and `product_profile`.

## Open the DB Client page

The **Query in your DB Client** page routes you to the right setup steps for your client so you don't piece together connection details yourself. From the Data Product page, select **Activate → Database Client** to open it — each supported client has a **Get started** link to its setup and usage guide.

![Query in your DB Client page showing MySQL and DBeaver options](/files/0madt47S3HUTp9hLEkzW)

## DB Client options

<table><thead><tr><th width="152.208251953125">Client</th><th>Best for</th></tr></thead><tbody><tr><td><a href="/pages/ZS086aQUI1IQlXbOGCyq">MySQL</a></td><td>Quick terminal queries from MySQL Shell or another command-line MySQL client.</td></tr><tr><td><a href="/pages/bMLS4XhXq6F2OrySkVn3">DBeaver</a></td><td>Visual exploration in a desktop SQL client.</td></tr></tbody></table>

## Reference

For concepts behind the MySQL wire protocol, how semantic models are exposed to SQL clients, and what queries are supported, see [DB Clients](/concepts/foundations/activation/db-clients.md) in Concepts.


---

# 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://v2.dataos.info/consume/activate/mysql-clients.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.
