> For the complete documentation index, see [llms.txt](https://sketch2react.gitbook.io/marcode/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/marcode/support/faq.md).

# FAQ❓

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

*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 or Lunacy do you have? Make sure you are using the latest versions.
2. Which version of OSX do you have? We support Catalina, Big Sur & Monterey
3. Are you using the very latest version of Marcode? 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 markup rules? Make sure to download and install our free [Sketch assistant](https://www.sketch.com/extensions/assistants/@sketch2react/sketch2react-assistant/). It was made for Sketch2React but also works with Marcode. Neato!
5. Have you **activated your Marcode 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. Every time you update inside your design app, we reload the entire .sketch file. Make sure to use our handy reload function in Marcode if you are not seeing your updates **⌘R**
8. A handy trick for quickly loading your changes is to use the **Artboard Explorer** and jump between artboards, it usually reloads quicker. Specially important when using our {prototype} components, since you basically are rendering out a new image each time you change inside Sketch or Lunacy
9. 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
10. Use our Sketch 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/marcode/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.
