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

# Drive

> आपकी workspace - apps, जुड़े हुए repositories, files, folders, और mounts एक view में।

Drive वह जगह है जहां आपकी space की सब कुछ रहता है। अगर यह Drive में है, तो AI इसे access कर सकता है। अगर नहीं है, तो नहीं कर सकता।

## Drive में क्या दिखता है

| Item                 | यह क्या है                                                        |
| -------------------- | ----------------------------------------------------------------- |
| App                  | एक application जो AI ने बनाया - इसका अपना repo और hosting है      |
| Connected repository | एक git repository जो आपकी space से जुड़ा है (एक git-backed mount) |
| Folder               | चीजों को organize करने के लिए एक standard folder                  |
| Files                | uploads और standalone files के लिए cloud file storage             |
| Mount                | space के बाहर एक filesystem का link                               |

## Mounts - AI को अपनी files का access देना

डिफ़ॉल्ट रूप से, AI space के cloud computer के अंदर काम करता है। अगर आप चाहते हैं कि यह आपकी machine या कहीं और की files को access करे, तो आप एक mount जोड़ते हैं।

एक mount एक filesystem का pointer है। एक बार mount हो जाने के बाद, AI वहां files को read और write कर सकता है जैसे वे local हों।

**Local folders** - अपने computer से एक folder mount करें। AI इसमें files को browse, read, और edit कर सकता है।

**Connected repositories** - एक git repository को connect करें और यह आपके cloud computer या connected device पर clone हो जाता है, Drive में अपनी अलग row के रूप में दिखता है।

**Remote filesystems** - remote servers को access करने के लिए SSH-based mounts (जल्द आ रहे हैं)।

## Cloud file storage

Drive में upload की गई files (किसी app या repo के अंदर नहीं) **Files** storage container में रहती हैं। ये किसी भी device से accessible हैं और sessions के बीच persist रहती हैं।

## Git tracking

Drive connected repositories के लिए git state को automatically track करता है - current branch, recent commits, uncommitted changes, remote से कितना आगे है। Apps एक अलग keep/publish workflow का उपयोग करते हैं। Credentials को [vault](/work/vault) के माध्यम से manage किया जाता है, इसलिए AI बिना setup के push और pull कर सकता है।
