# How to Update cldkctl

The cldkctl tool can be updated to the latest version by downloading the new binary from the GitHub Releases page and following the steps below.

1. Download the latest cldkctl binary from the GitHub Releases page.
2. For Linux or macOS, replace the existing binary using the following command:

```
sudo mv cldkctl /usr/local/bin/
```

3. For Windows, download the latest cldkctl.exe and replace the old file manually in the same installation directory.
4. Open the terminal and run the following command to verify the update:

```
cldkctl --version
```

5. Once the version number appears, the installation is complete.


---

# 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.cloudeka.ai/cloudeka-api-list/how-to-update-cldkctl.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.
