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

# Templates

> Reusable message templates: text, button, list, poll, media, and contact.

Templates standardize what your team sends. Build them once, reuse them across chats and campaigns. Choose visibility per template.

<CardGroup cols={2}>
  <Card title="Text template" icon="type" href="/docs/product/templates/create-text-template">
    Plain message.
  </Card>

  <Card title="Button template" icon="square-mouse-pointer" href="/docs/product/templates/create-button-template">
    Action buttons.
  </Card>

  <Card title="List template" icon="list" href="/docs/product/templates/create-list-template">
    Selectable list.
  </Card>

  <Card title="Poll template" icon="bar-chart-3" href="/docs/product/templates/create-poll-template">
    Recipient-picks-an-option.
  </Card>

  <Card title="Media template" icon="image" href="/docs/product/templates/create-media-template">
    Image, audio, video, document.
  </Card>

  <Card title="Contact template" icon="contact" href="/docs/product/templates/create-contact-template">
    Share a contact card.
  </Card>

  <Card title="Template visibility" icon="eye" href="/docs/product/templates/template-visibility">
    Public vs private inside the organization.
  </Card>

  <Card title="Edit template" icon="pencil" href="/docs/product/templates/edit-template">
    Update an existing template.
  </Card>
</CardGroup>
