# What controls does the VB6 AI Migrator tool supports?

The VB6 AI Migrator supports all the inherent VB6 controls and all of its properties, along with dozens of 3rd party libraries from different vendors. The tool includes a set of plug-in dlls designed to automatically convert functionality from ActiveX libraries to .NET libraries, thus saving an important amount of time in code analysis and manual modifications. Each plug-in dll contains the transformation definitions for each third-party library.

If there is a library employed in your application that has no equivalent in .NET it can be accessed through COM interoperability without many problems, but we can also customize the VB6 AI Migrator to generate the desired mappings to inherent .NET components or other 3rd party libraries.

{% hint style="info" %}
For more information see [Third-party controls](/vbuc/third-party-controls.md)
{% endhint %}


---

# 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.gapvelocity.ai/vbuc/knowledge-base/faq/what-controls-does-the-vb6-ai-migrator-tool-supports.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.
