# Installation

SaaUI is available in **nuget** and its fastest way to install. There are two ways to install from **nuget**.

1. In Visual Studio go to **Tools > Nuget Package Manager > Package Manager Console** then paste this code and hit Enter&#x20;

```
Install-Package SaaUI.Winforms -Version 1.1.0
```

![](/files/4B72oRtnFSPtKAKy9qSP)

![](/files/EvwIw7PNQaTQvhtJLWy7)

2\. In Visual Studio go to **Tools > Nuget Package Manager > Manage Nuget Packages for Solution...** then click **Browse tab** and search for **"SaaUI.Winforms"** and install.

After you have installed SaaUI, Click **Build > Build Solution** and after build solution completes, you should see SaaUI in you Visual Studio Toolbox for that project.

![](/files/JeEob2tXyKkyYLCez9e4)

![](/files/a1mDAuD2v5gC2oc0CHWD)

## Adding SaaUI in your Visual Studio Toolbox

{% hint style="info" %}
If you have already added older versions in your visual studio toolbox, please make sure you delete that version first.
{% endhint %}

1. Download [SaaUI ](https://saabytes.com)from our website and Unzip it.
2. Open **Visual Studio Toolbox** and right click then click **Add Tab** and give a name i.e SaaUI.
3. Drag **"SaaUI.dll"** into the new created tab. Also instead of dragging, you can right click and click **Choose Items** and the dialog that opens click **browse** and select "**SaaUI.dll"**.

![](/files/ft7npb7aBqpoTqTP11oO)


---

# 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.saabytes.com/installation.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.
