> For the complete documentation index, see [llms.txt](https://sketch2react.gitbook.io/sketch2react-io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sketch2react.gitbook.io/sketch2react-io/stratos-tokens-2021/develop.md).

# Develop

- [The basics 🔤](https://sketch2react.gitbook.io/sketch2react-io/stratos-tokens-2021/develop/the-basics.md): The fundamental basics of the Stratos Tokens design token framework
- [How it works 🧰](https://sketch2react.gitbook.io/sketch2react-io/stratos-tokens-2021/develop/stratos-design-tokens.md): Stratos Tokens is a very powerful way of working directly from your design application with design tokens and themes.
- [Going from demo to licensed product 💵](https://sketch2react.gitbook.io/sketch2react-io/stratos-tokens-2021/develop/stratos-design-tokens/going-from-demo-to-licensed-product.md): So you still don't see our famous Style Dictionary support?
- [Migrating from the pre-release 🥏](https://sketch2react.gitbook.io/sketch2react-io/stratos-tokens-2021/develop/stratos-design-tokens/migrating-from-the-pre-release.md): Since we introduced breaking changes in Stratos Tokens 2021 this is how you get those pre-release projects up and running again 🤖💪
- [Downgrading Style Dictionary 🔙](https://sketch2react.gitbook.io/sketch2react-io/stratos-tokens-2021/develop/stratos-design-tokens/downgrading-style-dictionary.md): Say that you for some unknown reason want to downgrade the built-in version of Style Dictionary that we ship our app with? No probs, just follow these very simple steps👇
- [Releases ✍️](https://sketch2react.gitbook.io/sketch2react-io/stratos-tokens-2021/develop/releases.md): All of our most important milestones & releases since the very beginning


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sketch2react.gitbook.io/sketch2react-io/stratos-tokens-2021/develop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
