# Command Line Interface

The QuantAQ Command Line Interface (CLI) tool provides easy-to-use tools to munge data associated with QuantAQ's air quality sensor data.

Check it out on GitHub!

{% embed url="<https://github.com/quant-aq/cli>" %}

## Overview

The purpose of the CLI tool is to make data munging a breeze! There are currently built-in functionality to allow you to easily:

* concatenate files
* merge files
* flag data
* expunge data
* resample data

For more information on usage, check out the complete docs.

### Installation

To install the most recent release:

```
$ pip install -U quantaq-cli
```

### Examples

For examples and usage, please check out the full documentation page [here](https://quant-aq.github.io/cli/index.html).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.quant-aq.com/tools/command-line-interface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
