> For the complete documentation index, see [llms.txt](https://mind-expression-docs.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mind-expression-docs.gitbook.io/home/how-to-guides/target-messages.md).

# Target Messages

## Scheduled Messages

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

#### Send Target Messages

By clicking on the green send message button seen above, a custom message can be written which can then be sent to users in the selected integrated channel or set a schedule for the message to be sent by clicking on the schedule message button as seen in the image below.&#x20;

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

#### Template Messages

There are four available templates to create target messages.&#x20;

1. Text - send plain text messages to the end users.
2. Image - send an image to end users.
3. Cards - send an image with buttons to the end users.
4. Quick replies - send a plain text message to end users with pop up buttons to choose from.&#x20;

#### Free format

A free format message allows the users to configure the scheduled message either through plain text or coding.

### Past Messages

This section displays all messages that were sent to users in the past. It can be filtered either through integrated channels or by the time the messages were sent by clicking through the arrow beside the **time sent** column.

<figure><img src="/files/Mi6fDtiEoh5sdaOs9KDh" 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://mind-expression-docs.gitbook.io/home/how-to-guides/target-messages.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.
