# Resources

- [Parser Rules templates](https://docs.specifyapp.com/resources/parser-rules-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](https://docs.specifyapp.com/resources/parser-rules-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 and it helps you to optimize your SVG's.
- [Tailwind](https://docs.specifyapp.com/resources/parser-rules-templates/tailwind.md): This template helps you generate your design tokens as a Tailwind theme.
- [React Native](https://docs.specifyapp.com/resources/parser-rules-templates/react-native.md): This template helps you generate your design tokens as a React Native theme and icons as JSX components
- [Flutter](https://docs.specifyapp.com/resources/parser-rules-templates/flutter.md): This template helps you generate your design tokens in a dart file and icons as SVG files.
- [SDTF](https://docs.specifyapp.com/resources/parser-rules-templates/sdtf.md): This template helps you pull your design tokens in the SDTF format in a JSON file.
- [JSON](https://docs.specifyapp.com/resources/parser-rules-templates/json.md): This template helps you pull your design tokens in JSON.
- [Specify CLI VS Specify SDK](https://docs.specifyapp.com/resources/specify-cli-vs-specify-sdk.md)
- [Playground](https://docs.specifyapp.com/resources/playground.md): Learn how to use the Specify Playground to iterate more easily on your configuration files
- [Best practices](https://docs.specifyapp.com/resources/best-practices.md)


---

# 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/resources.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.
