> For the complete documentation index, see [llms.txt](https://wiki.download.fo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.download.fo/backup-and-uninstall/minecraft-launcher.md).

# Minecraft Launcher

{% hint style="warning" %}
Did you remember to make a backup? If not, [do it first.](/backup-and-uninstall.md)
{% endhint %}

{% tabs %}
{% tab title="Installer - default folder" %}

1. Open Minecraft Launcher, click on `Installations`
2. Hover on the `Fabulously Optimized` installation, click `📂`
3. Delete `mods`, `config` and optionally `resourcepacks` folders
4. Go to `versions` folder and delete all folders prefixed with `fabric-loader-`
5. Back in the launcher, hover on the installation and press `...`, then `Delete`
6. Press `Delete`
   {% endtab %}

{% tab title="Installer - different folder" %}
{% hint style="info" %}
These instructions apply if you selected "Use a different `.minecraft` folder for this version?" during the install. Otherwise, check the "default folder" tutorial.
{% endhint %}

1. Open Minecraft Launcher, click on `Installations`
2. Hover on the `Fabulously Optimized` installation, click `📂`
3. Delete `fabulously-optimized-x.x.x`
   * x.x.x refers to the number of the version you want to remove.
4. Go to `versions` folder and delete all folders prefixed with `fabric-loader-`
5. Back in the launcher, hover on the installation and press `...`, then `Delete`
6. Press `Delete`
   {% endtab %}

{% tab title="Manual install" %}

1. Open Minecraft Launcher, click on `Installations`
2. Hover on the `fabric-loader-x.x.x` installation, click `📂`
   * x.x.x refers to the version number of Fabric Loader
3. Delete `mods`, `config` and optionally `resourcepacks` folders
4. Go to `versions` folder and delete all folders prefixed with `fabric-loader-`
5. Back in the launcher, hover on the installation and press `...`, then `Delete`
6. Press `Delete`
   {% endtab %}
   {% endtabs %}


---

# 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:

```
GET https://wiki.download.fo/backup-and-uninstall/minecraft-launcher.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.
