# Knowledge Base

This section contains specific technical articles and other resources aimed towards providing a smoother experience while performing a VB to .NET migration with the VB6 AI Migrator.

## Content Overview

* [VB6 AI Migrator Errors, Warnings, and Issues](/vbuc/ewis.md):

  When upgrading a project from VB to .NET, there might be some items that are not fully converted by the VB6 AI Migrator, requiring some manual adjustments in order to compile and run the generated code and to achieve functional equivalence. The VB6 AI Migrator helps with this process by inserting different information messages (hereafter referred to as EWIs) into the migrated source code as comments. The purpose of these pages is to provide detailed information about these EWIs, along with recommendations on how to solve them.
* [Frequently Asked Questions](/vbuc/knowledge-base/faq.md):

  an exhaustive compilation of the most common technical inquiries about the VB6 AI Migrator and VB to .NET migrations in general.
* [How-To articles](/vbuc/knowledge-base/how-to.md):

  Technical documents that display tips and tricks to get the most out of GAPVelocity AI’s VB to .NET migration product and solve complex issues during the entire conversion process.


---

# 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.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.
