# Capturing technical details

Currently Capture records the **following system information:**

* Timestamp,
* Operating system platform and version,
* Browser version,
* Window resolution.

<figure><img src="/files/lvdttBDu6K0z3gtt1Bbl" alt=""><figcaption><p>System information</p></figcaption></figure>

{% hint style="warning" %}
As of MacOS version 10.15, Apple has limited the recording of the precise system version, so Capture can't show that the MacOS version is later than 10.15.7.
{% endhint %}

### Technical data recording

The Capture browser extension records multiple technical data types, listed below.&#x20;

#### [Steps (events)](/help-articles/features/capturing-steps-events.md)

* Clicks
* Keystrokes
* Switching tabs
* Page navigations

**Console information**

* Script errors
* Unhandled rejections
* Console.debug
* Console.log
* Console.info
* Console.warn
* Console.error

**Network information**

* Network requests
* Network request responses for XMLHttpRequests and fetch requests


---

# 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-technical-details.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.
