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

# Find And Label

This phase is composed of two phases namely [findTrainingData](/latest/stepbystep/createtrainingdata/findtrainingdata.md) and [label](/latest/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 is phase runs **findTrainingData** and **label** together, it should be run only for small datasets where **findTrainingData** takes a short time to run, else the the user will have to wait long for the console to label.
