Flux 0.7 Technical Preview is integrated into InfluxDB 1.7, enabling users to query, analyze and interact with data using a new functional data scripting language called Flux. The technical preview is included in the release of Chronograf 1.7, which provides a user interface for building queries using Flux. To enable Flux, users need to set `flux-enabled` to true under the `[http]` section of their InfluxDB configuration file. Flux uses buckets as named locations where data is stored with retention policies, and from() function requires a bucket parameter. The language returns data in tabular format, using the pipe-forward operator extensively to chain operations together. Users can write their first Flux script using Chronograf's Data Explorer, which provides access to the Schema, Script, and Flux Functions panes. The Script Wizard allows users to quickly select a bucket, measurement, one or more fields, and a function to get started with building queries.