# User Status

### Overview

The **User Status** menu in the MangoApps Admin Portal allows administrators to configure and manage the recommended user status settings. Users can set their own statuses with associated emojis, control when the status clears, and enable or disable "Do Not Disturb" mode.

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

***

### Configuring User Statuses

The User Status page provides options to create and manage custom status suggestion messages. Below are the configurable options:

#### **Status Message & Emoji**

Admins can define preset status messages with an associated emoji. By default, the deafault status messages include:

* 📅 **In a meeting**
* 🚗 **Traveling for work**
* 🏠 **Working from home**
* 🤒 **Out sick**
* 🌴 **Vacationing**

Users can enter their own custom status messages as needed.

***

#### **Clear After Duration**

Each status can be set to automatically clear after a specified time. Options include:

* **Don't Clear** – The status remains active until manually removed.
* **8 AM tomorrow** – The status automatically resets at 8 AM the next day.

***

#### **Do Not Disturb Mode**

Admins can enable or disable the "Do Not Disturb" setting for each status. When enabled, notifications are muted for the user while the status is active.

***

#### Enable Custom Status

Enable or disable the ability for users to set custom statuses. This status appears across web, messenger, and mobile apps. By default, custom statuses are **enabled**.

If **disabled**:

* Users will no longer see the text box to enter a custom status on any MangoApps platform.
* Only admin-defined status options will be available.
* Any previously set custom statuses will be cleared.


---

# 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://guides.mangoapps.com/admin-guide/user-provisioning-and-management/user-status.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.
