# What is a Destination?

## Definition

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

You can add **many destinations** into a single repository. Read more about the available [Destinations](/distribute/available-destinations.md) 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](/concepts/parsers-engine.md), accessible via all [destinations](/distribute/available-destinations.md), 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](/reference/parsers.md).
* The [SDTF Engine](/concepts/sdtf-client/sdtf-engine.md), accessible via the [SDK](/distribute/available-destinations/specify-sdk.md), 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](/distribute/available-destinations/cli.md) or [GitHub](/distribute/available-destinations/cli.md), you can head over to our [Destination templates](/resources/parser-rules-templates.md) that will help you start distributing your token to the main common use cases.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.specifyapp.com/distribute/what-is-a-destination.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
