# Get Started

{% hint style="info" %}
This page was generated from content adapted from the [AWS Developer Guide](https://github.com/awsdocs/porting-assistant-user-guide.git)
{% endhint %}

## Prerequisites

* **Note**\
  These requirements are provided as estimates. Individual solutions can vary for memory usage.

## Port solution

* **Important**\
  When you port a solution, your project files and code are modified. Your project file is modified to include compatible packages you selected and other packages detected by the assessment. In addition, Porting Assistant adds or backs up code files based on the type of projects detected. Some code files are changed to make them more compatible with .NET Core. The result is not a completely ported project. The project may not build, and additional source code changes may be required. Any added or modified code must be verified and tested before it can be considered production ready.


---

# 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://awsnotes.dendron.so/developer-tools/porting-assistant-for-.net/topics/get-started.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.
