> 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/subscription/how-to-subscribe.md).

# How to subscribe

Unlock Argos team features with a subscription. Upgrade your existing team or create a new one to access premium capabilities.

### Steps to Subscribe

{% hint style="info" %}
A 14-day trial is available for the first team upgrade.
{% endhint %}

{% stepper %}
{% step %}

### Create or open a team

If you do not have a team yet, [create a new team](https://app.argos-ci.com/teams/new). Otherwise, go to the settings of your existing team.
{% endstep %}

{% step %}

### Upgrade the plan

In the Plan section, click on the `Upgrade` button.

![upgrade button](/files/1c244417314e0882fb26e3d25f8ab87253744a6a)
{% endstep %}

{% step %}

### Choose the team to upgrade

Choose the team you wish to upgrade.

![team select](/files/7ea3c4d7d6bd980b0df92b10610024876c63656f)
{% endstep %}

{% step %}

### Complete checkout

You will be redirected to Stripe Checkout. Complete the payment form.
{% endstep %}

{% step %}

### Receive confirmation

After the payment process is successfully completed, you will receive a confirmation email.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The payment will be processed at the end of the first month based on your usage.
{% endhint %}

### Subscription via GitHub Marketplace

If you prefer subscribing via GitHub Marketplace, initiate the subscription on the [Argos Marketplace page](https://github.com/marketplace/argos-ci). Ensure that you upgrade the correct organization on the Marketplace.


---

# 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/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.
