> 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/createtrainingdata/findandlabel.md).

# Find And Label

Phase which creates training data

This phase is composed of two phases namely [findTrainingData](/0.3.4/stepbystep/createtrainingdata/findtrainingdata.md) and [label](/0.3.4/stepbystep/createtrainingdata/label.md). This will help experienced users to quicken the process of creating Training data.

`./zingg.sh --phase findAndLabel --conf config.json`

As this phase runs findTrainingData and label together, it should be run only for small datasets where findTrainingData takes a short time to run, else the user will have to wait long for the console for labeling.&#x20;
