> For the complete documentation index, see [llms.txt](https://docs.shopone.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shopone.io/english/basic-setup-tools-for-the-landing-page/sidebar/design.md).

# 2.5. Page background

**Page background** is a tool for customizing the overall design and appearance of your landing page. You can apply colors, images, or videos as the background for your landing page.

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

* **Color**: You can change the color theme for the entire landing page by clicking on **Color** and selecting a suitable background color.

  **Image**: Click on **Image** and choose a background image for the entire landing page.

  **Video**: Click on **Video** and select a background video for the entire landing page.

When you click on **Image** or **Video**, a **Media Manager** popup will appear, allowing you to manage your videos and images:

<figure><img src="/files/4wyc9lZc8sQQR0ZDejXm" alt=""><figcaption></figcaption></figure>

* **Upload Media**: Allows you to upload images from your computer.
* **Site Files**: Access the library of previously uploaded images on your website.
* **Media from ShopOne**: Access available images from libraries or repositories like ShopOne.
* **Unsplash**: Use free images from Unsplash, a source for high-quality images.
* **Trash**: View and manage deleted files.


---

# 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://docs.shopone.io/english/basic-setup-tools-for-the-landing-page/sidebar/design.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.
