# Overview

This online documentation describes how to use the migration-center software in order to migrate content from a source system into a target system (or into the same system in case of an in-place migration).

Please see the [Release Notes](https://docs.migration-center.com/release-notes) for a summary of new and changed features as well as known issues in the migration-center releases.

Also, please make sure that you have read [System Requirements](https://docs.migration-center.com/installation-guide/system-requirements) before you install and use migration-center in order to achieve the best performance and results for your migration projects.

The supported source and target systems and their versions can be found in the [Supported Version](https://docs.migration-center.com/supported-versions) page.

Migration-center is a modular system that connects to the various source and target systems using different connectors. The source system connectors are called *scanners* and the target system ones  are called *importers.* The capabilities and the configuration parameters of each connector are described in the corresponding manual.

You can find the explanations of the terms and concepts used in this manual in the [Glossary](https://docs.migration-center.com/glossary).

And last but not least, [Legal Notice](https://docs.migration-center.com/legal-notice) contains some important legal information.

{% hint style="info" %}
Customized versions of connectors or entirely new ones (for other types of source and target systems) can be created and added to migration-center thanks to the open, API-based and documented architecture of the product. If such customized connectors are deployed in your migration project, the documentation provided with them should be consulted instead, since the features, behavior and parameters are likely to be different from the connectors described in these guides.
{% endhint %}

### Further Resources

For additional tips and tricks, latest blog posts, FAQs, and helpful how-to articles, please visit our [user forum](https://migrationcenter.zendesk.com/hc/en-us).

In case you have technical questions or suggestions for improving migration-center, please send an email to our product support at <support@migration-center.com>.


---

# 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.migration-center.com/master.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.
