# Install for Windows

The cldkctl tool can be installed on Windows using the Manual Binary Installation method. Follow the steps below:

1. Open the Manual Binary Installation section on the Service Portal AI.
2. Download the latest cldkctl binary from the GitHub Releases page.
3. Extract the downloaded ZIP file.
4. Move the extracted cldkctl.exe file to a directory included in the system PATH, for example `C:\Program Files\cldkctl\.`
5. If the directory is not yet included in the system PATH, add it manually.
6. Open Command Prompt or PowerShell, then run the following command to verify installation:

```
cldkctl --version
```

7. If the command displays the version number, the installation was successful.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guidance-for-individual/cloudeka-api-list/how-to-install-cldkctl/install-for-windows.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.
