> For the complete documentation index, see [llms.txt](https://docs.eskool.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eskool.fr/en/settings-and-help/faq/database.location.md).

# Database Location

Find where eSkool stores your data.

* Your IT person might need this for backups
* It's in a system folder—here's how to find it
* **Don't edit these files** unless you know exactly what you're doing

**⚠️ Warning:** Editing the database directly can corrupt your data permanently.

***

### Default Location (Windows)

The database is in your user's AppData folder:

```
C:\%USERPROFILE%\AppData\Local\.io\Server
```

(Replace `%USERPROFILE%` with your username, e.g., `C:\Users\JohnDoe`)

To find it:

1. Open File Explorer.
2. Paste the path above into the address bar.
3. Press Enter.

![Database location.](/files/yKPCSPLXxcUc3M9naiwP)

The `Server` folder contains your database. Handle with care.


---

# 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://docs.eskool.fr/en/settings-and-help/faq/database.location.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.
