# How to create Tours?

A tour or walkthrough typically consists of a series of steps that guide users through the features and functionality of a product. Each step of the tour can contain various elements, such as text descriptions, images, videos, and interactive elements such as Buttons, Modals, Tooltips, Hotspots. The purpose of a tour is to help users quickly understand and learn how to use the product effectively.

Before start building, you'll need to install [Uzera Google Chrome Extension](https://chrome.google.com/webstore/detail/userlove/lgfgpnbkgekoknomkkjogkomdlbmnjol?hl=en-US)

1. Log in to your Uzera account and click on "Tour" from the left sidebar menu.\
   &#x20;

   <div data-full-width="true"><figure><img src="/files/RUda0GABHSDbv4cJHDlk" alt=""><figcaption></figcaption></figure></div>
2. Click on the "Create new tour" button, then enter a descriptive name for your tour.

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

3. You can select Sandbox (For testing) or Custom Domain &#x20;
4. Enter the Build URL. Build URL is a page link from where you want to start building your tour.
5. Enable wild card if you want to publish on all subdomain.
6. Click on "Submit" button.

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

7. Next you will be redirected to Build URL and it'll automatically open Uzera chrome extension If you already installed Uzera Google Chrome Extension. If you still not download extension it'll ask you to [download extension](https://chrome.google.com/webstore/detail/userlove/lgfgpnbkgekoknomkkjogkomdlbmnjol?hl=en-US).&#x20;
8. Once the Uzera Chrome extension loads, you can select a tour element such as Modal, Tooltips, and Hotspots.

<figure><img src="/files/4vthIbNgsPVqyPF5J032" alt=""><figcaption></figcaption></figure>

9. Once you select element type (ie: Modal, Tooltip, Hotspot ) you can select pre-made template to quick start or you can start from scratch.&#x20;

⚠️ **Note:** Uzera supports major web frameworks including JavaScript, Angular, React, Vue, and Flutter for single-page applications. Please note that for Flutter, interface change events, interaction tracking, and element-based highlighting or dynamic positioning are currently not supported.

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

10. Selected template will be shown to website. Click on "Settings" icon to open settings menu.<br>

    <div data-full-width="true"><figure><img src="/files/u6JV24MoHvhScHE0hGem" alt=""><figcaption></figcaption></figure></div>
11. Once the settings menu is opened, you can make changes to the design of the template (e.g., position, color, element positions, add new blocks, etc.).

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

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

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

12. To create step click on "Add new step" button.

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

13. After creating a tour or walkthrough, click on the "Publish" button, which will redirect to the Target page where you can set your target audience.

<figure><img src="/files/3UMYlEQJYEBarfBgdt19" alt=""><figcaption></figcaption></figure>

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

&#x20;14\. Once the target audience is selected, click on the "Continue" button.

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

15. Finally you can review and publish or save in draft.

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

*Note: Make sure that, you have* [*install Uzera JavaScript code snippet*](/uzera-help-center/getting-started/javascript-installation.md) *in your application / website*

By following these steps, you can easily create a tour using Uzera and provide a guided experience to your users.

16. You can choose to either publish the tour immediately or schedule it for a later time. Once a publish or unpublish time is scheduled, the system will automatically trigger the action at the specified time, and the tour will be published or unpublished accordingly.

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


---

# 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://uzera.gitbook.io/uzera-help-center/user-experiences/how-to-create-tours.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.
