> For the complete documentation index, see [llms.txt](https://tools.galois.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.galois.com/camet/overview/subscription.md).

# Subscription

## Requesting Access to CAMET

Please contact us at <camet-library@galois.com> to become a subscriber to Galois's CAMET® Library.&#x20;

Upon receipt of a subscription request email, Galois will provide instructions for access to CAMET library. Each subscription provides access to all CAMET Library tools, software, models, and other materials for the term selected.&#x20;

Enterprise Support, as well as new tools or functionality improvements, can be contracted separately.  See below for Enterprise Support plans.

With the CAMET subscription, the User agrees in full to the terms and conditions of the CAMET Library Terms of Use, and the End User License Agreements of the individual CAMET Library Software Tools.&#x20;

[CAMET Library Terms of Use](https://cdn.prod.website-files.com/673b407e535dbf3b547179dd/69c44b562f5a99c58fe3da24_CAMET_ToU_25March2026.pdf)

[CAMET Software Tools: End User Agreement](https://cdn.prod.website-files.com/673b407e535dbf3b547179dd/69c44b8e7fefb6f20f02946d_FASTAR_EULA_CAMET_withDisclaimer_Updated25March2026.pdf)

<br>

## Subscription Levels

*As of 1/1/2026, Galois changed the CAMET Library subscription model to the following:*

<details>

<summary>CAMET Library</summary>

COST

* FREE up to 10 users, per organization

SUPPORT

* Access to the self-service portal, with the option to purchase additional training and services

</details>

<details>

<summary>CAMET Enterprise</summary>

COST

* $18,000/seat/year, up to 5 seats
* $15,000/seat/year for groups of 6–10
* $12,000/seat/year for groups larger than 10, less than 20

SUPPORT

* Support provided for [CAMET Base Pack](/camet/overview/camet-tools.md#camet-base-pack) ONLY
* Initial response to inbound support requests within 24 hours; available weekdays EST
* Supported Onboarding
* Each license will receive one seat to a Virtual Instructor-led Training
* Access to the self-service portal
* Includes license to CAMET Library

</details>


---

# 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://tools.galois.com/camet/overview/subscription.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.
