# Video annotation

Draw on your screen while you record.

Use it to highlight UI details and guide engineers through the repro.

{% hint style="info" %}
You can’t add drawings after you stop recording. Annotations only work during recording.
{% endhint %}

<figure><img src="/files/pMlFrU9eTEvvRLTbHk2f" alt=""><figcaption></figcaption></figure>

### Annotate during recording

{% stepper %}
{% step %}

### Start a video recording

Open the Screendesk browser extension.

Choose **Video screen recording**, then pick **Tab**, **Window**, or **Entire screen**.
{% endstep %}

{% step %}

### Turn on Draw

While recording, select the **Draw** tool in the recording controls.
{% endstep %}

{% step %}

### Draw on the screen

Draw over the area you want to call out.

Your drawings fade after about **3 seconds**.
{% endstep %}

{% step %}

### Save and share

Click **Save** when you’re done.

Share the link with your team.
{% endstep %}
{% endstepper %}


---

# 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.screendesk.io/bug-reports/capturing-a-bug-report/video-screen-recording/video-annotation.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.
