# Notifications

- [Push](https://docs.codemash.io/dashboard/notifications/push.md): Send personal or bulk push notifications to your clients. Schedule them, plan to send by client time zone, and have different languages over each message you deliver.
- [Push Templates](https://docs.codemash.io/dashboard/notifications/push/push-templates.md): Overview of push notification templates
- [Push Templates API](https://docs.codemash.io/dashboard/notifications/push/push-templates-api.md): Overview of push templates API methods
- [Push Notifications](https://docs.codemash.io/dashboard/notifications/push/push-notifications.md): Overview of push notification management
- [Push Notifications API](https://docs.codemash.io/dashboard/notifications/push/notifications.md): Overview of push notifications API methods
- [Devices](https://docs.codemash.io/dashboard/notifications/push/devices.md): Overview of push notification devices
- [Devices API](https://docs.codemash.io/dashboard/notifications/push/devices-api.md): Overview of mobile devices API methods
- [Integrations](https://docs.codemash.io/dashboard/notifications/push/integrations.md): Overview of push notification accounts
- [Firebase](https://docs.codemash.io/dashboard/notifications/push/integrations/firebase.md): Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost.
- [One Signal](https://docs.codemash.io/dashboard/notifications/push/integrations/one-signal.md): OneSignal is the fastest and most reliable service to send push notifications.
- [Expo](https://docs.codemash.io/dashboard/notifications/push/integrations/expo.md): The Expo push notification tool is also useful for testing push notifications during development.
- [Email](https://docs.codemash.io/dashboard/notifications/email.md): Send personal or bulk emails to your clients. Schedule them, plan to send by client time zone, and have different languages over each message you deliver.
- [Email Templates](https://docs.codemash.io/dashboard/notifications/email/templates.md): Overview of email templates
- [Emails](https://docs.codemash.io/dashboard/notifications/email/emails-1.md): Overview of email management
- [Integrations](https://docs.codemash.io/dashboard/notifications/email/integrations.md): Overview of email accounts
- [AWS SES](https://docs.codemash.io/dashboard/notifications/email/integrations/aws-ses.md)
- [Twilio Sendgrid](https://docs.codemash.io/dashboard/notifications/email/integrations/twilio-sendgrid.md): Overview of email webhooks
- [Mailgun](https://docs.codemash.io/dashboard/notifications/email/integrations/mailgun.md)
- [Server events](https://docs.codemash.io/dashboard/notifications/server-events.md): Web Standard with better HTTP fidelity than WebSockets. Receive push notifications from CodeMash Servers
- [Sms](https://docs.codemash.io/dashboard/notifications/sms.md)


---

# 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.codemash.io/dashboard/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.
