> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniwind.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Your License

> Purchase and manage your Uniwind Pro license

## Overview

Uniwind Pro uses a seat-based licensing model. Each seat in your subscription includes one Individual License that can be assigned to a developer. Organizations with 2+ members can also create Team Licenses for shared project access, and a CI/CD License for automated builds.

## Purchase a Subscription

Visit [uniwind.dev/pricing](https://uniwind.dev/pricing) to purchase a subscription. You can choose the number of seats based on your team size. Each seat grants one Individual License that can be assigned to a team member.

## License Types

Uniwind Pro offers three types of licenses to cover different use cases:

<CardGroup cols={3}>
  <Card title="Individual" icon="user" href="/pro/individual-license">
    **300 downloads/month**

    Personal license tied to a GitHub account for local development.
  </Card>

  <Card title="Team" icon="users" href="/pro/team-license">
    **1,000 downloads/month per project**

    Project-based license shared across organization members.
  </Card>

  <Card title="CI/CD" icon="server" href="/pro/cicd-license">
    **1,000 downloads/month**

    Token-based license for automated pipelines.
  </Card>
</CardGroup>

## Quick Comparison

| Feature           | Individual        | Team              | CI/CD            |
| ----------------- | ----------------- | ----------------- | ---------------- |
| Monthly downloads | 300               | 1,000 per project | 1,000            |
| Tied to           | GitHub account    | Project           | Token            |
| Authentication    | GitHub OAuth      | GitHub OAuth      | Auth header      |
| Use case          | Local development | Team projects     | Automated builds |
| Requirements      | Subscription seat | 2+ org members    | Subscription     |

<Tip>
  Need higher limits? Contact [support@uniwind.dev](mailto:support@uniwind.dev) to discuss extended quotas for your team.
</Tip>

## Getting Started

<Steps>
  <Step title="Purchase subscription">
    Visit [uniwind.dev/pricing](https://uniwind.dev/pricing) and select a plan.
  </Step>

  <Step title="Create organization (optional)">
    Set up an organization in your [dashboard](https://uniwind.dev/dashboard) to manage team members and unlock Team Licenses.
  </Step>

  <Step title="Assign licenses">
    Invite team members by their GitHub username to assign Individual Licenses.
  </Step>

  <Step title="Install Uniwind Pro">
    Follow the [installation guide](/pro/installation) to set up Uniwind Pro in your projects.
  </Step>
</Steps>

## Managing Your Subscription

From your [dashboard](https://uniwind.dev/dashboard), you can:

* **Add or remove seats** - Adjust your subscription based on team size
* **Invite team members** - Assign Individual Licenses to GitHub accounts
* **Create projects** - Set up Team Licenses for shared access
* **Create CI/CD License** - Enable automated pipeline builds
* **Monitor usage** - Track download counts across all licenses
* **View billing** - Manage payment methods and invoices

## Download Limits

All download limits reset on the 1st of each calendar month (UTC). Unused downloads do not roll over.

<Warning>
  If you exceed your download limit, you'll receive an error when trying to install. Wait for the monthly reset or contact [support@uniwind.dev](mailto:support@uniwind.dev) to request a higher limit.
</Warning>

## License Priority

When downloading Uniwind Pro via the CLI, the system checks licenses in this order:

1. **Team License** for the project (if available with remaining quota)
2. **Individual License** for your GitHub account (fallback)

This means developers working on projects with Team Licenses automatically benefit from the higher shared limits.

## FAQ

<AccordionGroup>
  <Accordion title="Why are there download limits?">
    Uniwind Pro is hosted on our CDN and we want to avoid unexpected infrastructure costs. The default limits are generous for most workflows. If your organization needs more downloads, contact [support@uniwind.dev](mailto:support@uniwind.dev) and we can increase your limit.
  </Accordion>

  <Accordion title="Can I get a refund?">
    Yes, refunds are handled on a case-by-case basis. Contact [support@uniwind.dev](mailto:support@uniwind.dev) with your request. Refund eligibility is evaluated based on factors such as account history, download usage, and subscription duration.
  </Accordion>
</AccordionGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="Installation Guide" icon="download" href="/pro/installation">
    Step-by-step installation instructions
  </Card>

  <Card title="Support" icon="life-ring" href="mailto:support@uniwind.dev">
    [support@uniwind.dev](mailto:support@uniwind.dev)
  </Card>
</CardGroup>
