# CLI

## Installing

To install the CLI, head to the [releases](https://github.com/HaizeaAnalytics/terrakio-db-cli/releases) page of the terrakio-db-cli github page, download the latest whl and then run the following command. Note that Python >= 3.10 is required.

```
pip install {whl file}
```

Then, use the following commands to see information of each command, subcommand or each subcommands' associated flags.

```
tkio --help
tkio {command} --help
tkio {command} {subcommand} --help
```

The following pages provide extended documentation about the commands available and their flags.


---

# 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://test-341.gitbook.io/terrakio/terrak.io/cli.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.
