# Media Tab

The media tab is a quick and accessible panel for showing a media overlay on top of the floor plans. This can be used for a welcome footage or a launching logo.

<figure><img src="/files/a1HKLEH6z70F66nlr5Uq" alt=""><figcaption></figcaption></figure>

| Function                  | Description                                   | Parameters                  |
| ------------------------- | --------------------------------------------- | --------------------------- |
| Exaplan Startup Animation | Plays the default Exaplan 10s animation once. | -                           |
| Show Picture              | Loads an image file, click play to show it.   | "PNG", "JPG", "JPEG", "BMP" |
| Show Video                | Loads a video file, click play to show it.    | "MP4", "MOV", "AVI", "MKV"  |

The media file paths are saved in the application settings, and therefore persistent after restart for quick access. The data is saved in the file `\Exaplan_Data\StreamingAssets\media_config.exaplan`

```json
{
    "defaultPicturePath": "C:\\Users\\VIOSO\\Pictures\\_domevioso-white_4096x4096.png",
    "defaultVideoPath": "C:\\Users\\VIOSO\\Videos\\The Skeleton Dance (1929).mp4"
}
```


---

# 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://docs.exaplan.one/operation/media-tab.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.
