> For the complete documentation index, see [llms.txt](https://docs-conversational-ai.syntphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-conversational-ai.syntphony.com/messaging/communication.md).

# Communication

## Direct Messages

Direct messaging lets you connect with individual customers in just a few clicks. Follow these steps to engage your customers effortlessly.

1. **Enter phone number**
2. **Pick sender number**
   * Choose a sender number from the list of numbers you've previously set up. This feature offers flexibility and personalization in your communication.
3. **Select a template**
   * Choose from your collection of pre-existing message templates. Alternatively, if you prefer, you can create a new one that suits the current communication need.
4. **Preview message**
   * Before sending, take a moment to preview your message. The preview will appear on the right side of your screen, allowing you to see what exactly your customer will receive.
5. **Hit send**

These messages are perfect for a wide range of scenarios, enhancing your customer service and business communication. Perfect for following up after purchases, sending appointment reminders, sharing order updates, and adding that personal touch with thank you messages.

## Broadcast Messages

Now if you need to reach lots of people at once, we've got two easy options to get started:

* **Upload a CSV file**: Have a spreadsheet with your contacts? Simply upload it and we'll handle the rest.
* **Use your existing groups**: Use groups you've already created


---

# 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://docs-conversational-ai.syntphony.com/messaging/communication.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.
