> For the complete documentation index, see [llms.txt](https://docs.appflowy.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appflowy.io/docs/documentation/software-contributions/architecture/frontend/user/user-data.md).

# User Data

The user data is stored locally using SQLite. The name of the folder is different between development and production.

| Mode        | Flutter    | Tauri    |
| ----------- | ---------- | -------- |
| development | flowy\_dev | dev/data |
| production  | flowy      | data     |
