> 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/installation/installing-zingg-enterprise-snowflake/verifying-the-installation.md).

# Verifying The Installation

To verify that Zingg Enterprise installation works perfectly

Let us now run a sample program to ensure that our installation is correct.

> `./scripts/zingg.sh --properties-file snowEnv.txt --phase findTrainingData --conf examples/febrl/configSnow.json`

The above will build Zingg models and use that to find duplicates in the **examples/febrl/test.csv** file. You will see Zingg logs on the console and once the job finishes, you will see tables being formed with the name **UNIFIED\_CUSTOMERS\_MODELID** with matching records sharing the same *cluster id*.

Congratulations, Zingg has been installed!
