> For the complete documentation index, see [llms.txt](https://inspinia-technology.gitbook.io/skyplatform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inspinia-technology.gitbook.io/skyplatform/skyplatform-technical-user-documentation/plugins/media.md).

# MEDIA

<table><thead><tr><th width="128">Plugin</th><th width="148">Name</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/jzzIEJ5IRYrVTIMBHpWV" alt="" data-size="original"></td><td><strong>Sound</strong></td><td><strong>The</strong> <strong>Sound</strong> block is used to play notification sounds, such as rings or intercom alerts. It can be activated or deactivated using the 1-0 command from the <strong>Play/Pause</strong> input. Additionally, sending a 1 to the <strong>Mute</strong> input will silence the bell or any ongoing sound.</td></tr><tr><td><img src="/files/ctw5Cr8NTcYYO3T2EWwe" alt="" data-size="original"></td><td><strong>Background Image</strong></td><td><strong>The</strong> <strong>Background Image</strong> is an object used to set a general background image for the device. Once the image is added, it can be activated through the Panel's <strong>Settings / Background Image</strong> option.</td></tr><tr><td><img src="/files/AGbwkZPvFw3TeOhYRL0q" alt="" data-size="original"></td><td><strong>Logo</strong></td><td><strong>The</strong> <strong>Logo</strong> is an object that allows an added logo to be used as a screen-saver logo. Once the logo is added, it can be activated through the Panel's <strong>Settings / Screensaver Logo</strong> option.</td></tr><tr><td><img src="/files/qpJuJNcfz9FTeiMux6Zk" alt="" data-size="original"></td><td><strong>Icon Set</strong></td><td><strong>The</strong> <strong>Icon Set</strong> object allows you to add multiple icons, which can then be made available as selectable options when creating a scenario from the device's scenario page.</td></tr></tbody></table>


---

# 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://inspinia-technology.gitbook.io/skyplatform/skyplatform-technical-user-documentation/plugins/media.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.
