# Pricing

Cloudback uses a **per-repository pricing model** for GitHub. You pay based on the number of repositories you protect, not the number of users or seats in your organization.

## How Units Work for GitHub

Each GitHub repository with backups enabled consumes **1 unit** from your subscription pool.

| What You Protect        | Units Consumed |
| ----------------------- | -------------- |
| 1 GitHub repository     | 1 unit         |
| 10 GitHub repositories  | 10 units       |
| 100 GitHub repositories | 100 units      |

Units are shared across all connected accounts and platforms.

For full plan details, pricing tables, and billing cycle options, see [Pricing](/account-and-billing-management/pricing.md).

## What's Included

Every GitHub backup includes the full repository plus metadata:

* Git repository (bare clone with all branches, tags, and refs)
* Git LFS objects
* Issues (including sub-issues and issue types)
* Pull requests
* Wiki pages
* Releases and release assets
* Labels, milestones, and topics
* Projects V2
* Commit comments
* Collaborators
* Webhooks (excluding secrets)

For a complete breakdown, see [GitHub Backup Contents](/github/backup-contents.md).

## How to Subscribe for GitHub

The recommended way to purchase Cloudback for GitHub is through the **GitHub Marketplace**:

1. Select your preferred plan on the [Cloudback page on GitHub Marketplace](https://github.com/marketplace/cloudback)
2. Follow GitHub instructions to complete the purchase
3. Cloudback will automatically activate for the selected account

For alternative payment methods (credit card, bank transfer, invoice), see [Payment Methods](/account-and-billing-management/payment-methods.md).

## Learn More

* [Pricing](/account-and-billing-management/pricing.md) - Full plan comparison with pricing tables
* [Subscription Management](/account-and-billing-management/subscription-management.md) - Manage subscriptions and account assignments


---

# 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.cloudback.it/github/pricing.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.
