> For the complete documentation index, see [llms.txt](https://player.docs.3q.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://player.docs.3q.video/plugins/watermark-protection.md).

# Watermark Protection

The Watermark Protection component shows the defined text in the defined time-range for the defined duration randomly or defined placed on the display

| key                 | type              | description                        | default               |
| ------------------- | ----------------- | ---------------------------------- | --------------------- |
| text                | string            | display text                       |                       |
| color               | string            | font-color                         | rgba(255,255,255,0.3) |
| size                | number            | font-size in px                    | 10                    |
| interval\_min       | number            | min duration between showups in ms | 250                   |
| interval\_max       | number            | max duration between showups in ms | 500                   |
| appereance\_min     | number            | min duration of showup in ms       | 1                     |
| appereance\_max     | number            | max duration of showup in ms       | 20                    |
| placement\_mode     | string            | `random` or `fixed`                | `random`              |
| placement\_position | \[number, number] | position for fixed placement       | \[0, 0]               |

{% embed url="<https://codepen.io/3qgmbh/embed/abVOxWa>" %}


---

# 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://player.docs.3q.video/plugins/watermark-protection.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.
