> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/assets/watermarking.md).

# Watermarking

Watermark overlays used for all generated watermark versions can be set in the Client Profile => Settings tab => Watermark Settings. Optionally add a URL to an image or select an Asset within your HIVO Library, customize other settings such as opacity, then click ‘Save’. You can learn more about how to [configure Watermark settings here](/client-profile/client-profile-settings/branding-and-appearance/watermark-settings.md).

To generate a watermarked copy of an Asset Version, navigate to the Asset Detail page => customization tab (spanner icon) => 'Actions for Version' => toggle on 'Generate watermark Version' => submit.

You can also opt into setting all Asset versions with a given name to become automatically watermarked. E.g. All 'web' versions will be watermarked on upload. This can be used in combination with the 'Can View Originals' User Right to prevent select Users from viewing non-watermarked Assets (i.e. by watermarking all non-original versions and not giving a User the Right to view the non-watermarked original version). This setting can be found in the Client Profile => Version Settings => add a Version => toggle on the 'enable watermark' checkbox at the bottom.


---

# 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://support.hivo.co/assets/watermarking.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.
