> For the complete documentation index, see [llms.txt](https://raia2.gitbook.io/raia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raia2.gitbook.io/raia/raia-cx/agent-skills/agent-sms-skill.md).

# Agent SMS Skill

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FFtg6lq29Y1kHaHdDIpR7%2Fimage.png?alt=media&amp;token=5ddee563-ebcb-4e5e-86da-cd41ee254b19" alt=""><figcaption></figcaption></figure>

## Ability to setup SMS Introduction

This is the default SMS message your AI agent sends to introduce a property, giving a concise and appealing overview designed to engage potential buyers via text.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FF5lElVPUxKHXsOoRn75X%2Fimage.png?alt=media&amp;token=d9dbed2c-b9d0-4904-a8d3-fc412c1f1765" alt=""><figcaption></figcaption></figure>

## Ability to setup SMS Signature

This SMS Signature is the closing line automatically added to the end of each text message, helping personalize communication and identify the sender.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2Ft0PgB2kzZwKfAUVsxT7N%2Fimage.png?alt=media&amp;token=0a784e0f-cea1-4bdf-8723-bc4c9dbbe316" alt=""><figcaption></figcaption></figure>

## Ability to setup SMS Forwarding Number

This field allows you to enter a mobile number where incoming calls from the AI agent can be forwarded, ensuring you don't miss important leads or inquiries.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FuztHCwrqpRyu4I8CDVyR%2Fimage.png?alt=media&amp;token=f8c9e3e0-6e24-4f4a-92d3-5738cbf26ec5" alt=""><figcaption></figcaption></figure>

## [SMS Setup Video](https://www.youtube.com/watch?v=ictMiQmgwag)

{% embed url="<https://www.youtube.com/watch?v=ictMiQmgwag>" %}


---

# 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://raia2.gitbook.io/raia/raia-cx/agent-skills/agent-sms-skill.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.
