# Integrating Notifications

Firefly supports a variety of notification integrations to help you stay informed about important events, alerts, and changes in your infrastructure. These integrations enable real-time communication and ensure that the right team members are notified about critical updates.

## Supported Notification Channels

### Messaging Platforms

* [Slack](/integrations/notifications/slack.md)
* [Microsoft Teams](/integrations/notifications/microsoft-teams.md)
* [Google Chat](/integrations/notifications/google-chat.md)
* [Webex](/integrations/notifications/webex.md)

### Incident Management

* [PagerDuty](/integrations/notifications/pagerduty.md)
* [Opsgenie](/integrations/notifications/opsgenie.md)
* [Torq](/integrations/notifications/torq.md)

### Custom Integrations

* [Webhook](/integrations/notifications/webhook.md)

## Request Additional Notification Support

If you need integration with a notification platform that is not currently supported, please contact Firefly's support team via email at <help@firefly.ai>. When requesting a new notification integration, please provide details about the platform and your specific use case to help our team better understand your requirements.


---

# 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.firefly.ai/integrations/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.
