> 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/support/faq.md).

# FAQ❓

## Q: Why doesn't my Sketch file load in Sketch2React?

*So this sucks of course*. Here's a few things you can check before throwing out your computer machine through the window (we actually don't recommend you ever doing that) 🤣

1. Which version of Sketch do you have? We support from v68–95+
2. Which version of OSX do you have? We support Catalina, Big Sur, Monterey, Ventura
3. Are you using the very latest version of [Sketch2React](https://marketplace.sketch2react.io/product/sketch2react/)? We update it from time to time, make sure to download the latest from your marketplace account (found under [API Downloads](https://marketplace.sketch2react.io/my-account/api-downloads/))
4. Are you sure you are using our [markdown rules](https://sketch2react.gitbook.io/sketch2react-io/develop/components) in Sketch? Make sure to download and install our free [Sketch assistant](https://www.sketch.com/extensions/assistants/@sketch2react/sketch2react-assistant/)
5. Have you **activated your Sketch2React license**?
6. If you use any cloud services (Dropbox, iCloud, OneDrive etc) make sure you actually have the Sketch files downloaded locally on your computer machine
7. For troubleshooting make sure you use one of our [newer free demo files](https://marketplace.sketch2react.io/product/portfolio-website-template/), it can be that something is broken in older versions of them
8. Use our [Sketch assistant](https://www.sketch.com/extensions/assistants/@sketch2react/sketch2react-assistant/) to debug your Sketch files

☕


---

# 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/support/faq.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.
