# Capacity

<figure><img src="/files/d0fJK7k81hoPVet2pVus" alt=""><figcaption></figcaption></figure>

The *Capacity* page displays your Project’s *capacity* — the number of migrations that have been allocated to your Project — and related statistics. Each migration costs one unit of capacity. You can also purchase more capacity for the Project account on this page.

The key parts of the *Capacity* page are described in detail below.

### Billing Portal

<figure><img src="/files/WXNRJZMhBfOkaHt5ZEFh" alt="" width="168"><figcaption></figcaption></figure>

The **Billing Portal** button takes you to the Warp Billing Portal, where you can do the following:

* View and manage your payment methods.
* View and manage your billing contact information.
* View your invoice history.

### Statistics

<figure><img src="/files/LjYscbhLacyCnVSVRWtc" alt=""><figcaption></figcaption></figure>

The *Statistics* section provides the following quantitative information about your Project:

* **Capacity Total:** The total amount of capacity purchased for the Project. For every migration, one unit of capacity must be spent.
* **Capacity Used:** The total number of capacity units used by the Project. Each unit represents one successful migration.
* **Capacity Available:** The amount of capacity remaining for the Project. You can perform one migration for each one of these units. \
  \&#xNAN;*(The formula is: Capacity Available = Capacity Total - Capacity Used)*
* **Repositories Ignored:** The total number of repositories that you have intentionally ignored (excluded from migration) in the Project.
* **Repositories to Migrate:** The number of repositories that still need to be migrated.\
  \&#xNAN;*(The formula is: Repositories to Migrate = Discovered Repositories - Migrated Repositories - Ignored Repositories)*

### Buy Capacity

<figure><img src="/files/4UyMqP8X5qIz9VB62Qbw" alt=""><figcaption></figcaption></figure>

The *Buy Capacity* section lets you purchase additional capacity for the Project. It has the following functions:

* It lists the prices for the various *boxes*, which are “packages” of capacity for purchase.&#x20;
* It gives you the ability to set the amount of capacity to purchase. You can set this amount in a couple of ways:
  * By entering a quantity in the **Quantity** field for the **Small Box**, **Medium Box**, or both rows.
  * You can click the **Optimize** button, which automatically enters the optimal quantities for purchasing enough capacity to handle your remaining repositories to migrate. You can clear the effects of the **Optimize** button by clicking the <img src="/files/QAHxEzEMZCUAhwQoNKjc" alt="" data-size="line"> button.
* You can start the purchase process by clicking the **Purchase** button. This will take you to the checkout page, where you will specify the payment method and finalize your purchase.

### Available Box Sizes

Boxes are available in the following sizes:

<table><thead><tr><th width="152">Size</th><th width="215">Capacity</th><th>Price</th><th>Cost Per Migration</th></tr></thead><tbody><tr><td><strong>Small Box</strong></td><td>100 migrations</td><td>$2,000 USD</td><td>$20/repository</td></tr><tr><td><strong>Medium Box</strong></td><td>1,000 migrations</td><td>$15,000 USD</td><td>$15/repository</td></tr></tbody></table>

**Custom pricing** is available for organizations planning very large migrations. To explore large-scale pricing options, [contact us](https://pack.fm/warp/contact-sales).


---

# 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/using-warp/projects/capacity.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.
