Chat
Claude Code's conversational interface for AI-powered development assistance.
What is Chat?
Chat is the primary way you interact with Claude Code - a terminal-based conversation where you describe what you want and Claude helps you build it.
What You Can Do
- Ask questions about your code or development concepts
- Request changes to files with natural language descriptions
- Debug issues by describing problems and getting solutions
- Generate code from specifications or descriptions
- Get explanations of complex code or patterns
How to Start
bash
claude # Start a new chat session
claude "Fix the authentication bug" # Start with specific request
claude --continue # Continue last session
claude --resume # Resume a previous sessionKey Features
Natural Language Understanding
Describe what you want in plain English instead of learning complex syntax or commands.
Project Context Awareness
Claude automatically understands your project structure, dependencies, and codebase patterns.
Interactive Development
Get immediate feedback and collaborate on solutions through back-and-forth conversation.
Related
- Steering - Advanced techniques for controlling Claude's behavior
- MCP Servers - Extend Claude's capabilities with additional tools
- Guides - Complete workflows and practical examples