# Channel Integrations

- [Email](https://docs.growlytics.in/channels/email.md): In order to send emails to your customers, you are required to use your own email provider. This way, sender reputation will be in your control and it will help keeping better delivery retes.
- [Amazon SES](https://docs.growlytics.in/channels/email/amazon-simple-email-service.md): Follow the steps mentioned in the page to send emails from Growlytics using Amazon Simple Email Service.
- [SendGrid](https://docs.growlytics.in/channels/email/sendgrid.md): Follow the steps mentioned in the page to send emails from Growlytics using SendGrid.
- [Custom SMTP](https://docs.growlytics.in/channels/email/custom-smtp.md): Follow the steps mentioned in the page to send emails from Growlytics using your own SMTP server.
- [Mobile Push Notifications](https://docs.growlytics.in/channels/mobile-push-notifications.md): This guide will help you through the process of setting up your app so that Growlytics can dispatch push notifications to your app.
- [Configure FCM Channel](https://docs.growlytics.in/channels/mobile-push-notifications/configure-fcm-channel.md)
- [Web Push Notifications](https://docs.growlytics.in/channels/web-push-notifications.md): This guide will help you through the process of setting up your website so that Growlytics can send web push notifications to your website users.
- [Ad Networks](https://docs.growlytics.in/channels/ad-network.md)
- [Facebook Audiences](https://docs.growlytics.in/channels/ad-network/facebook-audiances.md): Integrate your facebook account and Sync Growlytics segments with facebook audience for highly targeted ads.
- [Google Ad Audiences](https://docs.growlytics.in/channels/ad-network/google-audiances.md): Integrate your google ads account and Sync Growlytics segments with google ads audience for highly targeted ads.


---

# 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.growlytics.in/channels.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.
