> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assert.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Your first review, end to end

<Steps>
  <Step title="Create an account">
    Sign up with GitHub. See [Sign up](/signup).
  </Step>

  <Step title="Install the GitHub app">
    Onboarding asks you to install the Assert app on a GitHub organization and pick
    one to start in. You can add more later. Private repositories and webhook
    updates both depend on this.

    Without admin rights on the organization, skip to the personal access token step
    and authenticate with a [PAT](/integrations/github#personal-access-token)
    instead.
  </Step>

  <Step title="Open a pull request">
    Pick one from your inbox, or go straight to a review URL:

    ```
    https://app.assert.dev/review/github/<owner>/<repo>/<pull-number>
    ```

    With the app installed, Assert comments on new pull requests with a direct link.
  </Step>

  <Step title="Read it cluster by cluster">
    Press <kbd>V</kbd> to open the cluster view and work through the change one unit at
    a time, marking each reviewed with <kbd>R</kbd>. See
    [Reviewable units](/reviewing/clusters).
  </Step>

  <Step title="Comment, then hand it back">
    Press <kbd>⌘</kbd><kbd>K</kbd> to comment. When you are done, select the comments
    you want acted on and send them to an [agent](/integrations/agents).
  </Step>
</Steps>

Assert is keyboard-driven. Press <kbd>G</kbd> then <kbd>?</kbd> in any review for the
shortcut list, or see [Keyboard shortcuts](/reference/keyboard-shortcuts).
