> For the complete documentation index, see [llms.txt](https://docs.kimtoo.net/sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kimtoo.net/sdk/get-started/requirements.md).

# Requirements&#x20;

## System Requirements for KimTools SDK

KimTools requires .**NET Framework 4.8, .NET6, .NET7, .NET8, .NET9** or **higher** and the Visual Studio IDE (latest version recommended). Below are the hardware, operating system, and software requirements.

#### Hardware Requirements

* **Processor:** 1 GHz or faster
* **RAM:** 512 MB (2 GB for optimal performance)
* **Hard Disk Space:** 4.5 GB

#### Operating System Requirements

* **Windows:**
  * Windows 10
  * Windows 8.1
  * Windows 7 SP1
  * Windows Server 2019
  * Windows Server 2016
  * Windows Server 2012 R2
  * Windows Server 2012
  * Windows Server 2008 R2 SP1

#### Software Requirements

* **.NET Framework:** .NET Framework 4.8 or higher
* **IDE:** Visual Studio IDE (latest version recommended)

Ensure your development environment meets these requirements to successfully use KimTools SDK in your projects.


---

# 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.kimtoo.net/sdk/get-started/requirements.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.
