> For the complete documentation index, see [llms.txt](https://docs.navless.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navless.ai/building-interactive-demos/interactive-tours/html-demos-experimental/chrome-extension-capture.md).

# Chrome Extension (Capture)

### <mark style="color:purple;">Using HTML Capture</mark> <a href="#h_99a781f29d" id="h_99a781f29d"></a>

1. HTML capture allows you to copy the frontend code of your product and preserves hover states and scrollability so that users feel like they are inside your application (even though the buttons don’t work).\
   ![](/files/z5uHw8zZaRbigiVe1v93)<br>
2. Click HTML capture on the right. A 3-second countdown will appear, and after the countdown, a capture will take place. Repeat this for every screen you want to capture.<br>
3. Once you're done, click the extension icon to see the pages captured, then select Save & complete.\
   ![](/files/XSnDnaT41iqwquEoUT2Z)<br>
4. When you go to your Tourial project, you'll see your pages at the bottom and an intro screen that's automatically created. <br>

   <figure><img src="/files/cWKd7DUr2MEgy3vq35ra" alt=""><figcaption></figcaption></figure>

## Troubleshooting the Chrome Extension <a href="#h_51d0b0255d" id="h_51d0b0255d"></a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.navless.ai/building-interactive-demos/interactive-tours/html-demos-experimental/chrome-extension-capture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
