> For the complete documentation index, see [llms.txt](https://academy.gopersonal.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.gopersonal.ai/en/admin-ui/journeys/workflow/notifications/sms.md).

# SMS

You can create your A/B testing variants assigning the allocation for each variant. You can also pause or play the variant at any moment. &#x20;

<figure><img src="/files/hgPwmgTZ4PBWJdS9yKYk" alt=""><figcaption></figcaption></figure>

Begin by clicking the "New Variant" button. This action initiates the creation process for a new sms variant. Customize the variant by selecting the sender's account.  If you haven't configured your SMS channel yet, you can do so in the "[Integrations](/en/admin-ui/integrations.md)" section of the platform.&#x20;

<figure><img src="/files/vmEVRqvLEGnPOC8CdShJ" alt=""><figcaption></figcaption></figure>

personalization is fundamental to creating compelling and engaging SMS messages. You possess the capability to customize SMS content using [dynamic variables](/en/admin-ui/journeys/workflow/dynamic-variables.md) associated with each customer. This advanced level of personalization enables you to deliver highly relevant and targeted messages, significantly enhancing customer engagement and boosting conversion rates.

<figure><img src="/files/NrOhYtPLbhq8mvU7fPjr" alt=""><figcaption></figcaption></figure>

To enhance the effectiveness of your messages, our platform provides a feature that allows you to leverage artificial intelligence (AI) for obtaining text suggestions tailored to your specific use case with the [text generator](/en/admin-ui/broadcasts/text-generator.md).&#x20;

### &#x20;Test SMS&#x20;

By clicking the 'Test Message' button, you can enter an phone  and receive a sample of the SMS for preview and review.&#x20;

<figure><img src="/files/vF9ofo3yVGFLXC8ttF72" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://academy.gopersonal.ai/en/admin-ui/journeys/workflow/notifications/sms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
