> For the complete documentation index, see [llms.txt](https://theming.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theming.breeze.rip/background-images.md).

# Background images

You can put a custom image behind the UI by setting `panel.background-img` &#x20;

```toml
[panel]
background-img="some.site/url/to/background.png
```

#### Requirments

* The image should preferably be **1320px by 840px**, any other size will be converted to this size by our servers.
* The image should be a **PNG** or **JPG**, other image formats are not supported.
* The image must be safe for work, anything that can be considered either NSFW or illegal will be removed swiftly and your account will be suspended.

#### Background generators

You can use whatever you want to make background images. We have found some powerful online  generators we highly recommend.&#x20;

<a href="https://app.haikei.app/" class="button primary">haikei</a><a href="https://better-gradient.com/editor" class="button primary">Better Gradient</a>

{% hint style="success" %}
We recommend experimenting with non full transparency backgrounds these can look great!
{% 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://theming.breeze.rip/background-images.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.
