# Cannot open the app

In the case you cannot launch the app, it might be crashed somehow on your end. You may need to clean your MindMac data and reinstall the app. Please follow below steps to do that.

* Open Terminal app
* Remove the folder <mark style="color:yellow;">\~/Library/Application\ Support/app.mindmac.macos</mark> by command line:

```
rm -rf ~/Library/Application\ Support/app.mindmac.macos/
```

* Remove the folder <mark style="color:yellow;">\~/Library/Application\ Support/MindMac/</mark> by command line:

```
rm -rf ~/Library/Application\ Support/MindMac/
```

* Drag MindMac from Applications folder to Trash
* Reinstall MindMac


---

# 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://docs.mindmac.app/faqs/cannot-open-the-app.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.
