---
title: Kotlin client library
description: Use the InfluxDB Kotlin client library to interact with InfluxDB.
url: https://docs.influxdata.com/influxdb3/enterprise/reference/client-libraries/v2/kotlin/
estimated_tokens: 306
product: InfluxDB 3 Enterprise
version: enterprise
---

# Kotlin client library

#### Use InfluxDB 3 clients to query

InfluxDB 3 supports [compatibility endpoints for *writing data*](/influxdb3/enterprise/write-data/compatibility-apis/) using InfluxDB v2 and v1 tools. However, the `/api/v2/query` API endpoint and associated tooling, such as InfluxDB v2 client libraries and the `influx` CLI, *can’t query* data stored in InfluxDB 3 Enterprise.

[InfluxDB 3 client libraries](/influxdb3/enterprise/reference/client-libraries/v3/) are available that integrate with your code to write and query data stored in InfluxDB 3 Enterprise.

[**Compare tools you can use**](/influxdb3/enterprise/get-started/#tools-to-use) to interact with InfluxDB 3 Enterprise.

Kotlin is an open source programming language that runs on the Java Virtual Machine (JVM).

The documentation for this client library is available on GitHub.

[Kotlin InfluxDB client](https://github.com/influxdata/influxdb-client-java/tree/master/client-kotlin)
