> For the complete documentation index, see [llms.txt](https://docs.varbase.vardot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.varbase.vardot.com/9.2.x/developers/understanding-varbase/core-components/varbase-core/varbase-tour.md).

# Varbase Tour

Provide Tours for Varbase.

## Varbase Tour Module

{% hint style="info" %}
Varbase tour features are bundled through the **Varbase Tour** module as part of the **Varbase Core** module.\
GitHub: <https://github.com/Vardot/varbase_core>\
Drupal.org: <https://www.drupal.org/project/varbase_core>

After building a project using the `varbase-project` template, you can see the code of the **Varbase Tour** module in:
{% endhint %}

```
project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_core
                |-- modules
                    |-- varbase_tour
```

Brings in the following core and contributed modules to your site:

| Module                                          | Purpose                                      |
| ----------------------------------------------- | -------------------------------------------- |
| [**Tour**](https://www.drupal.org/project/tour) | Displays guided tours of the site interface. |
