# Guided Tours

## Overview

To help users get familiar with the T4K Management Console quickly, guided tours are built into every page. Each tour provides a walkthrough of the panels, icons, and buttons available on that view.

Guided tours are available for the following pages:

1. Home Page — Namespace Level
2. Home Page — Application Level
3. Resource Management Page
   1. BackupPlans
   2. Targets
   3. Hooks
   4. Retention Policy
   5. Disaster Recovery

{% hint style="info" %}
Trilio continually adds new guided tours and context-driven tours with each release.
{% endhint %}

All guided tours are provided as independent tours so users can select the specific view they want to explore, rather than being required to follow a single end-to-end walkthrough.

## Starting a Guided Tour

Each page in the Management Console has a **Guided Tour** button. Click it to launch the tour for that page. The tour highlights each element in sequence, with a short description of its purpose and any available actions.


---

# 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://docs.trilio.io/kubernetes/user-guide/getting-started-with-management-console/navigating-intro/guided-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.
