# Using the Course Player Tour

You may be asking, "Why do I need to show my learners how to watch my course?". Well, to most people it is previous obvious and they may not need much help. But for others, there could potentially be a few stumbling blocks:

* They can't find the **Back to Dashboard** link, and end up not knowing how to return to their list of courses.
* The may not understand how to open up the **mobile menu** on their phone so they can switch lessons easily.
* They may not know to **click the Complete & Continue button** so their course progress is tracked

And because we know that confused learners don't continue learning and are less likely to buy another course from you again - we want to ensure that every single learner has a great experience watching your course. That is why we created the customizable :compass: Tour Guide feature inside of plaYEAH! :man\_superhero:&#x20;

{% hint style="danger" %}
**WARNING!** Do not put the Tour Guide section on the same page that you  are using for [PowerPops](/power-pops-editor/quick-win-guides.md) or [Power Styles](/power-style-editor/power-style-quick-start-guide.md). It needs to be set up on it's own custom page.
{% endhint %}

### How to use the Tour Guide

The 🧭Tour Guide super power, will guide your first time students on how to make their way around your course. It will be shown automatically when the student is seeing it for the first time, and then it will also be accessible via a link that is added automatically to the course player.

* [ ] Create a new **custom page** called `plaYEAH Guide`
* [ ] Remove the Banner section and set the page permission to `Only Me`&#x20;
* [ ] Add a **new section** and search for Tour Guide
* [ ] You will **see settings on the left side** that will allow you to change the **text**, **colors** and decide on which steps to show.
* [ ] When you are satisfied, then click the **Copy Code** button and follow the instructions to paste the code into your `Site Footer Code` settings.

{% embed url="<https://www.loom.com/share/465b00fba1a34e57aba1aec235ce7ddd>" %}

{% hint style="info" %}
Don't forget to use the **SmartText** feature to make your messages very personalized. You can also inject some fun by adding an image or GIF to your welcome message
{% endhint %}


---

# 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://playeah-docs.robgalvin.co/tour-guide/using-the-course-player-tour.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.
