# Screen capture

{% hint style="info" %}
Make sure that you have the [Chrome extension](https://chrome.google.com/webstore/detail/guideflow/neabdmkliomokekhgnogbeonopbjmajc) downloaded and installed on your browser before you get started.
{% endhint %}

There are two types of screen capture:

* **Screenshots** (static images) - captured on every click.
* **Videos** - captured either automatically or manually, based on the following triggers:
  * [Automatic video capture](/help/capture-a-guideflow/how-to-capture-a-guideflow/screen-capture/automatic-video-capture.md) - triggered when you drag & drop, scroll, or type (configurable in [Chrome extension settings](/help/capture-settings/chrome-extension-settings.md)).
  * [Manual video capture](/help/capture-a-guideflow/how-to-capture-a-guideflow/screen-capture/manual-video-capture.md) - triggered using keyboard shortcuts (configurable in [Keyboard shortcut settings](/help/capture-settings/keyboard-shortcut-settings.md)).

### How to do screen capture using Guideflow's Chrome extension

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/xrgnn0ebwp>" %}

* Open the tab you want to capture.&#x20;
* Open Guideflow's Chrome extension.
* Select the Screenshot capture.
* Click on Start Screenshot capture.
* Guideflow will capture screenshots on each click.
* If you want to cancel or pause the current capture, click on the "Cancel" / "Pause" button inside the extension.
* Once you're done with the capture, click on "Finish recording".

{% hint style="info" %}
Multi-tab capture enables you to create guideflows across different browser tabs.
{% endhint %}

{% hint style="info" %}
[Desktop app](/help/get-started/install-desktop-app.md) supports screen capture only.
{% 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.guideflow.com/help/capture-a-guideflow/how-to-capture-a-guideflow/screen-capture.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.
