> For the complete documentation index, see [llms.txt](https://docs.growlytics.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.growlytics.in/channels.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.growlytics.in/channels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
