> ## 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.

# Getting started

> Install GAssist in MS Teams, link your Git provider, and start managing pull requests from chat.

## Install GAssist in MS Teams

Add the GAssist app to your MS Teams workspace from the Teams app catalogue. Search for **GAssist** and install it.

Once installed, GAssist sends you a welcome card that summarises its capabilities and available commands, and confirms it is linked to your Garth tenant.

<img src="https://mintcdn.com/na-f445b234/5T_KjZUhl-CtXvon/images/gassist/welcome-card.png?fit=max&auto=format&n=5T_KjZUhl-CtXvon&q=85&s=41afe90fc5af244d6bed4c13ef96162b" alt="GAssist welcome card in MS Teams showing capabilities, commands, and tenant confirmation" width="1024" height="1024" data-path="images/gassist/welcome-card.png" />

## Link your Git account

GAssist immediately follows up with an authentication card. Select your Git provider to complete the OAuth sign-in — no command required.

<img src="https://mintcdn.com/na-f445b234/5T_KjZUhl-CtXvon/images/gassist/auth-card.png?fit=max&auto=format&n=5T_KjZUhl-CtXvon&q=85&s=44e2012f055d40f4a1f50e8ca146192e" alt="GAssist authentication card with sign-in buttons for GitHub, Bitbucket, GitLab, and Azure DevOps" width="1024" height="1024" data-path="images/gassist/auth-card.png" />

GAssist supports the following Git providers:

* **GitHub**
* **Azure DevOps**
* **Bitbucket**
* **GitLab**

## Start managing PRs

Once your Git account is linked, you can start interacting with your pull requests directly from MS Teams.

| Type this        | To do this                              |
| ---------------- | --------------------------------------- |
| `reviews`        | See all PRs assigned to you for review  |
| `created`        | See all PRs you have opened             |
| `filter reviews` | Filter your review PRs by repository    |
| `help`           | See the full list of supported commands |

<Tip>
  Type `help` at any time to see all supported commands directly in chat.
</Tip>

## Next steps

<Columns cols={2}>
  <Card title="Commands reference" icon="terminal" href="/gassist/commands">
    Full list of GAssist commands for managing PRs and configuring notifications.
  </Card>

  <Card title="Notifications" icon="bell" href="/gassist/notifications">
    Configure which PR events trigger notifications in your channel.
  </Card>
</Columns>
