> 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/user-guide/getting-started-with-management-console/index.md).

# UI How-to Guides

This section contains step-by-step guides for performing backup and recovery operations using the T4K Management Console.

## In This Section

* [Continuous Restore](/kubernetes/user-guide/getting-started-with-management-console/index/continuous-restore.md) — Configure and monitor Continuous Restore to automatically stage backups on a remote cluster.
* [Disaster Recovery Plan](/kubernetes/user-guide/getting-started-with-management-console/index/disaster-recovery-plan.md) — Set up and manage a Disaster Recovery Plan in the Management Console.
* [Multi-Cluster Management](/kubernetes/user-guide/getting-started-with-management-console/index/multicloud-management.md) — Manage backup and restore operations across multiple clusters.
* [Creating Backups](/kubernetes/user-guide/getting-started-with-management-console/index/creating-backups.md) — How-to guides for creating backups, including pausing schedules and cleaning up failed jobs.
* [Restoring Backups & Snapshots](/kubernetes/user-guide/getting-started-with-management-console/index/restoring-backups.md) — How-to guides for restoring data, including cluster-scoped, cross-cluster, and in-place restores.


---

# 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/user-guide/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.
