> For the complete documentation index, see [llms.txt](https://space7.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://space7.gitbook.io/docs/dashboard/page/background.md).

# Background

## 🖼️ Image.

Sets an image as Your page's background. Ideally, image should be in `16:9` aspect ratio, but <mark style="color:orange;">**image will be dynamically resized to always fit viewer's screen.**</mark>&#x20;

[Page](/docs/dashboard/page.md#image-url-tutorial)

***

## 📽️ Video.

#### (*Elite and Premium only*)

<mark style="color:orange;">**For now, we only support YouTube videos as background.**</mark> Simply open <https://www.youtube.com/>, choose the video that You want to use as a background and copy its URL from the top of Your browser, or press `share > copy`.

{% hint style="info" %}
Video will play in a loop.\
Audio from this video is muted.
{% endhint %}

{% hint style="warning" %}
If You have a background image set, <mark style="color:orange;">**video will be displayed instead of image!**</mark>
{% endhint %}

***

## 🔉Audio.

#### (*Elite only*)

You can add audio to Your page that will play in the background. To do this, copy a **YouTube video's** URL (like in [#video](#video "mention")) and paste it into the audio field.

{% hint style="info" %}
Audio will play in a loop.\
The standard volume is 20%.
{% endhint %}


---

# 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:

```
GET https://space7.gitbook.io/docs/dashboard/page/background.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.
