# Messages

## 💬 Messages Page

The **Messages Page** allows you to communicate important updates or promotions to your customers. You can either display alerts on the sub-website or send emails directly to customer inboxes.

***

<details>

<summary><strong>📨 View &#x26; Send Messages</strong></summary>

On this page, you can:

* View a **list of previously sent messages**
* Create and send **new messages** using the **Send Message** button

***

#### ➕ Sending a Message

Click the **Send Message** button to choose the type of message you want to send. There are two types:

**1. 🚨 Alert**

* Appears as a notification on the **online store**
* Customers will see this when they visit the store
* **Fields to fill:**
  * **Message body**
  * **Start Date & End Date** (when the alert is visible)
  * **Severity Level** (choose a color to represent the urgency or importance)

**2. 📧 Email**

* Sends a message directly to **customers’ email addresses**
* Great for announcements, newsletters, or personalized promotions
* **Fields to fill:**
  * **Subject**
  * **Message body**
  * **Target audience** (send to **all customers** or **selected customers** only)

> ✉️ If no messages have been sent yet, the page will appear empty until you create your first one.

</details>

***


---

# Agent Instructions: 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:

```
GET https://daash.gitbook.io/daash-user-guides/grow/messages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
