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

# GAssist overview

> Garth Assist lets developers manage pull request workflows directly from MS Teams and Slack — without leaving their communication channel.

Garth Assist (GAssist) brings pull request management into the tools your team already uses for communication. By surfacing PR activity inside MS Teams and Slack, it removes the need to switch between your Git platform and chat — reducing context switching and keeping development moving.

<Note>
  MS Teams is fully supported. Slack integration is currently under development.
</Note>

## What you can do with GAssist

<Columns cols={2}>
  <Card title="View your open PRs" icon="code-pull-request">
    List all pull requests you have opened across your connected repositories, with status and review state at a glance.
  </Card>

  <Card title="View PRs to review" icon="eye">
    See all pull requests assigned to you for review so you can action them without opening your Git platform.
  </Card>

  <Card title="Receive PR notifications" icon="bell">
    Get notified directly in your channel when activity happens on a pull request you are involved in.
  </Card>

  <Card title="Run commands" icon="terminal">
    Use GAssist commands to interact with your PRs, check repository state, and manage review workflows — all from chat.
  </Card>
</Columns>

## Explore GAssist

<Columns cols={2}>
  <Card title="Getting started" icon="rocket" href="/gassist/getting-started">
    Install GAssist in MS Teams, link your Git provider, and start managing PRs from chat.
  </Card>

  <Card title="Supported platforms" icon="plug" href="/gassist/supported-platforms">
    Communication channels and Git providers supported by GAssist.
  </Card>

  <Card title="Notifications" icon="bell" href="/gassist/notifications">
    PR events that trigger GAssist notifications and how to configure daily reminders.
  </Card>

  <Card title="PR cards" icon="rectangle-list" href="/gassist/pr-cards">
    Interactive Teams cards for viewing PR details, merging, and muting notifications.
  </Card>

  <Card title="Commands" icon="terminal" href="/gassist/commands">
    Full list of GAssist commands for managing PRs and configuring your account.
  </Card>
</Columns>
