# Watermarking

DAM can place a watermark on top of your images if you want to protect them from copying, or tag them with a serial number or custom text. There are three types of watermarks - click on each one for more details.

| <p><a href="/pages/xCOKfYatvWa6Hsl6HT1l">Static watermark</a></p><p><br>Apply the same image watermark to all the images you decide to watermark (e.g. your company's logo).</p>     | ![](/files/fGl2GrGzfY1iEtUQ8Pgt) |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------- |
| <p><a href="/pages/Uwuk0yolCrxdVErZ6sUp">Dynamic watermark</a></p><p><br>Specify the watermark in the DAM URL to apply different watermarks to different images.</p>                 | ![](/files/hADpFDuoafPaZh9o0G48) |
| <p><a href="/pages/iSWaQ5hrGLEpAUOf3KLB">Text watermark</a></p><p><br>If you need to tag images, use the text watermark to dynamically embed text to the images you need tagged.</p> | ![](/files/5KNBWX315kgUlO0bWbjm) |

## Multiple watermarks

{% hint style="info" %}
This is a beta feature, please contact our support to activate it for your token
{% endhint %}

### Basic syntax

You can overlay multiple watermarks by indexing the parameters in the URL **wat\[1]=1**&**wat\[2]=1**. The **wat=1** parameter must be indexed and contain all watermarks to activate the feature.&#x20;

All parameters without indices will be applied to all watermarks in the image.

?<mark style="color:purple;">**wat\[1]=1**</mark>&<mark style="color:purple;">**wat\[2]=1**</mark>&<mark style="color:purple;">**wat\_scale\[1]=50**</mark>&<mark style="color:purple;">**wat\_scale\[2]=10**</mark>&<mark style="color:purple;">**wat\_opacity=0.5**</mark>

In the above fragment, **wat\_opacity=0.5** will be applied to both watermarks.

### Multiple watermark types

Combining multiple watermark types is also possible. Remember that the presense of **wat\_url=X** parameter defines a dynamic watermark, **wat\_text=X** defines a text watermark and the absence of either defines a static watermark.

?<mark style="color:purple;">**wat\[1]=1**</mark>&<mark style="color:purple;">**wat\[2]=1**</mark>&<mark style="color:purple;">**wat\[3]=1**</mark>&<mark style="color:purple;">**wat\_url\[2]=sample.li/Angular.png**</mark>&<mark style="color:purple;">**wat\_text\[3]=text**</mark>

In the above fragment, there are three watermarks. Watermark 2 is a dynamic watermark, watermark 3 is a text watermark and watermark 1 is a static one.


---

# 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.scaleflex.com/dynamic-media-optimization-dmo/transformations/image-optimization/watermarking.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.
