# What is a Destination?

## Definition

A destination belongs to a [Repository](https://docs.specifyapp.com/concepts/overview#repository), it represents where the formatted design data flow on updates - think of [GitHub](https://docs.specifyapp.com/distribute/available-destinations/github) or any automation you can come up with our [CLI](https://docs.specifyapp.com/distribute/available-destinations/cli) and [SDK](https://docs.specifyapp.com/distribute/available-destinations/specify-sdk).

You can add **many destinations** into a single repository. Read more about the available [Destinations](https://docs.specifyapp.com/distribute/available-destinations) compatible with Specify.

## Distributing the design data

Once your repository is filled in, you will start to distribute your design data throughout your design system consumers, starting with development teams.

The destinations offer several levels of control over the transformation required to meet your company standards.

Two main APIs at stake here:

* The [Parsers Engine](https://docs.specifyapp.com/concepts/parsers-engine), accessible via all [destinations](https://docs.specifyapp.com/distribute/available-destinations), offers an high level abstraction to directly transform any SDTF token tree into many well-known technologies like CSS, tailwind, style-dictionary… Read more about [Parsers](https://docs.specifyapp.com/reference/parsers).
* The [SDTF Engine](https://docs.specifyapp.com/concepts/sdtf-client/sdtf-engine), accessible via the [SDK](https://docs.specifyapp.com/distribute/available-destinations/specify-sdk), offers a fine grained control over your SDTF token tree by allowing any mutation and post-process hooks, directly in your codebase.

## Getting started with templates

If you are planning to use the [CLI](https://docs.specifyapp.com/distribute/available-destinations/cli) or [GitHub](https://docs.specifyapp.com/distribute/available-destinations/cli), you can head over to our [Destination templates](https://docs.specifyapp.com/resources/parser-rules-templates) that will help you start distributing your token to the main common use cases.
