# Kubeconfig

### What is Kubeconfig? <a href="#what-is-kubeconfig" id="what-is-kubeconfig"></a>

Kubeconfig is a small YAML file that incorporates either the combination of a username and password, or a secure token to provide access to and authentication for the cluster. When this file is interpreted programmatically, it temporarily eliminates the need for the Kubernetes client to seek a medium for interactive authentication. It creates information about a cluster, its users, related namespaces, and provides an authentication mechanism.

In this section, we provide an [Introduction to kubeconfig](/managed-kubernetes/clusters/kubeconfig/kubeconfig-and-clients-introduction-to-kubeconfig.md) file itself, explain how to [download the kubeconfig](/managed-kubernetes/clusters/kubeconfig/download-kubeconfig.md) file, and [Obtain kubeconfig with qbert API](/managed-kubernetes/clusters/kubeconfig/kubeconfig-through-api.md).


---

# 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.platform9.com/managed-kubernetes/clusters/kubeconfig.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.
