> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/~/changes/SidqSnOUVNHmcp2wkLG7/content/message-templates/how-to/create-an-sms-message-template.md).

# Create an SMS message template

{% embed url="<https://youtu.be/PIUR14ERNDE?si=XCnWgL-gn_ffyyoa>" %}

## How to create an SMS message template

### What you'll need

* An [installed SMS channel](/applications/~/changes/SidqSnOUVNHmcp2wkLG7/channels/channels/supported-channels/sms.md).

### Step-by-step instructions

1. Go to **Content** > **Message templates**.
2. Click **Create new message project**.
3. Under 'Platform', select **SMS**.
4. Under 'Message type', choose **Text** or **Image**.
5. Under 'Project set up', enter a recognizable name for your message template.
6. Choose the default language for your message template.
7. Click **Start from scratch**.
8. Click **Get started now**.
9. If you selected 'Image', click the **Image** block in the 'Overview' panel on the right-hand side of your screen and upload an image or enter an image URL and some alt text.
10. Click the **Text** block and enter the message that you want to send.
11. Click the **Preview** button at the top of your screen to see how your message will look when it is received by the recipient.
12. Click **Publish.**

{% hint style="success" %}
Success! You just published an SMS message template.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bird.com/applications/~/changes/SidqSnOUVNHmcp2wkLG7/content/message-templates/how-to/create-an-sms-message-template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
