> 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/edit/interactive-tools.md).

# Interactive Tools

Modals&#x20;

Modals are a great way to start & end your tours. They give you the capability to begin your Tour with additional context as to what the user is about to Experience and end your Tour with specified Call to Actions.&#x20;

<figure><img src="/files/aAxhMqZV07Mf5FewZTFb" alt=""><figcaption><p>Tourial Modal Tool</p></figcaption></figure>

## Tool Tips

Tool Tips are ways that users can navigate throughout your tour while providing context to the viewer.&#x20;

<figure><img src="/files/JLJ9avgrCED25YJf0qH6" alt=""><figcaption><p>Tourial Tool Tip</p></figcaption></figure>

## HotSpots&#x20;

HotSpots are great ways to show contextual information throughout your tour.

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

## Clickzones&#x20;

Clickzones are a tool used to highlight an area you want the user to click. Clickzones can be used to trigger navigation and other actions, and can now be used to trigger a form.

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

Interactive Tools

{% embed url="<https://www.loom.com/share/373bae776855421cb07e28a841044fad?sid=cab06a23-e2ff-46e2-83f4-8f28eefdf854>" %}

Timed Tools

{% embed url="<https://www.loom.com/share/964fdf3e51884816b217244862fc7707?sid=0c98a9a1-a7e8-44b8-9a95-32fd502f53b4>" %}

Using Zoom

{% embed url="<https://www.loom.com/share/81a7adbf5df844ae9c1706b73a9c5c4e?sid=8057163b-2eb0-4330-ae85-67521b0e9903>" %}


---

# 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/edit/interactive-tools.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.
