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

# Templates

> Create reusable message templates

Templates let you create reusable, pre-written messages for common communications so you don't have to write them from scratch every time.

## Common template types

* Invoice notifications
* Payment confirmations
* Subscription renewal reminders
* Custom communications

## Dynamic variables

Templates support dynamic placeholders that are automatically filled in when a message is sent:

| Variable            | Description                  |
| ------------------- | ---------------------------- |
| `{{customer_name}}` | The recipient's name         |
| `{{amount}}`        | An invoice or payment amount |
| `{{due_date}}`      | A due date                   |

<Tip>
  Use templates together with the [Messages](/communications/messages) module to send consistent, professional communications at scale.
</Tip>
