# Introduction

The [Kubernauts](https://kubernauts.io/) offer free training for [Kubernetes](https://kubernetes.io) and [Cloud Native](https://www.cncf.io) technologies. The documents contained within this book are the living design documents for this training. It is hoped that in combination with the community the design of the training can be shaped to best serve the needs of the community.

The Git repository where this book lives is [here](https://github.com/kubernauts/kubernauts-training-design). Github issues can be raised to discuss and help refine the various aspects of the training.

Our Kubernetes Learning Resources are available [here](https://goo.gl/Rywkpd).

.


---

# 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://kubernauts.gitbook.io/kubernauts-kubernetes-training-courses/master.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.
