# Message Manager

The Message Manager is a comprehensive communication hub that allows administrators to manage all correspondence between recipients and donors. This interface provides tools for creating, tracking, and organizing messages while maintaining clear communication channels.

To navigate to message manage, click on **"Message Manager"** under "**Communications**" on the main menu.

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

The message manager page is divided into three sections;

1. Message manager menu.
2. Messages list.
3. Message content view.

### Message manager menu.

The message manager menu is divided into three sections;

1. **Mailbox**

   The mailbox has the following sections;

   * **All Messages.**

     This section lists all messages from all categories.
   * **New.**

     This section lists the incoming messages from the donors to the recipients.
   * **In Process.**

     This section lists the messages from donors that are being reviewed by the administrators.
   * **Drafts.**

     This section lists the messages drafted by the administrators pending approval to be sent to the donors.
   * **Sent.**

     This section lists the messages sent to the donors.
2. **Admins**

   This section lists all the admins in your organisation. All messages assigned to an administrator can be viewed by clicking the administrator's name.
3. **New Message.**

   This is where creating of messages to send to donors is done. Clicking the new message button opens up a drawer with the compose message area

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

To compose a new message fill in the following;\
a. **From**: The recipient.\
b. **To**: The donor to the recipient. If a recipient has more than one donor, you can select multiple donors.\
c. **Subject**: The title for the message.\
d. **Message**: The body for the message.\
\
After composing the message, you can save it as a draft or send it right away to the donor.

### Messages List

The message list section lists the messages depending on which section you have selected from the message manager menu.

By clicking the checkbox on the left of each message, you change the status of a message or multiple messages or assign messages to an admin.\ <br>

<figure><img src="/files/RyORPSUcY1uVSlrgAbVw" alt="" width="358"><figcaption></figcaption></figure>

For draft messages, the **Approve and Send** button together with the D**elete** button will appear.

<figure><img src="/files/fWcU7UwzkEGPhMdTtDY3" alt="" width="360"><figcaption></figcaption></figure>

### Message Content View

The message content view is where the details of a message selected from the message list are shown.

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

From this section you can translate the body of the message to different languages. The languages we currently support include *English, Chinese, Spanish, Arabic, French, Luganda, Swahili, Hindi, Filipino, German.*

When you translate a message, the translation appears right below the message.

<figure><img src="/files/jo2PPVor7VA2cMZXI5b5" alt="" width="375"><figcaption></figcaption></figure>

To reply to messages received from donors, click the reply button on the top in the message content view section. This will pop up a text area to write the reply. You can choose to save the reply as a draft and right away send it to the recipient's donor.

<figure><img src="/files/ahWtA6rZSt3OxOQpJSkb" alt="" width="375"><figcaption></figcaption></figure>

For messages in the draft category, you will be able to edit the draft message as well as assign the draft message to an administrator.

The Approve and Send button will only appear for the super administrator to review the drafts, approve and send them to the donors.

<figure><img src="/files/mbg0dlx829eJKSiZUFhO" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://docs.helpyousponsor.com/guides/core-features/communication-tools/message-manager.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.
