# Recording hover

BugBug will not record hover (mouseover) events automatically. There is no reliable way of automatically detecting that something changed on the page because of cursor movement. You need to record a specific instruction that you want to hover an element.&#x20;

1. During the recording, click "Hover" in the [recording overlay](/recording-tests-steps/bugbug-test-recorder.md).
2. Click the element that you want to hover.
3. Click "Exit hover mode".

<figure><img src="/files/SMgqbjKvUhpgnIafs8EW" alt=""><figcaption><p>To record mouseover steps you have to use Add hover</p></figcaption></figure>

{% hint style="info" %}
**Tip!** When you are in the hover mode, the elements are highlighted with a yellow color.
{% endhint %}


---

# 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.bugbug.io/recording-tests-steps/recording-hover.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.
