# Welcome

### What is Warp?

Warp transforms GitHub migration from a tedious, error-prone, manual process on the command line into a smooth, automated, straightforward experience managed within GitHub.

### What’s in this documentation?

Warp is a rapidly evolving product, with constant updates and improvements. As a result, you’ll find that its documentation is constantly being updated as well.

Here’s a quick guide If you’re new to Warp, we think you’ll find these sections helpful:

* [**What’s Warp?**](https://kb.packfiles.io/guides/whats-warp) — A more detailed description of Warp, what it does, and its key features.
* [**Quickstart**](https://kb.packfiles.io/guides/quickstart) — A complete step-by-step guide to performing a migration using Warp, from installing the local application on your computer to confirming that your migration was successful. \
  If you have a free trial of Warp , you’ll definitely want to check out the Quickstart.
* [**Roadmap**](https://kb.packfiles.io/product/roadmap) — A quick overview of Warp’s current feature set and the migrations it currently supports, with a glimpse into what we plan to release in the future.
* [**Warp’s Security Model**](https://kb.packfiles.io/security/warp-security-model) — A review of Warp’s approach to security, which comes from recognizing that your source code is mission-critical and contains confidential data, and that migrating it requires using highly-privileged credentials.
* [**Billing and Licensing Overview**](https://kb.packfiles.io/billing-and-licensing/overview) — Find out how much it costs to use Warp. Best of all, our small (100 migrations) and medium (1,000 migrations) have their prices listed using *actual dollar figures* instead of “call us!”

{% hint style="info" %}
If you need help with anything that isn't yet covered in our documentation, please don’t hesitate to [create an Issue](https://github.com/packfiles/kb.packfiles.io/issues/new/choose), [open a Pull Request](https://github.com/packfiles/kb.packfiles.io/compare), or [share feedback](https://pack.fm/warp/feedback) with our team.
{% endhint %}

### Jump In

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>What's Warp?</strong></td><td>Let's Start With the Gist</td><td></td><td></td><td><a href="guides/whats-warp">whats-warp</a></td></tr><tr><td><strong>Quickstart Guide</strong></td><td>Get started with Warp and Azure DevOps</td><td></td><td></td><td><a href="guides/quickstart">quickstart</a></td></tr><tr><td><strong>Support</strong></td><td>Understand Warp's Support Options</td><td></td><td></td><td><a href="using-warp/support">support</a></td></tr></tbody></table>


---

# 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://kb.packfiles.io/readme.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.
