> 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/building-and-editing.md).

# Building & Editing

### Editing your HTML tour

After you capture HTML using the Chrome extension and create your Tour, you'll see your pages at the bottom and an intro overlay added.&#x20;

1. With the intro selected, the right menu under *Intro overlay* allows you to edit the headline, body and button text for the intro.&#x20;

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

2. Under *Tour styles* you'll see 4 sections: Tooltip, Overlays, Buttons, and Progress.\
   ![](/files/3qyhZpQSUZgKMnnsXvy7)\
   \
   You can change the overlay color, button styles, and the progress bar that appears when you hover at the bottom of the page.

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

***Note:*** The style changes made under Tour styles are applied to all tools in the tour.

3. With an HTML page selected, you can edit tooltip placement and add your text. <br>

   <figure><img src="/files/GZJumO0azqXzzcalXSsh" alt=""><figcaption></figcaption></figure>
4. Under the **HTML** tab, turn on edit screen mode to edit text, hide, remove, or blur selected elements.

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

**Hiding an element** will keep surrounding elements in the same position.\
![](/files/qDSgXfPAVRc9KZY4Es8V)\
**Removing an element** will remove the HTML from that section and surrounding elements will adjust.\
![](/files/JssxnihlxPmkIVW3jZuS)\
\
**Blurring an element** keeps everything in place. \
![](/files/JGEUbjaKf0WkTIAR6vmw)

5. Once you're done with edits, toggle off the edit screen mode and select **Save.**\
   ![](/files/dyLnagg2Vi4PhRu9yZOa)


---

# 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/building-and-editing.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.
