# [您的产品] 与 ClickHouse
[One to three sentences: what the integration does and why a
ClickHouse user would want it.]
## 前置条件
- [Your product, version X.Y or later]
- ClickHouse Cloud, or self-hosted ClickHouse version [X.Y] or later
- [Anything else: driver, plugin, network access requirements]
### 版本矩阵
| [Your product] | ClickHouse Cloud | ClickHouse open source | Notes |
| -------------- | ---------------- | ---------------------- | -------- |
| X.Y | ✅ | ✅ 24.x+ | [if any] |
## 设置
### 连接到 ClickHouse Cloud
1. In the ClickHouse Cloud console, select your service and click **Connect**.
2. Choose **HTTPS**. Copy the host, port (8443), username, and password.
3. In [your product], [steps to configure the connection].
### 连接到自托管 ClickHouse
1. [How to point at a self-hosted instance — host, port 8123 or 9000, TLS notes.]
2. In [your product], [steps to configure the connection].
## 身份验证
[List supported auth modes — username/password over TLS, mTLS, etc. — and how
to configure each.]
## 示例:查询 [dataset] 数据集
[Walkthrough using one of the ClickHouse example datasets, end-to-end.]
## 已知限制
- [Types not yet supported, e.g., deeply nested JSON]
- [Result-set size thresholds or other performance notes]
- [Feature gaps]
## 故障排查
### [Common error message]
[Cause and resolution.]
### [Another common error]
[Cause and resolution.]