45claude45claude
46```46```
47 47
48You'll be prompted to log in on first use. That's it! [Continue with Quickstart (5 mins) →](/en/docs/claude-code/quickstart)48You'll be prompted to log in on first use. That's it! [Continue with Quickstart (5 mins) →](/en/quickstart)
49 49
50<Tip>50<Tip>
51 See [advanced setup](/en/docs/claude-code/setup) for installation options or [troubleshooting](/en/docs/claude-code/troubleshooting) if you hit issues.51 See [advanced setup](/en/setup) for installation options or [troubleshooting](/en/troubleshooting) if you hit issues.
52</Tip>52</Tip>
53 53
54<Note>54<Note>
55 **New VS Code Extension (Beta)**: Prefer a graphical interface? Our new [VS Code extension](/en/docs/claude-code/vs-code) provides an easy-to-use native IDE experience without requiring terminal familiarity. Simply install from the marketplace and start coding with Claude directly in your sidebar.55 **New VS Code Extension (Beta)**: Prefer a graphical interface? Our new [VS Code extension](/en/vs-code) provides an easy-to-use native IDE experience without requiring terminal familiarity. Simply install from the marketplace and start coding with Claude directly in your sidebar.
56</Note>56</Note>
57 57
58## What Claude Code does for you58## What Claude Code does for you
59 59
60* **Build features from descriptions**: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works.60* **Build features from descriptions**: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works.
61* **Debug and fix issues**: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix.61* **Debug and fix issues**: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix.
62* **Navigate any codebase**: Ask anything about your team's codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with [MCP](/en/docs/claude-code/mcp) can pull from external datasources like Google Drive, Figma, and Slack.62* **Navigate any codebase**: Ask anything about your team's codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with [MCP](/en/mcp) can pull from external datasources like Google Drive, Figma, and Slack.
63* **Automate tedious tasks**: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI.63* **Automate tedious tasks**: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI.
64 64
65## Why developers love Claude Code65## Why developers love Claude Code
66 66
67* **Works in your terminal**: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love.67* **Works in your terminal**: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love.
68* **Takes action**: Claude Code can directly edit files, run commands, and create commits. Need more? [MCP](/en/docs/claude-code/mcp) lets Claude read your design docs in Google Drive, update your tickets in Jira, or use *your* custom developer tooling.68* **Takes action**: Claude Code can directly edit files, run commands, and create commits. Need more? [MCP](/en/mcp) lets Claude read your design docs in Google Drive, update your tickets in Jira, or use *your* custom developer tooling.
69* **Unix philosophy**: Claude Code is composable and scriptable. `tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream"` *works*. Your CI can run `claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review"`.69* **Unix philosophy**: Claude Code is composable and scriptable. `tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream"` *works*. Your CI can run `claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review"`.
70* **Enterprise-ready**: Use the Claude API, or host on AWS or GCP. Enterprise-grade [security](/en/docs/claude-code/security), [privacy](/en/docs/claude-code/data-usage), and [compliance](https://trust.anthropic.com/) is built-in.70* **Enterprise-ready**: Use the Claude API, or host on AWS or GCP. Enterprise-grade [security](/en/security), [privacy](/en/data-usage), and [compliance](https://trust.anthropic.com/) is built-in.
71 71
72## Next steps72## Next steps
73 73
74<CardGroup>74<CardGroup>
75 <Card title="Quickstart" icon="rocket" href="/en/docs/claude-code/quickstart">75 <Card title="Quickstart" icon="rocket" href="/en/quickstart">
76 See Claude Code in action with practical examples76 See Claude Code in action with practical examples
77 </Card>77 </Card>
78 78
79 <Card title="Common workflows" icon="graduation-cap" href="/en/docs/claude-code/common-workflows">79 <Card title="Common workflows" icon="graduation-cap" href="/en/common-workflows">
80 Step-by-step guides for common workflows80 Step-by-step guides for common workflows
81 </Card>81 </Card>
82 82
83 <Card title="Troubleshooting" icon="wrench" href="/en/docs/claude-code/troubleshooting">83 <Card title="Troubleshooting" icon="wrench" href="/en/troubleshooting">
84 Solutions for common issues with Claude Code84 Solutions for common issues with Claude Code
85 </Card>85 </Card>
86 86
87 <Card title="IDE setup" icon="laptop" href="/en/docs/claude-code/ide-integrations">87 <Card title="IDE setup" icon="laptop" href="/en/vs-code">
88 Add Claude Code to your IDE88 Add Claude Code to your IDE
89 </Card>89 </Card>
90</CardGroup>90</CardGroup>
92## Additional resources92## Additional resources
93 93
94<CardGroup>94<CardGroup>
95 <Card title="Build with the Agent SDK" icon="code-branch" href="/en/api/agent-sdk/overview">95 <Card title="Build with the Agent SDK" icon="code-branch" href="https://docs.claude.com/enhttps://docs.claude.com/en/api/agent-sdk/overview">
96 Create custom AI agents with the Claude Agent SDK96 Create custom AI agents with the Claude Agent SDK
97 </Card>97 </Card>
98 98
99 <Card title="Host on AWS or GCP" icon="cloud" href="/en/docs/claude-code/third-party-integrations">99 <Card title="Host on AWS or GCP" icon="cloud" href="/en/third-party-integrations">
100 Configure Claude Code with Amazon Bedrock or Google Vertex AI100 Configure Claude Code with Amazon Bedrock or Google Vertex AI
101 </Card>101 </Card>
102 102
103 <Card title="Settings" icon="gear" href="/en/docs/claude-code/settings">103 <Card title="Settings" icon="gear" href="/en/settings">
104 Customize Claude Code for your workflow104 Customize Claude Code for your workflow
105 </Card>105 </Card>
106 106
107 <Card title="Commands" icon="terminal" href="/en/docs/claude-code/cli-reference">107 <Card title="Commands" icon="terminal" href="/en/cli-reference">
108 Learn about CLI commands and controls108 Learn about CLI commands and controls
109 </Card>109 </Card>
110 110
112 Clone our development container reference implementation112 Clone our development container reference implementation
113 </Card>113 </Card>
114 114
115 <Card title="Security" icon="shield" href="/en/docs/claude-code/security">115 <Card title="Security" icon="shield" href="/en/security">
116 Discover Claude Code's safeguards and best practices for safe usage116 Discover Claude Code's safeguards and best practices for safe usage
117 </Card>117 </Card>
118 118
119 <Card title="Privacy and data usage" icon="lock" href="/en/docs/claude-code/data-usage">119 <Card title="Privacy and data usage" icon="lock" href="/en/data-usage">
120 Understand how Claude Code handles your data120 Understand how Claude Code handles your data
121 </Card>121 </Card>
122</CardGroup>122</CardGroup>