Execute queries
There are multiple ways to execute queries with InfluxDB. Choose from the following options:
Query in Data Explorer
Query your data in the InfluxDB user interface (UI) Data Explorer.
Query with the InfluxDB API
Use the InfluxDB API to query InfluxDB data.
Query in the Flux REPL
Use the Flux REPL to query InfluxDB data.
Use the `influx query` command
Use the influx CLI to query InfluxDB data.