# HTML 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 HTML capture:

* [Guided HTML capture](#guided-html-capture) - call-to-actions guide you through a flow.
* [Sandbox capture](/help/sandbox/how-to-capture-a-sandbox.md) - a self-contained environment where you can explore freely, without guided call-to-actions.

### Guided HTML capture

On each click, Guideflow captures the HTML and CSS of your screen—allowing you customize specific UI elements for your audience.

(e.g. capture your product's dashboard to tailor the logo and brand colors for each customer)

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

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

* Open the tab you want to capture.&#x20;
* Open Guideflow's Chrome Extension.
* Select "HTML capture".&#x20;
* Guideflow will capture all the page content on each click.
* If you want to pause or cancel the current capture, you can:
  * Use the Chrome extension.
  * Use our widget on the bottom left by clicking on Guideflow's logo.
* Once you finish capturing your flow, click "Complete" in the widget or "Finish recording" in the Chrome extension.&#x20;
* Guideflow will open the editor. Learn [how to edit your HTML capture](/help/edit-your-guideflow/html-editor.md).

{% hint style="info" %}
Once you click on "Complete" to finish your HTML capture it may take a few seconds to generate your guideflow depending on the page's size you've just captured.&#x20;
{% 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/html-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.
