> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/vbuc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/vbuc/issues-troubleshooting/assessment-report-issue.md).

# Assessment Report Issue

VB6 AI Migrator has an option called **Assessment**, which creates a report used as input to estimate the possible effort required for the migration process. (For more information, see [Assessment Process](/vbuc/features.md#assessment-process))

The process itself is not complicated; however, the generated files should respect the required structure since any modification (adding, deleting, or modifying folders or files) can affect any other tasks that may be carried out during the migration process.

### Folder structure

Keeping the files in the correct folder hierarchy is essential for a correct analysis process. Please do not add, delete, or modify any folder or file.

The following folder structure must be maintained.

<figure><img src="/files/1C1jXB2XueEfzHqYzR03" alt="" width="319"><figcaption></figcaption></figure>

* Assessment: The main directory where all files are stored.
* DependenctGraph: Folder that contains .csv files.

<figure><img src="/files/JaVSxzCwPp77oFVagbPp" alt="" width="252"><figcaption></figcaption></figure>

* HTMLReports: Folder that contains html, css files and images.

<figure><img src="/files/iJeBWyEw0NJFlFG2e04B" alt="" width="259"><figcaption></figcaption></figure>

* \<file>.xml: All necessary XML files generated by the assessment process.
* \<file>.fgp: Fingerprint file.

### Generating .zip file

If you need a .zip file for a process, first verify that the files generated by the assessment are similar to those in the previous section.

Once you have verified the assessment folder has no issues, compress it to a .zip file from the Assessment folder.

<figure><img src="/files/6obFViXJyVpk7s5THepk" alt=""><figcaption></figcaption></figure>

Verify that the Assessment .zip file contains the Assessment folder.

<figure><img src="/files/0RtJwaxXVyLwvjJApikJ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gapvelocity.ai/vbuc/issues-troubleshooting/assessment-report-issue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
