# Advanced Repository

- [Getting started](/v1/advanced-repository/getting-started.md): Here’s a 5 minute guide on how to use different features within the Advanced Repository based on the Specify Design Token Format.
- [Figma Variables & Styles](/v1/advanced-repository/figma-variables.md): In this guide, you’ll learn how to sync your Figma Variables and/or Styles to a Specify Repository and how to keep them updated.
- [Tokens Studio](/v1/advanced-repository/tokens-studio.md): In this guide you’ll learn how to sync your design tokens from Tokens Studio to your Specify repository and how to keep them updated.
- [CLI & Config](/v1/advanced-repository/cli.md): In this guide you’ll learn how to transform design data coming from Figma Variables, Figma Styles and/or Tokens Studio into CSS Custom Properties using the Specify CLI.
- [Querying a SDTF graph](/v1/advanced-repository/querying-a-sdtf-graph.md): Learn more about how to query your SDTF token graph.
- [GitHub](/v1/advanced-repository/github.md): Learn how to distribute your design tokens from Specify to your GitHub repositories via automated Pull Requests.
- [Parsers](/v1/advanced-repository/parsers.md): Parsers are functions allowing you to transform design tokens and assets coming from Specify to fit your needs and company standards.
- [to-css-custom-properties](/v1/advanced-repository/parsers/to-css-custom-properties.md): This parser helps you transform design tokens into CSS Custom Properties.
- [to-style-dictionary](/v1/advanced-repository/parsers/to-style-dictionary.md): This parser helps you generate Style Dictionary raw token files for all your design tokens coming from Specify.
- [to-tailwind](/v1/advanced-repository/parsers/to-tailwind.md): This parser helps you generate a Tailwind theme from all your design tokens coming from Specify.
- [to-sdtf](/v1/advanced-repository/parsers/to-sdtf.md): This parser helps you get your design tokens as a SDTF graph in JSON.
- [to-javascript](/v1/advanced-repository/parsers/to-javascript.md): This parser helps you pull design tokens as JavaScript objects for all token types and their respective helper functions.
- [to-react-native](/v1/advanced-repository/parsers/to-react-native.md): This parser helps you pull design tokens as a theme compatible with React Native and their respective helper functions.
- [to-json](/v1/advanced-repository/parsers/to-json.md): This parser helps you pull design tokens in JSON with token values in JSON or CSS.
- [to-typescript](/v1/advanced-repository/parsers/to-typescript.md): This parser helps you pull design tokens as TypeScript objects for all token types and their respective helper functions.
- [filter](/v1/advanced-repository/parsers/filter.md): This parser helps you filter a SDTF graph.
- [select-modes](/v1/advanced-repository/parsers/select-modes.md): This parser helps you select design tokens from specific mode(s).
- [change-case](/v1/advanced-repository/parsers/change-case.md): This parser helps you change the case of names or modes over a SDTF graph.
- [convert-color](/v1/advanced-repository/parsers/convert-color.md): This parser helps you convert color formats of color tokens.
- [convert-dimension](/v1/advanced-repository/parsers/convert-color-1.md): This parser helps you convert units of dimension tokens.
- [Templates](/v1/advanced-repository/templates.md): Automatically distribute your design tokens and assets according to your organization's standards with our ready-to-use configuration templates.
- [CSS Custom Properties](/v1/advanced-repository/templates/css-custom-properties.md): This template is dedicated for Web developers using CSS. It helps you generate all types of design tokens as CSS Custom Properties in their respective CSS file.
- [SDTF](/v1/advanced-repository/templates/sdtf.md): This template helps you pull your design tokens in the SDTF format in a JSON file.
- [Tailwind](/v1/advanced-repository/templates/tailwind.md): This template helps you generate your design tokens as a Tailwind theme.
- [REST API](/v1/advanced-repository/rest-api.md): The Specify API lets you extend Specify functionalities beyond what we provide out of the box.
- [Playground](/v1/advanced-repository/playground.md): Learn how to use the Specify Playground to iterate more easily on your configuration files
