> 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/tour-centers/interactive-topics.md).

# Interactive Topics

Interactive Topics are how you will navigate users through your Tour Center. They are high-level criteria your buyers are searching for.

1. Get started by selecting one of our templates or create a Topic from scratch.&#x20;

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

2. Once you've named your Topic it's time to generate the **Prompt**. This is the statement or question you are asking buyers to answer to help guide them to the most relevant content.&#x20;

<figure><img src="/files/CNfW3IQe3KXF66oDRKBr" alt="" width="563"><figcaption></figcaption></figure>

3. Then, select your **Prompt Type -**

<figure><img src="/files/8cP3InREbORdd6U38Bof" alt="" width="563"><figcaption></figcaption></figure>

* **Single Select** - users can only select one option from the answers you create
* **Multiselect** - users can select more than one option from the answers you create
* **Opt-in** - used for "yes/no" questions, users can only select one option
* **Interest Scale** - used to gauge importance or interest related to a prompt, only one option can be selected
* **No Prompt** - used to provide content without requiring any response from the user (ex: an intro or welcome topic)

4. Next, add your Prompt Answers (options for users to respond). For this example, we would enter the different Use Cases that our buyers are here to learn about.&#x20;

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

5. Once you've clicked **Add Track,** you can add content for that  Prompt Answer.&#x20;

<figure><img src="/files/9S5u5V6nXIIKut3rpdaX" alt=""><figcaption></figcaption></figure>

**What types of content can I add?**&#x20;

* Interactive Tours
* Videos
  * direct mp4 upload or URL import (ex: YouTube, Wistia, Vimeo)
* PDFs&#x20;
* Images

**Congrats! You've created your first Tour Center Interactive Topic! Continue to the** [**next article**](https://app.gitbook.com/o/40vZjXEohfDRIzD8aWob/s/KaMCOI4HEb21AIKZlkHe/~/changes/12/building/demo-centers/navigation-and-format) **to finish your Tour Center! 🎉**


---

# 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/tour-centers/interactive-topics.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.
