---
title: Setup
description: Connect GitHub and take your first task through review.
---

## Sign in and select your organization

Open [Lobby](https://joinlobby.dev) and sign in with Google or an email code.
Complete your profile if prompted.

For team work, accept an invitation to your team's organization. Open **Members**
to check the current organization and manage invitations. A matching email
domain does not automatically join you to a team.

## Connect GitHub

Connect GitHub and install the Lobby GitHub App on the repositories you want
Lobby to access. GitHub access is separate from signing into Lobby. You do
not need to paste a personal access token.

Choose a repository from the repository list. If it is missing, check that the
GitHub App installation includes it and that you are using the intended account.

## Give the agent a task

Start a conversation in your repository and choose an available agent and model.
Give it a concrete outcome and a way to verify success. For example:

> Add a useful empty state to the project list. Follow the existing components,
> check it with an empty list, and record the interaction for review.

The cloud workspace starts when work is needed. Read the agent's progress and
send follow-up instructions in the same conversation.

## Review the result

Open source control and confirm the repository, worktree, and branch. Read the
changed files and diffs, then ask for any missing checks or corrections.
For a visible UI change, review a recording of the actual interaction.

Use **Commit** to save reviewed work in Git. Publishing is a separate step:
**Push** sends commits to GitHub, while **Create Pull Request** opens a review
for an already published branch. See [Review and publish changes](/source-control).
