# Startup Dialog

### Overview

The **Startup Dialog** is a modal pop-up window that allows network admins to broadcast important information to all network users immediately after they log in. This is ideal for announcements, company-wide alerts, or providing helpful links to resources.

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

***

### Enabling the Startup Dialog

To enable the startup dialog, check the corresponding box. This will display the dialog on the User Portal when network users and admins log in.

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

Leave the box unchecked if you do not want the startup dialog to appear.

**Title**

Enter a title in the **Title** text box. This title will be displayed at the top of the modal dialog.

***

### Configuring Display Settings

Choose when the startup dialog appears to network users. The startup dialog will **only display to network users and admins**. **Guest users** will not see the dialog.

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

**Do not automatically show the start page:** The dialog will **not appear** when users log in.

**Automatically show the start page every time a network user logs in:** The dialog will be shown **every time** a network user or admin logs into the User Portal.

**Automatically show the start page when there is new or updated content:** The dialog will only appear when:

* There is a new company announcement post.
* The title of the announcement post has been updated.
* A custom title or content in the dialog has been changed since the user's last login.

***

### Configuring Display Options

Admins can customize what content is shown within the startup dialog.

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

**Enable Announcements**

Check the box to display the **announcements section**. The startup dialog will only show **posts marked as "Company Announcements"**.

Uncheck the box to **hide** the announcements section.

**Enable Custom Content**

Check the box to display the **custom content section**, where you can add rich text, media, and custom HTML. Click the **Preview** button to view an inline preview of how your custom content will look in the dialog.

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

Uncheck the box to **hide** the custom content section.

{% hint style="info" %}
If **both** the Announcements and Custom Content options are disabled but the Startup Dialog is still enabled, an error message will appear when users log into the domain.
{% endhint %}

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

***

### FAQs

**Is the startup dialog displayed to mobile users?**\
No. The startup dialog is currently supported on the **web only**, and is **not** displayed in mobile apps.


---

# 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/domain-settings/startup-dialog.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.
