# How do I back up Mapeo Desktop data?

You can back up Mapeo Desktop data using your operating system's file manager. Mapeo Desktop stores its data in the `Mapeo/kappa.db` directory on your computer's default application data directory. The default application data directory location may vary depending upon your operating system.

The default application data directory locations are:

* &#x20;%APPDATA% or `C:\Users\<username>\AppData\Roaming\Mapeo\kappa.db` on Windows
* &#x20;$XDG\_CONFIG\_HOME or `~/.config/Mapeo/kappa.db` on Linux
* &#x20;`~/Library/Application Support/Mapeo/kappa.db` on macOS

You can backup data by copying the `kappa.db` directory to a new location. To transfer data to a new Mapeo Desktop application on a different computer, copy `kappa.db` directory into the `Mapeo` directory.


---

# 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.mapeo.app/~/changes/iOm3AFqdVz8g9c1IDE5m/complete-reference-guide/troubleshooting/how-do-i-back-up-mapeo-desktop-data.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.
