# Find And Label

This phase is composed of two phases namely [findTrainingData](https://docs.zingg.ai/0.5.0/stepbystep/createtrainingdata/findtrainingdata) and [label](https://docs.zingg.ai/0.5.0/stepbystep/createtrainingdata/label). 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.
