# FAQ

**What if MagicMirror does not have the Solidity compiler version that is required for my smart contract?**

In the same directory as the MagicMirror executable, there should be a folder called *linux\_solc* (for Docker and Ubuntu) or *solc* (for Window). This is the directory where MagicMirror stores the different versions of Solidity compilers. You can go to this [page](https://github.com/ethereum/solidity/tags), download the compiler you need, and put it in the directory.&#x20;

**Does MagicMirror have an executable available for macOS?**&#x20;

Not at the moment. However, Docker is available for macOS, please follow the instruction [here ](https://magic-mirror.gitbook.io/magicmi/installation/docker-container)to use the Docker release of MagicMirror.&#x20;


---

# 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://magic-mirror.gitbook.io/magicmi/faq.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.
