# Notifications

Go to [Account Settings > Notifications](https://app.cogram.com/dashboard/settings/account-settings/notifications) to control which emails Cogram sends you.

## Available notifications

| Setting                           | What it does                                                                            |
| --------------------------------- | --------------------------------------------------------------------------------------- |
| **Post-meeting summary email**    | Automatically send a summary email after a meeting ends.                                |
| **Pre-meeting briefing emails**   | Receive a briefing email before recurring meetings with context from previous meetings. |
| **Meeting failure notifications** | Receive an email when Cogram is unable to join or transcribe a meeting.                 |
| **Added to project**              | Receive an email when you are added to a project.                                       |
| **Project access requests**       | Receive an email when someone requests access to a project you own.                     |
| **Workflow reports**              | Receive scheduled workflow report emails.                                               |

Each setting is a simple on/off toggle.

## Locked settings

Your organization or group admin may lock certain notification settings. When a setting is locked, the toggle is disabled and a lock icon appears with a message explaining who locked it (e.g., "This setting is locked by your organization."). Contact your admin if you need a locked setting changed.

> **Note:** Organization admins can manage notification defaults and locks for all members under [Organization Settings > Notifications](https://app.cogram.com/dashboard/settings/admin/notifications). See [Organization Notification Settings](/administration/notifications.md) for details.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cogram.com/settings/notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
