> For the complete documentation index, see [llms.txt](https://argos-ci.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://argos-ci.com/docs/learn/billing-and-subscription/how-to-subscribe.md).

# How to subscribe

Paid plans belong to **teams**, not to personal accounts. A personal account stays on the free [Hobby plan](/docs/learn/billing-and-subscription/pricing-plans.md) forever, so upgrading means creating a team on the Pro plan and transferring your projects to it.

{% hint style="info" %}
Your first team starts on a **14-day Pro trial**, with no credit card required. If you have already used your trial, you go straight to Stripe Checkout instead.
{% endhint %}

### Upgrade a Hobby account to a Pro team

{% stepper %}
{% step %}

### Create a team

From your personal account, go to **Settings → Billing** and select **Create a Team**.

![The Plan card of a personal account on the Hobby plan](/files/M1KQBYm0iPIPPl7hGNV8)
{% endstep %}

{% step %}

### Name the team and continue

Enter a team name, then select **Continue**. The line above the button tells you what happens next.

If you have never used the Pro trial, the team is created immediately on a 14-day trial — no payment details are asked for.

![The Create a Team form starting a 14-day Pro plan trial](/files/JaVzJLwgeOkh0GGBz0Du)

If you have already used your trial, you are redirected to Stripe Checkout to complete the subscription before the team becomes usable.

![The Create a Team form redirecting to Stripe](/files/BC3YlLt1rCUR3pe0srRM)

{% hint style="info" %}
The optional **Let @your-domain emails join this team** checkbox only appears if you have a verified company email address. It can be changed later in the team settings.
{% endhint %}
{% endstep %}

{% step %}

### Transfer your projects

Your existing projects stay on your personal account until you move them. For each project, go to **Settings → Transfer Project**, select **Transfer**, then pick the new team.

![Selecting the destination team in the Transfer Project dialog](/files/1SqgQOk4boXlxh9rO9PO)

The next screen lists the builds and screenshots that will move, and confirms the plan change, before you select **Transfer**.
{% endstep %}

{% step %}

### Add a payment method

During the trial, the team's **Settings → Billing** page shows how many days are left. Select **Add a payment method** to open the Stripe portal and enter your card — without it, the team loses access to team features when the trial ends.

![The Plan card of a team on the Pro trial](/files/NzylFhFRLG31f6q5AKVV)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The Pro plan's base price is charged at the start of each billing period. Extra screenshots beyond the included volume are billed at the end of the period, based on actual usage. See [Usage & spend management](/docs/learn/billing-and-subscription/spend-management.md).
{% endhint %}

### Subscribe through GitHub Marketplace

To pay through your GitHub invoice instead of a card, start the subscription from the [Argos page on GitHub Marketplace](https://github.com/marketplace/argos-ci). Make sure you upgrade the correct organization.

{% hint style="warning" %}
GitHub does not allow **invoiced GitHub accounts** to purchase paid plans on the Marketplace. If you see the error "Unfortunately, invoiced customers cannot purchase paid plans on the GitHub Marketplace", [subscribe through Stripe](#subscribe-through-stripe) instead.
{% endhint %}

### Subscribe a team whose trial has expired

If a team's trial has expired or its subscription was canceled, a banner at the top of the team pages offers a **Subscribe** button, which opens Stripe Checkout. A team that has never extended its trial also gets an **Extend trial** button there.

### Manage your subscription

To view invoices, update your payment method, or cancel your plan, go to the team's **Settings → Billing** and select **Manage subscription**.

You are redirected to your payment provider — the Stripe customer portal, or GitHub Marketplace if you subscribed there.

### Next steps

* [Pricing plans](/docs/learn/billing-and-subscription/pricing-plans.md) – Compare what each plan includes
* [Usage & spend management](/docs/learn/billing-and-subscription/spend-management.md) – Track usage and set spend limits


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://argos-ci.com/docs/learn/billing-and-subscription/how-to-subscribe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
