> 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/stratos-design-tokens/migrating-from-the-pre-release.md).

# Migrating from the pre-release 🥏

## What's the breaking change?

**Design token names must now be wrapped in { }** – including **design token artboard names.** That means that all your previous design tokens and design token structure will not work until you:

1. Add **{ }** to all your design token artboards/frames names
2. Add **{ }** to all your design token names on these artboards

![Add { } to all your design tokens, including the artboards](/files/-MX_wCRu_PWKl6krjVDa)

The great thing about using **{ } in artboard, layer and groups** names for creating your **design tokens** is that you can **mix them with regular design elements**. Your code is clean, only populated by delicous JSON design token data where you need it to be.

![](/files/-MXa1HA10DMj9i6xkK-e)

You can use this approach to give examples of use of your design tokens connected to your **design system components**. Great Scott!

## Suggested updating workflow

This workflow is only for all of you awesome people that have bought our pre-release of Stratos Tokens.

1. **Make a copy** of your design document
2. Select all your design tokens, including your artboards and use something like the great [Rename It plugin](https://renameit.design/sketch/) for Sketch and Figma to add { } to each design token
3. Create a **new Stratos Tokens project** in Stratos Tokens 2021
4. Do a happy dance 👯‍♀️


---

# 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:

```
GET https://sketch2react.gitbook.io/sketch2react-io/stratos-tokens-2021/develop/stratos-design-tokens/migrating-from-the-pre-release.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.
