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

# Channels

- [Email](https://docs.ubiquity.co.nz/documentation/channels/email.md): Create, manage, and send email campaigns, including design, personalisation, and tracking.
- [First Time Setup](https://docs.ubiquity.co.nz/documentation/channels/email/first-time-setup.md): Configure your UbiQuity account before sending your first email.
- [Email Templates](https://docs.ubiquity.co.nz/documentation/channels/email/email-templates.md): Build and manage email templates using UbiQuity's EasyEdit template system.
- [Default Template](https://docs.ubiquity.co.nz/documentation/channels/email/email-templates/default-template.md): An introduction to the default template.
- [Field Types](https://docs.ubiquity.co.nz/documentation/channels/email/email-templates/field-types.md): A breakdown of the field types in the default template.
- [Base Settings](https://docs.ubiquity.co.nz/documentation/channels/email/email-templates/base-settings.md): The settings available within the template.
- [Article Blocks](https://docs.ubiquity.co.nz/documentation/channels/email/email-templates/article-blocks.md): Understanding the options in article blocks.
- [Layout Breakdown](https://docs.ubiquity.co.nz/documentation/channels/email/email-templates/layout-breakdown.md): A breakdown of the different fields/tabs.
- [Mailout Folders](https://docs.ubiquity.co.nz/documentation/channels/email/mailout-folders.md): Organise your mailouts into folders, apply folder-level filters, and run reports across multiple mailouts.
- [Creating a Mailout](https://docs.ubiquity.co.nz/documentation/channels/email/creating-a-mailout.md): Create and send a one-off email mailout to your database contacts.
- [Creating an Automated Mailout](https://docs.ubiquity.co.nz/documentation/channels/email/creating-an-automated-mailout.md): Set up mailouts that send automatically on a recurring schedule based on dates or contact data.
- [Transactional Targeted Mailouts](https://docs.ubiquity.co.nz/documentation/channels/email/transactional-targeted-mailouts.md): Send emails driven by records in your transactional database rather than your contacts database.
- [Service Messaging](https://docs.ubiquity.co.nz/documentation/channels/email/service-messaging.md): Send critical service communications to contacts even if they have opted out of marketing emails.
- [Advanced Scheduling](https://docs.ubiquity.co.nz/documentation/channels/email/advanced-scheduling.md): Schedule emails based on external events or individual contact date and time fields.
- [A/B Subject Testing](https://docs.ubiquity.co.nz/documentation/channels/email/a-b-subject-testing.md): Test two subject lines against each other to find the most effective one for your audience.
- [Mailout Reports](https://docs.ubiquity.co.nz/documentation/channels/email/mailout-reports.md): View and interpret the performance data for your mailouts.
- [Email Delivery and Statuses](https://docs.ubiquity.co.nz/documentation/channels/email/email-delivery-and-statuses.md): Understand how UbiQuity delivers emails and what each message status means.
- [Building Optimised Emails](https://docs.ubiquity.co.nz/documentation/channels/email/building-optimised-emails.md): Best practices for creating emails that display correctly across devices and email clients.
- [Interactive Emails](https://docs.ubiquity.co.nz/documentation/channels/email/interactive-emails.md): Add interactive elements to your email campaigns to increase engagement.
- [TXT](https://docs.ubiquity.co.nz/documentation/channels/txt.md): Send targeted TXT messages to your contacts directly from UbiQuity — from simple one-off sends to multi-step automated programmes.
- [TXT Message Guidelines](https://docs.ubiquity.co.nz/documentation/channels/txt/txt-message-guidelines.md): Understand the compliance requirements for sending TXT messages in New Zealand.
- [TXT Concepts](https://docs.ubiquity.co.nz/documentation/channels/txt/txt-concepts.md): Understand the key concepts behind UbiQuity TXT before setting up your programmes and sends.
- [TXT Programmes](https://docs.ubiquity.co.nz/documentation/channels/txt/txt-programmes.md): Set up and build TXT programmes to handle inbound messages and send TXT Outs to your database.
- [Creating a TXT Out](https://docs.ubiquity.co.nz/documentation/channels/txt/creating-a-txt-out.md): Create and send a one-off TXT message to contacts in your UbiQuity database.
- [Creating an Automated TXT Out](https://docs.ubiquity.co.nz/documentation/channels/txt/creating-an-automated-txt-out.md): Set up TXT Outs that send automatically on a recurring schedule, triggered by date-based conditions in your contact data.
- [View Messages](https://docs.ubiquity.co.nz/documentation/channels/txt/view-messages.md): View all inbound and outbound TXT messages for your UbiQuity account and understand delivery statuses.
- [Push](https://docs.ubiquity.co.nz/documentation/channels/push.md): Send targeted push notifications to your mobile app users directly from UbiQuity.
- [Apps](https://docs.ubiquity.co.nz/documentation/channels/push/apps.md): Register and manage your mobile apps in UbiQuity before sending push notifications.
- [Connecting Your App](https://docs.ubiquity.co.nz/documentation/channels/push/connecting-your-app.md): A developer guide for integrating your mobile app with the UbiQuity API to enable push notifications.
- [Notification Templates](https://docs.ubiquity.co.nz/documentation/channels/push/notification-templates.md): Create and manage reusable templates to save time when building push notifications.
- [Creating a Notification](https://docs.ubiquity.co.nz/documentation/channels/push/creating-a-notification.md): Create, schedule, and send a push notification to your app users.
- [Creating an Automated Notification](https://docs.ubiquity.co.nz/documentation/channels/push/creating-an-automated-notification.md): Set up push notifications that send automatically based on a schedule or date-based triggers.


---

# 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.ubiquity.co.nz/documentation/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.
