# Div Overlay

The Div Overlay element is a unique feature that allows you to overlay whatever you decide like content over your video.

When the user clicks on the Div Overlay, the video automatically loads and covers the overlay.

{% hint style="info" %}
The Div Overlay acts like a simple Div block.
{% endhint %}

<details>

<summary>Activate/Deactivate</summary>

1. Select a Video block
2. Open the block inspector
3. Navigate to the primary tab
4. Find the Div Overlay property
5. Toggle the Div Overlay property

</details>

<details>

<summary>Add Blocks</summary>

1. Open the Quick Insert panel in Video block
2. Search for the block type you want to add
3. Click on the block type you want to add to insert it into the Div Overlay for the Video block

</details>


---

# 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.cwicly.com/blocks/video/div-overlay.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.
