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

# Install in MS Teams

> Install GAssist from the Microsoft Teams app store, link your Git provider, and start managing pull requests from chat.

Install GAssist from the Microsoft Teams app store to manage your pull requests without leaving Teams.

<Info>
  Before you install, a Garth admin in your organization must complete the [Garth admin setup](/gassist/admin-setup). This one-time step links your Garth tenant with Microsoft Teams.
</Info>

## Install GAssist

<Steps>
  <Step title="Open the Apps menu in Teams">
    Open the Microsoft Teams desktop app and open the **Apps** menu.
  </Step>

  <Step title="Find GAssist">
    Search for **GAssist** and select it from the results.

    <img src="https://mintcdn.com/na-f445b234/9wEJgWqAY-RDCkJH/images/gassist/ms-teams-search-gassist.png?fit=max&auto=format&n=9wEJgWqAY-RDCkJH&q=85&s=75ba99e86dbd383ac8324e5852b0cce6" alt="GAssist app in the Microsoft Teams app search results" width="362" height="124" data-path="images/gassist/ms-teams-search-gassist.png" />
  </Step>

  <Step title="Add GAssist">
    Select **Add** to install GAssist.

    <img src="https://mintcdn.com/na-f445b234/9wEJgWqAY-RDCkJH/images/gassist/ms-admin-add-app.png?fit=max&auto=format&n=9wEJgWqAY-RDCkJH&q=85&s=ad49949d8400a3ad058a10dc382fc18b" alt="GAssist app page in Microsoft Teams with the Add button" width="901" height="721" data-path="images/gassist/ms-admin-add-app.png" />
  </Step>
</Steps>

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

<img src="https://mintcdn.com/na-f445b234/9wEJgWqAY-RDCkJH/images/gassist/ms-welcome-card.png?fit=max&auto=format&n=9wEJgWqAY-RDCkJH&q=85&s=21a311cbf70b4aca601c60c9bab5219f" alt="GAssist welcome card in MS Teams showing capabilities, commands, and tenant confirmation" width="848" height="631" data-path="images/gassist/ms-welcome-card.png" />

## Link your Git account

GAssist 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/9wEJgWqAY-RDCkJH/images/gassist/ms-auth-card.png?fit=max&auto=format&n=9wEJgWqAY-RDCkJH&q=85&s=a50cdb0539e2ce3be49b417d1e591458" alt="GAssist authentication card with sign-in buttons for GitHub, Bitbucket, GitLab, and Azure DevOps" width="619" height="220" data-path="images/gassist/ms-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 interact 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>
