> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-postgresql-tls-support.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Native clients and interfaces for ClickHouse

# Native Clients and Interfaces

ClickHouse provides a number of different native clients and interfaces that allow you to connect to ClickHouse.

<CardGroup cols={2}>
  <Card title="clickhousectl" icon="terminal" href="/concepts/features/interfaces/cli">
    The CLI for ClickHouse: local and cloud.
  </Card>

  <Card title="ClickHouse Client" icon="keyboard" href="/concepts/features/interfaces/client">
    Native command-line client supporting command-line options and configuration files.
  </Card>

  <Card title="Drivers and Interfaces" icon="plug" href="/concepts/features/interfaces/overview">
    Network interfaces, drivers, and tools for connecting to ClickHouse.
  </Card>

  <Card title="C++ Client Library" icon="code" href="/concepts/features/interfaces/cpp">
    The ClickHouse C++ client library.
  </Card>

  <Card title="Schema Inference" icon="wand-magic-sparkles" href="/concepts/features/interfaces/schema-inference">
    Automatic schema inference from input data.
  </Card>

  <Card title="Web Terminal" icon="globe" href="/concepts/features/interfaces/web-terminal">
    An in-browser `clickhouse-client` session over WebSocket.
  </Card>

  <Card title="Web SQL UI (Play)" icon="browser" href="/concepts/features/interfaces/web-sql">
    The built-in in-browser SQL interface served by ClickHouse at `/play`.
  </Card>

  <Card title="Third-Party Interfaces" icon="puzzle-piece" href="/concepts/features/interfaces/third-party/index">
    Third-party tools, libraries and integrations.
  </Card>
</CardGroup>
