# Welcome

Welcome to McKube, an fast and easy way to create ephemeral Kubernetes clusters in the cloud! This documentation is designed to help you get started straight away, using either our web UI or our API.

Get started with an overview of our API:

{% content-ref url="/pages/-M9F9MJDMwHvYk8oBu1s" %}
[Overview](/api/overview.md)
{% endcontent-ref %}

## Feedback

We'd love to hear from you with your experiences and feedback about using McKube, and anything you feel it may need to fit your requirements.

Drop us a line at <support@mckube.dev> with anything you'd like to say and we'll get back to you!


---

# 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.mckube.dev/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.
