# Adding a watermark

Aan image can be inserted to a custom stylesheet as a watermark with the following CSS code:

```css
@page {
  background-image: url("https://www.meta-inf.hu/download/attachments/36405251/header_background_main.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 4cm;
}
body{
  background-color: transparent;
}
```

{% hint style="warning" %}
**Important:**

* We do not download the images in CSS for processing, so you have to use absolute URL to be reachable during conversion.
* The converter has no authorization information, so the resource must be accessible anonymously.
* The body has a white background, so it must be removed.
  {% endhint %}

<br>

<br>


---

# 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.meta-inf.hu/content-exporter-confluence/user-guides/before-exporting/custom-stylesheets/adding-a-watermark.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.
