# Bunifu Licensing CLI

**Bunifu Licensing CLI (Command-line Interface)** is a nifty and powerful utility that lets you manage your licenses for all Bunifu products right from the command-line. This is easily achieved by running the utility - **blc.exe** - via the Windows Command Prompt.

[↓ ](https://bunifuframework.com/download/411763/)[**Download Bunifu Licensing CLI**](https://tinyurl.com/3h99xsru)

![](/files/-MgLfHrGWG0gZy9wqDrZ)

## Usage

Bunifu Licensing CLI lets you:

1. Activate your licenses
2. View your license details
3. Delete your licenses

### Activating your licenses

Below are the list of products you can easily activate using the utility:

| Product                 | Command       |
| ----------------------- | ------------- |
| Bunifu UI WinForms      | `blc --ac-ui` |
| Bunifu Charts WinForms  | `blc --ac-ch` |
| Bunifu Dataviz WinForms | `blc --ac-dv` |

For example, to **activate** your Bunifu UI WinForms license, run:

```
> blc --ac-ui
```

### Viewing your licenses

You can also view your various purchased license details:

| Product                 | Command       |
| ----------------------- | ------------- |
| Bunifu UI WinForms      | `blc --lc-ui` |
| Bunifu Charts WinForms  | `blc --lc-ch` |
| Bunifu Dataviz WinForms | `blc --lc-dv` |

### Deleting your licenses

Likewise, you can delete each product's license in scenarios where you would, for example, want to reset any of your installed licenses:

| Product                 | Command        |
| ----------------------- | -------------- |
| Bunifu UI WinForms      | `blc --del-ui` |
| Bunifu Charts WinForms  | `blc --del-ch` |
| Bunifu Dataviz WinForms | `blc --del-dv` |

To check the version you're using, simply run the command:

```
> blc --version
```

And that's just about it! We hope this utility will help you in the long run to quickly manage your purchased license subscriptions.

## Need Help?

If you face any issues while using the utility, please don't hesitate to reach out to us via our [Support ](https://bunifuframework.com/support)page.


---

# 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/licensing/cli-utility.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.
