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

# Message Templates

> Save and reuse message layouts for consistency.

Create standardized message templates for announcements, rules, or recurring posts.

## Usage

<CardGroup cols={2}>
  <Card title="Embed Builder" icon="pen-to-square">
    Design complex embeds with titles, colors, and images.
  </Card>

  <Card title="Pre-made Layouts" icon="table-layout">
    Load a saved template to quickly send a formatted message without re-typing.
  </Card>
</CardGroup>

## Creating a Template

<Steps>
  <Step title="Open Builder">
    Go to **Dashboard > Tools > Embed Builder**.
  </Step>

  <Step title="Design">
    Create your message. Add fields, footers, and thumbnails.
  </Step>

  <Step title="Save as Template">
    Click **"Save Template"** and give it a name (e.g., "Weekly Update").
  </Step>
</Steps>

## Loading a Template

<Steps>
  <Step title="Select Template">
    In the Embed Builder or any message editor (like Welcome Messages), click **"Load Template"**.
  </Step>

  <Step title="Choose">
    Pick your saved template from the list.
  </Step>

  <Step title="Edit & Send">
    Make any necessary tweaks for this specific instance and send it!
  </Step>
</Steps>
