> For the complete documentation index, see [llms.txt](https://guides.mangoapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mangoapps.com/user-guide/greetings.md).

# Greetings

MangoApps Greetings create a happy and inclusive work environment with celebrations for every occasion. From employee birthdays to major holidays, greetings are a great way for users to celebrate and share together.‍

<figure><img src="/files/Ut28SkZ5mQWKM5i9SO1V" alt="" width="563"><figcaption></figcaption></figure>

## Features

#### Celebrate Milestones & Share Meaningful Moments

Give colleagues an opportunity to interact and send best wishes to each other to celebrate milestones.

* Build brand loyalty and share company pride with custom greetings
* Remember important dates for everyone in the office with milestone notifications
* Acknowledge meaningful moments with personalized greetings for every occasion

#### 100+ Greeting Templates

Select from over 100 greetings organized into categories. Categories range from birthdays, holidays, marriage, birth, well wishes, and more.

#### Automated Reminders For Milestones

Important occasions such as birthdays and workplace anniversaries are automatically fed into every user’s notifications, prompting them to send a greeting for the occasion.

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

#### Company-Branded Greetings

Allow employees to spread company joy in their greetings by creating custom greetings with images & text that are company branded.

#### Greetings On The Go

With the mobile app, a user can interact with colleagues and send best wishes to each other no matter where they are.

#### MangoApps Calendar

Keep employees up to date on milestone events such as birthdays, holidays, and company events that seamlessly integrate with the user’s MangoApps calendar.

<figure><img src="/files/lPSq3RNAAi4KPHhXybGS" 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://guides.mangoapps.com/user-guide/greetings.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.
