# App Center Migration Tool

### Overview

The **Updraft AppCenter Migration Tool** simplifies the process of migrating builds from [Microsoft App Center](https://appcenter.ms/) to [Updraft](https://getupdraft.com). With just a few steps, you can seamlessly transfer your entire build history to Updraft's app distribution platform, ensuring a smooth transition without any data loss.

### Why Use This Tool?

* **Effortless Migration** – Automates the transfer of builds from App Center to Updraft.
* **Secure & Reliable** – Ensures your builds are safely migrated.
* **No Manual Work** – Avoids the hassle of downloading and re-uploading files manually.
* **Preserve Build History** – Retain access to all previous builds in your new Updraft environment.

### How It Works

The migration tool interacts with both Microsoft App Center and Updraft APIs to fetch and transfer build artifacts. The process involves:

1. **Authentication** – Authenticate with both App Center and Updraft using API tokens.
2. **Fetching Build Data** – The tool retrieves all available builds from App Center.
3. **Uploading to Updraft** – Each build is automatically uploaded to Updraft, maintaining metadata such as versioning and release notes.
4. **Verification** – The tool ensures each build is successfully migrated.

### Need Help?

If you run into any issues or have questions, check out the [GitHub repository](https://github.com/appswithlove/updraft-appcenter-migration-tool) or reach out to our support team at [Updraft](https://getupdraft.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.getupdraft.com/microsoft-app-center-alternative/app-center-migration-tool.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.
