> For the complete documentation index, see [llms.txt](https://docs.atomyx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atomyx.io/getting-started/shared-concepts/subscriptions.md).

# Subscriptions

Subscriptions determine how an Atomyx product is activated and used within a workspace.

A product may be present in a workspace, but it still needs the right subscription state before it is fully operational.

### What a subscription controls

A subscription can affect:

* whether the product is active
* which usage model applies
* what limits or capacity are available
* how billing is handled

### Common subscription pattern

A typical Atomyx setup includes:

* **trial** usage for evaluation or initial development
* **production** usage for live workloads and operational use

The exact commercial structure may vary by product.

### Subscription scope

Subscriptions are attached to products in the context of a workspace.

This means:

* one workspace can have different subscriptions for different products
* multiple workspaces can have different subscription setups
* production and non-production environments can be separated cleanly

### Practical advice

Use trial environments to explore and prototype, then move to clearly separated production workspaces and subscriptions for live use.

### Related pages

* **Products**
* **Workspaces**
* **Activate a Subscription**
* **Products and Subscriptions** in Vault


---

# 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:

```
GET https://docs.atomyx.io/getting-started/shared-concepts/subscriptions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
