Skip to main content

Quick Start

1 min read

Get up and running with Claude Code in minutes


title: Quick Start description: Get up and running with Claude Code in minutes

Your First Session

After installing Claude Code, start your first session:

Bash

You'll see Claude's prompt waiting for your input. Try asking it to help you understand your current project:

Bash

Basic Commands

Interactive Mode

Start an interactive session where you can have a conversation:

Bash

Single Query

Ask a single question and get a response:

Bash

Working with Files

Claude Code can read and modify files in your project:

Bash

Project Context with CLAUDE.md

Create a CLAUDE.md file in your project root to give Claude context about your project:

Markdown

Claude will automatically read this file and use it to provide better assistance.

Common Workflows

Code Review

Bash

Bug Fixing

Bash

Refactoring

Bash

Documentation

Bash

Tips for Better Results

  1. Be specific: Instead of "fix the bug", describe what's happening and what you expect.

  2. Provide context: Share relevant error messages, logs, or code snippets.

  3. Use the filesystem: Claude can read files directly, so reference them by path.

  4. Iterate: If the first response isn't quite right, provide feedback and ask for adjustments.

Next Steps

Generated with AI using Claude AI by Anthropic

Model: Claude Opus 4.5 · Generated: 2025-12-20 · Build: v1.21.0-75762dc

Edit this page on GitHub··

Discussion

0/2000

Comments are reviewed before being published