# How to uninstall Bunifu Framework from my project

To remove either **Bunifu Dataviz** or **Bunifu UI** from your project(s), kindly follow the steps below:

1. Open your project that has Bunifu controls or components.
2. While in design mode, delete all Bunifu controls / components.
3. Navigate to the R**eferences** section under **Solution Explorer and** delete references to Bunifu DLLs.
4. Go to your Toolbox and click **Reset**.

To remove [Bunifu.UI.WinForms](https://www.nuget.org/packages/Bunifu.UI.WinForms/2.0.2-Beta)  or [Bunifu.Dataviz.WinForms](https://www.nuget.org/packages/Bunifu.Dataviz.WinForms/2.0.2-Beta) from your project:

1. Go to Visual Studio's Menu: **Tools > NuGet Package Manager > Manage NuGet Packages For Solution...**
2. Select either `Bunifu.UI.WinForms`  or `Bunifu.Dataviz.WinForms`  or both, check the project you wish to uninstall the package, then click on Uninstall. This will remove the NuGet package(s) from your project.


---

# 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/faqs/licensing/how-to-uninstall-bunifu-framework-from-my-project.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.
