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

# Exporting Labeled Data

Writing labeled data to CSV for exporting

If we need to send our labeled data for a subject matter expert to review or if we want to build another model in a new location and [reuse training efforts](/0.3.4/stepbystep/createtrainingdata/addowntrainingdata.md) from earlier, we can write our labeled data to a CSV.

`./scripts/zingg.sh --phase exportModel --conf <path to conf> --location <folder to save the csv>`
