> 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/open-source.md).

# Open source

Argos sponsors selected open-source projects with free usage. Sponsorships are evaluated case by case.

### Qualification for sponsorship

To qualify for sponsorship, your project must meet all of the following conditions:

* The project is open source and not for commercial use.
* The project's usage of Argos falls within reasonable use limits.
* The repository's `README.md` includes the Argos banner below, pointing to `https://argos-ci.com`.
* The project includes a dofollow link to `https://argos-ci.com` on at least one page.
* Banner links use a UTM tag in the format `?utm_source=[team-name]&utm_campaign=oss`.

![Argos badge](https://argos-ci.com/badge-large.svg)

### How to apply

1. Make sure your project meets all the conditions above.
2. Check that you actually need sponsorship — the [Hobby plan](/docs/learn/billing-and-subscription/pricing-plans.md) is often sufficient for smaller projects.
3. Email <contact@argos-ci.com> confirming that your project meets the criteria and explaining why the Hobby plan doesn't cover your needs. Include your Argos team slug and a link to your open-source repository.


---

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