Session Overview
Each session contains:- Conversation history — Your conversations with Claude Code, tool calls/commands, and key output results, used to maintain context (for example, remembering error file paths, discussed approaches, and so on).
- Project information — Project-related information remembered by Claude Code.
- Tool call records — All tool calls/commands executed by Claude Code while completing tasks, along with their output results.
Session context affects Claude Code’s responses. If you want to start a completely new task from scratch, it is recommended to create a new session.
Create a Session

Switch Sessions
Click any session in the session list to switch to it. When switching sessions:- The current conversation content is automatically saved
- The new session’s history is loaded and displayed
- Claude Code’s context switches to the target session
Delete a Session
Session Best Practices
When to Create a New Session
- Start a new task — When you want to start a completely new task that is unrelated to previous ones
- Context is too long — When the conversation becomes very long and response speed slows down
- Start over — When Claude Code’s understanding has gone off track and you need to start over
- Separate concerns — When you want to manage the development of different features or modules separately
When to Continue an Existing Session
- Iterative development — Continuously iterating and improving on the same feature
- Bug fixes — Fixing errors in code or other outputs previously produced by Claude Code
- Feature expansion — Adding new features on top of an existing implementation
- Context-related — When the new issue is closely related to previous conversations
Session Storage
Session data is stored in the cloud sandbox corresponding to the project and has the following characteristics:| Feature | Description |
|---|---|
| Auto-save | Conversation content is automatically saved in real time |
| Cross-device access | Accessible from any device after logging in with the same API Key |
| Project binding | Sessions are associated with projects; deleting a project deletes all sessions |
Related Documentation
Project Management
Manage and organize your projects
Chat Mode
In Chat Mode, you can ask Claude Code to help you complete tasks through a chat interface.