> For the complete documentation index, see [llms.txt](https://docs.zingg.ai/latest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zingg.ai/latest/stepbystep/zingg-command-line.md).

# Zingg Command Line

Using Zingg command line to interact with Zingg

The Zingg command line interface is the way to interact with Zingg to fire *labeling, training,* and *matching* jobs and perform other Zingg functions.

#### To invoke the command line and pass a JSON configuration :

`./scripts/zingg.sh <optional --properties-file path to zingg.conf> --phase <phase> --conf <path to json>`

#### To invoke the command line and run Python programs :

`./scripts/zingg.sh <optional --properties-file path-to-zingg.conf> --run <path-to-python-program>`
