> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/bot-studio/actions/messaging.md).

# Messaging

- [How to use Send Interactive List Messages action component](https://learn.doubletick.io/bot-studio/actions/messaging/how-to-use-send-interactive-list-messages-action-component.md): Learn how to send interactive list messages on DoubleTick. Add headers, body, footers, and up to 10 buttons or sections to enhance customer engagement.
- [How to Use the Send Location Action Component](https://learn.doubletick.io/bot-studio/actions/messaging/how-to-use-the-send-location-action-component.md)
- [How to Use the Send Message Action Component](https://learn.doubletick.io/bot-studio/actions/messaging/how-to-use-the-send-message-action-component.md): Learn to send multimedia messages on DoubleTick. Include images, videos, and PDFs to share product info, engage users, and enhance your customer communication.
- [Dynamic List Messages in DoubleTick](https://learn.doubletick.io/bot-studio/actions/messaging/dynamic-list-messages-in-doubletick.md)
- [How to Use and Send Interactive Message Component in DoubleTick](https://learn.doubletick.io/bot-studio/actions/messaging/how-to-use-and-send-interactive-message-component-in-doubletick.md): Learn how to send interactive messages on DoubleTick. Use up to three actionable buttons for shopping, appointment booking, and feedback collection.
- [Why You Should Use “Send Interactive Message” Instead of “Send Template” in Bot Studio](https://learn.doubletick.io/bot-studio/actions/messaging/how-to-use-and-send-interactive-message-component-in-doubletick/why-you-should-use-send-interactive-message-instead-of-send-template-in-bot-studio.md)


---

# 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://learn.doubletick.io/bot-studio/actions/messaging.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.
