# Capturing steps (events)

Capturing steps is availble only when you record the video with a chrome extension either from any webpage or perform a test run from aqua.

Steps are the events or actions you perform during the video recording or test run.

They are include all actions from manual interactions with web pages: clicks, keystrokes, URL changes etc.

<figure><img src="/files/JKD970JMW8om0M3cAa2x" alt=""><figcaption><p>Steps or events</p></figcaption></figure>

When recording a video, all actions taken are highlighted and subsequently reflected in the preview. Upon replaying the video, each step is timestamped and can be easily followed while watching. By clicking on a specific step on the sidebar, you can jump to the particular event on the video and view it accordingly.

![](/files/x2hW9WB8uMugCLvjAUJO)


---

# 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.usecapture.io/help-articles/features/capturing-steps-events.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.
