> ## 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.

# Space

> Space 包含的内容以及一切如何连接。

Space 是你在 Kazzle 中的工作区。你构建、浏览和管理的所有内容都存在于一个 Space 中。

## Space 包含的内容

| 资源          | 说明                                         |
| ----------- | ------------------------------------------ |
| Drive       | 统一文件系统：应用、连接的仓库、文件、文件夹、挂载                  |
| Computer    | 持久化云机器，包含 shell、文件和 git - 按需创建，每个 Space 一个 |
| Browser     | Kazzle 应用中的内置浏览器，加上用于自动化的可选云浏览器会话          |
| Databases   | Postgres 实例，按需创建                           |
| Vault       | 用于凭证和 API 密钥的加密密钥存储                        |
| Automations | 运行 AI 对话的定时或一次性任务                          |
| Hosting     | 发布应用时的云部署                                  |

Drive、Vault 和文件存储在你创建 Space 时即刻可用。当你的工作需要时，AI 会创建 Computer、Browser 和 Database。

## 如何协同工作

```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)
```

一切都是相连的。AI 可以读取你的 Drive、在 Computer 上运行命令、浏览网页、查询数据库、部署应用 - 所有这些都可以在一个对话中完成。
