> 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/navigation-and-format.md).

# Navigation & Format

There are three sections within Navigation & format: Intro Page< navigation, and Gated topics.&#x20;

<figure><img src="/files/YxyRNL7uUFxkvpY5p5bA" alt="" width="303"><figcaption></figcaption></figure>

## Intro Page

Welcome your visitors to the tour center with a brief message and an overview of your product.&#x20;

The Intro Page is an optional setting. Toggle this setting on or off based on the experience you'd like to provide.&#x20;

Within the Intro Page, you'll set a Header, Subheader, and Demo Button Text. The right side shows a preview of your Intro Page.

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

## Navigation

This is where you'll add links for your main navigation and also toggle on/off two other settings for Gallery View and Video Autoplay. This section also shows a preview on the right.

* Logo URL&#x20;
* CTA
  * Add your CTA text and then choose a click action: External link, Scheduler integration like Calendly, Chili Piper, HubSpot, or Open Form.

<figure><img src="/files/6VIRU54AcRhKxyZ6mOLF" alt=""><figcaption></figcaption></figure>

* Gallery View &#x20;
* Autoplay Video Content&#x20;

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

<figure><img src="/files/zdlo7YNMBH7FNqM4kYaU" alt="" width="563"><figcaption><p>gallery view example</p></figcaption></figure>

## Gated Topics

Gated topics require a visitor to fill out a form before accessing that topic. Select a form and check the topics you want to gate.

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


---

# 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/navigation-and-format.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.
