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

# 文件管理

Cloud Code 支持文件管理功能，您能在 Claude Code 的工作区下查看、编辑和下载文件。

## 查看当前工作区的文件目录

在 **Chat 模式** 下，你可以在右侧边栏查看当前工作区下的文件目录。点击右上角的 **刷新** 按钮，即可刷新展示的文件目录结构，点击 **下载** 按钮，即可下载当前整个文件夹的压缩包，点击 **折叠** 按钮，即可折叠文件目录视图。

<Frame>
  <img src="https://mintcdn.com/jiekou/680GrIEScnQsSrRs/docs/cc/assets/cc-file-directory-tree.png?fit=max&auto=format&n=680GrIEScnQsSrRs&q=85&s=6eb893160bdeaba3a10b446227a44dc6" alt="文件树" width="2490" height="1610" data-path="docs/cc/assets/cc-file-directory-tree.png" />
</Frame>

## 查看和编辑文件内容

在文件树中点击文件，即可查看文件内容和编辑文件。点击右上角的 **保存** 按钮，即可保存编辑后的文件内容。

<Frame>
  <img src="https://mintcdn.com/jiekou/680GrIEScnQsSrRs/docs/cc/assets/cc-file-editor.png?fit=max&auto=format&n=680GrIEScnQsSrRs&q=85&s=19d3fb089c9ca73e8c54aefef1750292" alt="查看或编辑文件内容" width="2488" height="1624" data-path="docs/cc/assets/cc-file-editor.png" />
</Frame>

## 相关文档

<Columns cols={2}>
  <Card title="项目管理" icon="folder" href="/docs/cc/project">
    管理项目和文件
  </Card>

  <Card title="Chat 模式" icon="message-bot" href="/docs/cc/chat-mode">
    Chat 模式下，你可以通过对话框的形式，让 Claude Code 帮你完成任务。
  </Card>
</Columns>
