--- title: Query in the Flux REPL description: Query InfluxDB using the Flux REPL. Discover how to query data in InfluxDB 2.0 using the Flux REPL. weight: 203 menu: influxdb_2_0: name: Query in the Flux REPL parent: Execute queries influxdb/v2.0/tags: [query] --- The [Flux REPL](/influxdb/v2.0/tools/repl/) starts an interactive Read-Eval-Print Loop (REPL) where you can write and execute Flux queries. ```sh ./flux repl ``` For more information, see [Use the Flux REPL](/influxdb/v2.0/tools/repl/).