> For the complete documentation index, see [llms.txt](https://docs.zingg.ai/0.3.4/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/0.3.4/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>`&#x20;

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

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