> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kazzle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Spaces

> Wat een space bevat en hoe alles met elkaar verbonden is.

Een space is je werkruimte in Kazzle. Alles wat je bouwt, bekijkt en beheert leeft daarin.

## Wat een space bevat

| Resource    | Wat het is                                                                              |
| ----------- | --------------------------------------------------------------------------------------- |
| Drive       | Unified filesystem: apps, connected repositories, files, folders, mounts                |
| Computer    | Persistent cloud machine with shell, files, and git - created on demand, one per space  |
| Browser     | Built-in browser in the Kazzle app, plus optional cloud browser sessions for automation |
| Databases   | Postgres instances, created on demand                                                   |
| Vault       | Encrypted secrets store for credentials and API keys                                    |
| Automations | Scheduled or one-off jobs that run AI threads                                           |
| Hosting     | Cloud deployments when you publish an app                                               |

Drive, vault, en file storage zijn klaar zodra je een space aanmaakt. De AI maakt computers, browsers en databases aan wanneer je werk ze nodig heeft.

## Hoe het samenkomt

```text theme={"theme":"material-theme-darker"}
Space
├── Drive
│   ├── Apps (UI + process + skill parts)
│   ├── Connected repositories (git-backed mounts)
│   ├── Files and folders
│   └── Mounts (local folders)
├── Computer (persistent cloud machine, on demand)
│   └── Shell, files, git
├── Browser (built-in, plus cloud sessions)
├── Databases (Postgres, on-demand)
├── Vault (encrypted secrets)
└── Automations (scheduled jobs)
```

Alles is verbonden. De AI kan je Drive lezen, commando's op de computer uitvoeren, het web doorzoeken, je database bevragen en je app implementeren - allemaal vanuit één gesprek.
