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

> Clients natifs et interfaces pour ClickHouse

# Clients natifs et interfaces

ClickHouse propose plusieurs clients natifs et interfaces qui vous permettent de vous connecter à ClickHouse.

<CardGroup cols={2}>
  <Card title="clickhousectl" icon="terminal" href="/docs/fr/concepts/features/interfaces/cli">
    La CLI pour ClickHouse : en local et dans le cloud.
  </Card>

  <Card title="Client ClickHouse" icon="keyboard" href="/docs/fr/concepts/features/interfaces/client">
    Client en ligne de commande natif prenant en charge les options de ligne de commande et les fichiers de configuration.
  </Card>

  <Card title="Pilotes et interfaces" icon="plug" href="/docs/fr/concepts/features/interfaces/overview">
    Interfaces réseau, pilotes et outils pour se connecter à ClickHouse.
  </Card>

  <Card title="Bibliothèque cliente C++" icon="code" href="/docs/fr/concepts/features/interfaces/cpp">
    La bibliothèque cliente C++ de ClickHouse.
  </Card>

  <Card title="Inférence de schéma" icon="wand-magic-sparkles" href="/docs/fr/concepts/features/interfaces/schema-inference">
    Inférence automatique du schéma à partir des données d'entrée.
  </Card>

  <Card title="Terminal Web" icon="globe" href="/docs/fr/concepts/features/interfaces/web-terminal">
    Une session `clickhouse-client` dans le navigateur via WebSocket.
  </Card>

  <Card title="UI SQL Web (Play)" icon="browser" href="/docs/fr/concepts/features/interfaces/web-sql">
    L'interface SQL intégrée dans le navigateur, proposée par ClickHouse à l'adresse `/play`.
  </Card>

  <Card title="Interfaces tierces" icon="puzzle-piece" href="/docs/fr/concepts/features/interfaces/third-party/index">
    Outils, bibliothèques et intégrations tierces.
  </Card>
</CardGroup>
