Skip to content
DocsPortuguêsInstall

Get started

Your first session

The shortest path to seeing Deck work: one project, one session, one request, and the diff beside it.

Add the project

A project, in Deck, is a folder on your computer, usually a git repository. Add the first one by pointing at the repository you already work in. It shows up in the sidebar and becomes the place where sessions start.

Start with a repository you know well and whose work is already saved. The first session is for learning the flow, not for pointing the agent at something delicate.

Create the session

  1. With the project selected, open a new session.
  2. Pick the agent from the list. It shows the ones installed and signed in on your computer.
  3. Write the first request, or leave it empty and talk to the agent later, straight in the terminal.
  4. Confirm. The session opens with the agent already running and the terminal ready.
The new session dialog: project, agent, first prompt and the isolation options.

The dialog options

OptionWhat it does
First promptWhat the agent gets the moment it opens. Optional.
Isolated sessionCreates a worktree: a folder and a branch of its own, with files and a staging area separate from your other tasks.
Plan modeThe agent only plans and does not edit. Good for seeing what it intends before you let it touch anything.
In the backgroundThe session starts without stealing focus, so you keep doing what you were doing.

The first time, check Isolated session. That is what keeps the agent on a branch of its own, without mixing into what you have open. How it works is in Isolated tasks.

Follow along

From here you do not have to keep watching. The session changes state on its own and tells you when it needs you:

  • Working. The agent is in its turn.
  • Asking permission. It wants to use a tool and is waiting for your answer. The system notifies you.
  • Turn finished. It is done with what it was doing and the result is there for you to read.

With more than one session open, the Grid shows them all at once. That is the subject of Agents in parallel.

Review

When the agent finishes, open the diff. It shows what changed on the session branch, file by file, beside the terminal. You can fix things right there in the built-in editor and keep the conversation going without switching windows.

The diff beside the terminal, with the file open and the conversation going.

Happy with the result? The path to the merge is in Pull requests. Not happy? Ask for the fix in the same terminal, or throw the worktree away and start over.

After the first one

Once the first session makes sense, these are the natural next steps: