Articles · Files, backup & privacy
Where does Kition keep your data? File layout, explained
Under `<Vault>/`: `.md` files, `.kition/`, `Tables/` — one diagram covers it.
Kition Team·Apr 9, 2026·1 min read
Directory layout
<Vault>/
├── Notes/ # your .md documents
├── Tables/ # one .kitable file per table
├── Resources/ # images, PDFs, attachments
├── Templates/ # templates callable from the palette
└── .kition/
├── config.json # provider & UI config
├── hooks.json # hooks definitions
├── mcp.json # MCP server config
├── sessions/ # agent session history
└── cache/ # safe to deleteApp config
App-level config (recently opened vaults, window size) lives in ~/.kition/ (macOS / Linux) or %APPDATA%\Kition\ (Windows) — outside the vault.
Related reading
Getting started
Workspace anatomy: vault, docs, tables, agent
A simple mental model: vault = house, documents and tables = rooms, agent = the housemate who actually does chores.
Files, backup & privacy
Syncing your vault with Git to a private repo
Markdown is Git-friendly. A `.gitignore`, a private GitHub repo, and a login hook — sync done.
