# Requirements

[Bunifu UI](https://www.nuget.org/packages/Bunifu.UI.WinForms/) and [Bunifu Charts](https://www.nuget.org/packages/Bunifu.Charts.WinForms/) currently work with C# and VB.NET languages, specifically and specially designed for Windows Forms applications.

To effectively get the most out of our tools, your system needs to meet the following minimum requirements:

* Runs on Windows.
* [Microsoft .NET Framework 4.0](https://www.microsoft.com/en-us/download/details.aspx?id=17718) or higher.
* [Visual Studio 2012](https://visualstudio.microsoft.com/vs/) or later (recommended).

As a developer, you need to:

* Have a basic knowledge of C# or VB.NET.
* Have a basic knowledge of Windows Forms.


---

# 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://docs2.bunifuframework.com/docs/getting-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.
