Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions packages/web/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,28 @@ used.

---

## Projects and sessions

OpenCode works on the **project** you opened during initialization.

A **session** is one conversation or task within that project. You can have multiple sessions for the same project, each with its own context and history.

Start a new session with:

```text
/new
```

Return to an existing session with:

```text
/sessions
```

Starting a new session lets you begin a different task without losing the work or conversation from your other sessions. When you quit OpenCode, the session ID is displayed.

---

## Usage

You are now ready to use OpenCode to work on your project. Feel free to ask it
Expand Down
Loading