# Messages

TeamCal Neo supports to send messages to registered users. Three types of messages can be sent:

* **E-mail** : The message will be sent as an email to the address/es configured in the user profiles.
* **Silent Message** : A silent message is put on the recipients message page. It will not popup when he/she logs in.
* **Popup Message** : A popup message will pop up when the recipient logs in.

## Creating a Message

You can create messages selecting ***Message Editor*** from the ***Edit*** menu.

<figure><img src="https://3965970693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeNfJcWXKLPxRBe0ACiKo%2Fuploads%2FAylBdxmKfOI7A6JsBEWk%2Fedit_menu_admin.png?alt=media&#x26;token=f41eaa5e-9a71-4f04-80d2-94ec112da0dc" alt=""><figcaption></figcaption></figure>

Select the message type,recipients and other options and type in your message. Then click \[Send] to send it after you entered the security code.

<figure><img src="https://3965970693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeNfJcWXKLPxRBe0ACiKo%2Fuploads%2FWerfSaWei5mQPiM5d0TT%2Fmessage_edit.png?alt=media&#x26;token=e0c26bf8-e925-4e2a-aca5-fc256ee63f9f" alt=""><figcaption></figcaption></figure>

## Buttons

| Button | Description       |
| ------ | ----------------- |
| Send   | Send your message |

## Viewing your Messages

TeamCal Neo support sending messages to users. You can display the messages sent to you by selecting ***Messages*** from the ***View*** menu.

<figure><img src="https://3965970693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeNfJcWXKLPxRBe0ACiKo%2Fuploads%2FAY1GUsV12ABxJJ4xFysY%2Fview_menu.png?alt=media&#x26;token=ca931524-406d-4ebd-8878-06035e590a6e" alt=""><figcaption></figcaption></figure>

All your messages are displayed on the page. Depending on their type they are colored differently. You can confirm or delete them.

<figure><img src="https://3965970693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeNfJcWXKLPxRBe0ACiKo%2Fuploads%2FM7HBHbAAE6Z4sgWVJwpR%2Fmessage-view-768x300.png?alt=media&#x26;token=df226674-25be-48ca-a491-1cf546c4b194" alt=""><figcaption></figcaption></figure>

## Buttons

| Button      | Description                                     |
| ----------- | ----------------------------------------------- |
| Confirm All | Switches all your popup messages to silent ones |
| Delete All  | Deletes all your messages                       |
| Delete      | Deletes a single message                        |


---

# 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://lewe.gitbook.io/teamcal-neo/user-guide/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.
