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

# File Management

Cloud Code supports file management, allowing you to view, edit, and download files in the Claude Code workspace.

## View the File Directory of the Current Workspace

In **Chat mode**, you can view the file directory of the current workspace in the right sidebar. Click the **Refresh** button in the upper-right corner to refresh the displayed directory structure, click the **Download** button to download a compressed archive of the entire current folder, and click the **Collapse** button to collapse the file directory view.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/jiekou/en/docs/cc/assets/cc-file-directory-tree.png" alt="File tree" />
</Frame>

## View and Edit File Content

Click a file in the file tree to view and edit its content. Click the **Save** button in the upper-right corner to save the edited file content.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/jiekou/en/docs/cc/assets/cc-file-editor.png" alt="View or edit file content" />
</Frame>

## Related Documentation

<Columns cols={2}>
  <Card title="Project Management" icon="folder" href="/en/docs/cc/project">
    Manage projects and files
  </Card>

  <Card title="Chat Mode" icon="message-bot" href="/en/docs/cc/chat-mode">
    In Chat mode, you can ask Claude Code to help you complete tasks through a chat interface.
  </Card>
</Columns>
