# Install Chrome extension

To capture a demo you need to install the Chrome extension.&#x20;

{% hint style="info" %}
**Important:** Guideflow creates your demo using the [Chrome extension](https://chrome.google.com/webstore/detail/guideflow/neabdmkliomokekhgnogbeonopbjmajc). Simply add it to Chrome and start creating demos in no time
{% endhint %}

Install the Chrome Extension with the link below :&#x20;

{% embed url="<https://chrome.google.com/webstore/detail/guideflow/neabdmkliomokekhgnogbeonopbjmajc>" %}

*GUIDEFLOW*

* Open your Google Chrome browser.
* Go to [this page](https://chrome.google.com/webstore/detail/guideflow/neabdmkliomokekhgnogbeonopbjmajc).
* Click on "Add to Chrome".
* A pop-up will appear, click on "Add extension".


---

# 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/get-started/install-chrome-extension.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.
