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

# Prompt Templates

> Create and manage reusable prompt templates for your platform users

Prompt templates allow you to provide pre-built system prompts and initial messages that your users can quickly apply to their AI assistants. This helps maintain consistency and makes it easier for users to get started.

Navigate to **Prompt templates** in the Administration Panel to manage your templates.

## Creating a Template

Click **New prompt template** to create a new template.

### Basic Information

<Frame>
  <img src="https://mintcdn.com/autocalls/PrqJQQ7RUSkO1ZNE/resources/white-label-prompt-templates-basic.png?fit=max&auto=format&n=PrqJQQ7RUSkO1ZNE&q=85&s=4be391cc28c97c319a6d6d1374d79af4" alt="Prompt Template - Basic Information" width="1078" height="335" data-path="resources/white-label-prompt-templates-basic.png" />
</Frame>

* **Template Type** — choose between:
  * **System Prompt** — the main instructions that define the assistant's behavior
  * **Initial Message** — the first message the assistant sends when a call starts
  * **Flow** — a template specifically for the Flow Builder
* **Call Direction** — whether this template applies to **Inbound** or **Outbound** calls
* **Language Code** — ISO-2 language code (e.g., `en`, `ro`, `fr`)
* **Template Name** — a descriptive name to identify the template

### Template Details

<Frame>
  <img src="https://mintcdn.com/autocalls/qH_li3tcD_ixkXKa/resources/white-label-prompt-templates-details.png?fit=max&auto=format&n=qH_li3tcD_ixkXKa&q=85&s=ccc153c013e19931f9e9a0f508511a83" alt="Prompt Template - Details" width="1080" height="282" data-path="resources/white-label-prompt-templates-details.png" />
</Frame>

* **Description** — a brief explanation of what the template does, shown to users when selecting templates
* **Display Order** — lower numbers appear first in the list

### Template Content

<Frame>
  <img src="https://mintcdn.com/autocalls/qH_li3tcD_ixkXKa/resources/white-label-prompt-templates-content.png?fit=max&auto=format&n=qH_li3tcD_ixkXKa&q=85&s=8a0351bc667837478400d6962328a4d2" alt="Prompt Template - Content" width="1079" height="415" data-path="resources/white-label-prompt-templates-content.png" />
</Frame>

The actual prompt content written in markdown. This is what gets applied to the assistant when a user selects this template.
