# How to completely uninstall BoltAI

In some cases, you might want to completely uninstall BoltAI to start anew. There are 2 ways you can do it:

1. Using a third-party tool
2. Do it manually

### Using a third-party tool

The easiest way to uninstall BoltAI is to use a specialized tool. I recommend using [AppCleaner](https://freemacsoft.net/appcleaner/) or [CleanMyMac](https://cleanmymac.com) (also available on Setapp)

Note that it may delete all your BoltAI data. If you wanted to backup your data first, choose the manual method below.

<figure><img src="/files/Jq2g41bwC5VwCaSHYoQp" alt=""><figcaption><p>Use AppCleaner to uninstall BoltAI</p></figcaption></figure>

### Uninstall BoltAI manually

BoltAI store your data in the following location:

**For Standalone version:**

* All of your chat data, including generated images, are stored in `~/Library/Application Support/co.podzim.BoltGPT`
* Your preferences are stored in `~/Library/Preferences/co.podzim.BoltGPT.plist`

**For Setapp version:**

* All of your chat data, including generated images, are stored in `~/Library/Application Support/co.podzim.BoltGPT-setapp`
* Your preferences are stored in `~/Library/Preferences/co.podzim.BoltGPT-setapp.plist`

You can make a backup of these files & folders, then delete them and restart BoltAI.

### Need more help?

If you still experience a crash after uninstall BoltAI completely, send me an email and I'm happy to help.

My email: <daniel@boltaisupport.com>


---

# 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.boltai.com/docs/troubleshooting/how-to-completely-uninstall-boltai.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.
