# How to backup and uninstall

Sometimes you might want to reinstall the modpack or remove old instances of it. Here's how to do it.

## Backup

Before uninstalling the modpack, it is highly recommended to back up the contents you've made in it.

1. Open the `minecraft` folder:

{% tabs %}
{% tab title="CurseForge App" %}
Right click on the modpack tile → `Open Folder`
{% endtab %}

{% tab title="Modrinth App" %}
Right click on the modpack tile → `📂 Open folder`
{% endtab %}

{% tab title="Prism Launcher" %}
Right click on the instance → `Folder` → `.minecraft`
{% endtab %}

{% tab title="MultiMC" %}
Right click on the instance → `Minecraft Folder`
{% endtab %}

{% tab title="Minecraft Launcher" %}
Click `Installations` → hover on the instance → click `📁`
{% endtab %}
{% endtabs %}

2. Find the folders you want to back up.
   * `saves` - your local worlds
   * `resourcepacks` - if you added any (it is not needed to copy [the modpack defaults](/changed-options.md#resource-packs))
   * `shaders` - if you use any
   * `screenshots` - screenshots you've taken with F2 or F9
   * `servers.dat` - your multiplayer servers
   * `config` - your mod options
   * `options.txt` - if you want to keep your vanilla option and all hotkey changes
3. Copy the chosen folders or their contents to your preferred location, such as Desktop or Documents.
4. When you reinstall the modpack, copy the folders/contents back to the aforementioned location.

## Uninstall

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>CurseForge App</strong></td><td><a href="/pages/0OBqldtNk1YEFNFGJE9V">/pages/0OBqldtNk1YEFNFGJE9V</a></td></tr><tr><td align="center"><strong>Modrinth App</strong></td><td><a href="/pages/k5gi4Luba9sVmSrYDiQx">/pages/k5gi4Luba9sVmSrYDiQx</a></td></tr><tr><td align="center"><strong>Prism Launcher</strong></td><td><a href="/pages/RRlseJ4RQf1jLaf0YCdE">/pages/RRlseJ4RQf1jLaf0YCdE</a></td></tr><tr><td align="center"><strong>MultiMC</strong></td><td><a href="/pages/VSYmCIsjPN2q38oiqpxB">/pages/VSYmCIsjPN2q38oiqpxB</a></td></tr><tr><td align="center"><strong>Minecraft Launcher</strong></td><td><a href="/pages/N41iOCzsYM6ZZh95B6ji">/pages/N41iOCzsYM6ZZh95B6ji</a></td></tr></tbody></table>


---

# 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://wiki.download.fo/backup-and-uninstall.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.
