> ## Documentation Index
> Fetch the complete documentation index at: https://docs.deductive.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickHouse

> Connect ClickHouse to Deductive AI to enable reasoning over your clickhouse data.

## Find Your ClickHouse Cloud Connection Details

Retrieve connection information from ClickHouse Cloud

1. Log in to your ClickHouse Cloud account
2. Navigate to your service
3. Go to the 'Connect' tab
4. Find the hostname (e.g., \<service-name>.clickhouse.cloud)
5. Note the port (typically 9440 for secure connections)
6. Create or use an existing database user
7. Note the username and password
8. Identify the database containing your logs
9. Identify the table name within that database

**Related Documentation**: [View ClickHouse Cloud Connection Documentation](https://clickhouse.com/docs/en/cloud/manage/connect)

## Field Reference

The following fields are used when configuring this integration:

* **Database** (`database`)
* **Host** (`host`)
* **Password** (`password`)
* **Port** (`port`)
* **Table** (`table`)
* **Username** (`username`)
