> For the complete documentation index, see [llms.txt](https://docs.trilio.io/kubernetes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index.md).

# UI How-to Guides

- [Multi-Cluster Management](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/multicloud-management.md): This page describes MultiCloud Management through the Trilio Management console and explains how to connect T4K clusters together.
- [Creating Backups](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/creating-backups.md): This page describes the process for creating Backups
- [Pause Schedule Backups and Snapshots](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/creating-backups/pause-schedule-backups-and-snapshots.md): This document outlines the functionality for pausing scheduled backups and snapshots at the backup plan level.
- [Cancel InProgress Backups](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/creating-backups/cancel-inprogress-backups.md): This describes how to cancel the in-progress backups.
- [Cleanup Failed Backups](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/creating-backups/cleanup-failed-backups.md): This page describes how to setup cleanup policies for failed backups
- [Restoring Backups & Snapshots](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/restoring-backups.md): This page describes the process for restoring backups.
- [Cross-Cluster Restores](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/restoring-backups/cross-cluster-restores.md): This page describes the Target Browsing feature of the T4K management console
- [Namespace & application scoped](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/restoring-backups/namespace-and-application-scoped.md)
- [Cluster scoped](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/restoring-backups/cluster-scoped.md)
- [Restore Flags Guide](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/restoring-backups/restore-flags-guide.md)
- [Disaster Recovery Plan](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/disaster-recovery-plan.md): This page provides details into the DRPlan feature provided by Trilio for Kubernetes (T4K)
- [Continuous Restore](https://docs.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index/continuous-restore.md): This  document describes setting up continuous restore for an application.


---

# 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.trilio.io/kubernetes/5.2.x/getting-started/using-trilio/getting-started-with-management-console/index.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.
