---
title: Identify InfluxDB 3 Cloud version
description: Learn how to identify your InfluxDB 3 Cloud instance using command-line tools, HTTP endpoints, and other methods.
url: https://docs.influxdata.com/influxdb3/cloud/admin/identify-version/
estimated_tokens: 538
product: InfluxDB 3 Cloud
version: cloud
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/cloud/admin/identify-version/
date: '2026-08-18T17:12:01-05:00'
lastmod: '2026-08-18T17:12:01-05:00'
---

Identifying which InfluxDB product and version you’re using is essential for accessing the correct documentation, troubleshooting issues, and planning upgrades.

> [!Note]
> #### Identify your InfluxDB version
>
> If you are unsure which InfluxDB product you are using, use our interactive version detector to help identify it:
>
> [Detect my InfluxDB version](#)
> *(Interactive feature in HTML: Opens version detector modal)*

## Quick detection methods

> [!Note]
> #### SQL version() function
>
> The SQL `version()` function returns the[DataFusion](https://datafusion.apache.org/) query engine version, not the
> InfluxDB product version. Use the methods above to identify your InfluxDB
> version.

### InfluxDB 3 Cloud detection

**URL pattern**: `*.enterprise.influxdb.io`

* Example: `instance-id.enterprise.influxdb.io`

**Administration interface**: Manage instances through [console.influxdata.com](https://console.influxdata.com).

**CLI**: InfluxDB 3 Cloud workflows use the `influxdb3` CLI rather than `influxctl`.
The following command reports the installed CLI version:

```bash
influxdb3 --version
```

InfluxDB 3 Cloud is in early access.[Request access](https://www.influxdata.com/products/influxdb3-cloud/).

## Understanding InfluxDB products

For a complete comparison of InfluxDB versions and deployment options, see the [InfluxDB platform overview](/platform/).

## Troubleshooting

### Can’t access your InfluxDB instance?

If you can’t directly access your InfluxDB instance:

1. Use the [interactive version detector](#identify-your-influxdb-version) above or [Ask InfluxData AI](#)
2. Answer questions about your setup:
   * License type (paid or free)
   * Hosting model (cloud or self-hosted)
   * Server age
   * Query language preferences

3. Get product recommendations based on your answers

### Still not sure?

If you’re still uncertain, see the [Support and feedback](#bug-reports-and-feedback) options.

#### Related

* [Get started with InfluxDB 3 Cloud](/influxdb3/cloud/get-started/)
* [Administer InfluxDB 3 Cloud](/influxdb3/cloud/admin/)
* [influxdb3 CLI](/influxdb3/cloud/reference/cli/influxdb3/)
