> 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/admin-guide/domain-settings/getting-started/introduction-video.md).

# Introduction Video

### Overview

The **Introduction Video** feature allows you to upload and manage a video that serves as an introduction for users.

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

***

#### **Title & Short Title**

* **Title:** Enter a descriptive name for the video. This will be displayed in the system.
* **Short Title:** Provide a concise version of the title (max 18 characters).

#### **Icon Selection**

Click the icon dropdown to select a relevant video-related symbol.

#### **Description**

Enter a brief description of the video (up to 282 characters) to help users understand its purpose.

#### **Uploading a Video**

Click the **Change Video** button to upload or replace the current video. The recommended resolution is **1920x1080 (Full HD)** for optimal clarity. The uploaded video will be previewed in the interface.

#### **Mobile Video Support**

Toggle the **Mobile Video** switch to enable mobile-friendly video playback. A preview of the mobile version is displayed below. The recommended resolution for mobile video remains **1920x1080**, but the system may adjust the aspect ratio for better mobile compatibility.

#### **Saving Changes**

Once all configurations are set, click the **Save** button to apply changes. To discard changes, click **Cancel**.

<figure><img src="/files/ypTuVnyBWvH4SudkOZbx" alt="" width="563"><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/admin-guide/domain-settings/getting-started/introduction-video.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.
