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

# Quick Start Guide

This guide will help you get started with Cloud Code quickly. We’ll cover the basic flow from signing in to starting your first project.

## Prerequisites

Before you begin, you’ll need:

<Columns cols={2}>
  <Card title="Modern Browser" icon="globe">
    Chrome, Firefox, Safari, or Edge
  </Card>

  <Card title="Interface AI Account" icon="key">
    Used to access Interface AI model services. Please make sure you have a [sufficient balance](https://jiekou.ai/billing) or have purchased a [resource pack](https://jiekou.ai/resource-pack).
  </Card>
</Columns>

## Step 1: Sign in to Cloud Code

<Steps>
  <Step title="Open the Site">
    Open the [Cloud Code site](https://cc.jiekou.ai)
  </Step>

  <Step title="One-Click Sign-In">
    Click the “Sign in with Interface AI Account” button, and the system will automatically check whether you are already signed in to Interface AI
  </Step>

  <Step title="Complete Sign-In">
    If you are already signed in to Interface AI, the system will complete the sign-in automatically.

    If you are not signed in, click “Go to Interface AI Sign-In” to go to the Interface AI sign-in page. After signing in successfully, you will be automatically redirected back to Cloud Code and signed in.
  </Step>
</Steps>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/jiekou/en/docs/cc/assets/cloud-code-login.png" alt="Cloud Code Login" />
</Frame>

## Step 2: Create and Use a Project

After signing in successfully, you can create a project and start using Claude Code features.

<Steps>
  <Step title="Create a Project">
    Click the **+ New Project** button in the sidebar and enter a project name
  </Step>

  <Step title="Wait for the Sandbox to Be Ready">
    The system will automatically configure a cloud sandbox for you. Wait until the status changes to “Running”
  </Step>

  <Step title="Start Chatting">
    Enter your request in the Chat input box to start collaborating with Claude Code
  </Step>
</Steps>

<Info>
  For detailed project management features, see the [Project Management](/en/docs/cc/project) documentation.
</Info>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/jiekou/en/docs/cc/assets/cloud-code-first-login.png" alt="Cloud Code After Sign-In" />
</Frame>

## Core Features Overview

<Columns cols={2}>
  <Card title="Project Management" icon="folder" href="/en/docs/cc/project">
    Create, manage, and organize your development projects
  </Card>

  <Card title="Session Management" icon="message" href="/en/docs/cc/session">
    Manage chat sessions with Claude
  </Card>

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

  <Card title="File Management" icon="folder" href="/en/docs/cc/files">
    Manage files in your project
  </Card>

  <Card title="Git Integration" icon="code-branch" href="/en/docs/cc/git-integration">
    Built-in support for full Git version control
  </Card>
</Columns>

## Next Steps

Congratulations—you’ve completed the Cloud Code basics! Next, we recommend:

<Columns cols={2}>
  <Card title="Learn More About Project Management" icon="folder-tree" href="/en/docs/cc/project">
    Master project management features
  </Card>

  <Card title="Learn More About Session Management" icon="message-bot" href="/en/docs/cc/session">
    Master session management features
  </Card>
</Columns>
