> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Notification Templates

> Create and manage custom notification templates to control how Collate notifications appear across all communication channels.

# Notification Templates

Notification Templates control how Collate notifications appear across all communication channels (email, Slack, Teams, Google Chat). Instead of managing separate formatting for each channel, you define a single template using HTML and Handlebars templating language, and Collate automatically adapts it for all channels.

<CardGroup cols={1}>
  <Card title="Required Permissions" href="/how-to-guides/admin-guide/roles-policies">
    Creating and modifying notification templates requires <strong>Edit All</strong> or <strong>Edit User Notification Template</strong> permission.
  </Card>
</CardGroup>

## Get Started

Start here to understand the fundamentals of notification templates and how they work.

<CardGroup cols={2}>
  <Card title="Concepts and Overview" href="/how-to-guides/data-quality-observability/alerts-notifications/notification-templates/concepts-and-overview">
    Learn how templates work, template types, and their basic structure.
  </Card>

  <Card title="Create and Manage Templates" href="/how-to-guides/data-quality-observability/alerts-notifications/notification-templates/create-and-manage-templates">
    Step-by-step guide to creating, linking, and testing templates.
  </Card>
</CardGroup>

## Learn Handlebars Templating

Handlebars is the templating language used to create dynamic notification templates.

<CardGroup cols={2}>
  <Card title="Handlebars Templating Guide" href="/how-to-guides/data-quality-observability/alerts-notifications/notification-templates/handlebars-templating-guide">
    Master the basic syntax and learn how to use Handlebars in your templates.
  </Card>

  <Card title="Custom Helpers Reference" href="/how-to-guides/data-quality-observability/alerts-notifications/notification-templates/custom-helpers-reference">
    Complete reference for all 22 Collate custom Handlebars helpers.
  </Card>

  <Card title="Template Context Reference" href="/how-to-guides/data-quality-observability/alerts-notifications/notification-templates/template-context-reference">
    Learn about available data objects and how to access event information in templates.
  </Card>
</CardGroup>

## Troubleshooting

Need help? Find solutions to common issues.

<CardGroup cols={1}>
  <Card title="Troubleshooting Guide" href="/how-to-guides/data-quality-observability/alerts-notifications/notification-templates/troubleshooting">
    Solve validation errors, rendering issues, and missing data problems.
  </Card>
</CardGroup>
