# Pmk Cli Commands

The `pf9ctl` CLI supports the following commands.

{% hint style="info" %}
**GitHub**

The full reference is also available on GitHub <https://github.com/platform9/pf9ctl>
{% endhint %}

* [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/cli-config/README.md) - Create configuration to connect your CLI to your PMK deployment
* [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/cli-check-node/README.md) - Check if all prerequisites are configured property for the node
* [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/cli-prep-node/README.md) - Prepare the node with required packages to get it ready to be added to a PMK Kubernetes cluster
* [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/kubernetes/cli-help/README.md) - CLI help


---

# 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/5.10/pmk-cli-commands.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.
