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

# Notifications

> PR events that trigger GAssist notifications in your MS Teams channel.

GAssist sends a notification to your MS Teams channel whenever key activity occurs on a pull request you are involved in — either as the author or a reviewer.

## Notification events

| Event                | When it triggers                                   |
| -------------------- | -------------------------------------------------- |
| PR opened for review | A pull request is assigned to you as a reviewer    |
| Review comment       | A reviewer posts a comment on your pull request    |
| Code changes         | New commits are pushed to a pull request           |
| PR approved          | A reviewer approves your pull request              |
| PR declined          | A pull request is declined or marked as needs work |

## Muting a PR

You can ignore or mute notifications for a specific pull request without turning off all notifications. This is useful for PRs you are CC'd on but not actively reviewing.

To mute a PR, click the **Ignore** button on any PR card in Teams. GAssist will stop sending notifications for that pull request to you.

<Note>
  Muting a PR only affects your notifications. Other reviewers and the PR author continue to receive their own notifications as normal.
</Note>

## Daily reminders

GAssist can send you a daily summary of pull requests waiting for your review at a time you choose.

Use the `settings` command to view your current reminder time and update it:

```
settings
```

GAssist will prompt you to set or change the time. The reminder lists all open PRs assigned to you for review at that point in the day.

## Managing notifications

| Action                  | How                                      |
| ----------------------- | ---------------------------------------- |
| Mute a specific PR      | Click **Ignore** on the PR card in Teams |
| Set daily reminder time | Run `settings` command                   |

<Note>
  Notifications are sent to the chat where you installed GAssist. If you want notifications in a specific team channel, install GAssist there directly.
</Note>
