> For the complete documentation index, see [llms.txt](https://docs.realmacsoftware.com/elements-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmacsoftware.com/elements-docs/cms/online-cms-editor/license-keys.md).

# License Keys

New Elements CMS Pro licenses are sold through FastSpring. After purchase, FastSpring sends a receipt email containing your license key. Keep this email somewhere safe in case you need to activate the license again.

{% hint style="info" %}
Existing licenses purchased through Creem were not migrated to FastSpring. They remain valid and continue to use Creem for receipts and license recovery.
{% endhint %}

## Find your license key

### FastSpring purchases

If you purchased Elements CMS Pro through FastSpring:

1. Search your email for the FastSpring order confirmation and license key.
2. Sign in to the [Elements FastSpring Portal](https://elements.onfastspring.com/account/) using the email address entered during purchase.
3. Open your Online CMS Editor installation and go to **Workspace > License** to view the active license details.

You can also open the FastSpring customer portal from the Online CMS Editor. Go to **Workspace > License** and click **Billing & receipts** to view receipts or update your billing details.

{% hint style="info" %}
FastSpring sends portal access by email. If you request a sign-in link, check the inbox and spam folder for the email address used during purchase.
{% endhint %}

### Legacy Creem purchases

If you purchased a Solo or Studio license through Creem:

1. Search your email for the original Creem receipt.
2. Sign in to the [Creem customer portal](https://www.creem.io/my-orders/login) using the email address you used when purchasing.
3. Open your Online CMS Editor installation and check the license details there.

Legacy Creem licenses remain valid, but new licenses can no longer be purchased through Creem.

## Activate a license

When you purchase Pro from **Workspace > License**, FastSpring checkout opens in a new browser tab. Complete the purchase there and return to the Online CMS Editor. The editor waits for the purchase to complete and normally activates the new license automatically.

If automatic activation does not complete, copy the license key from the FastSpring email. Under **Workspace > License**, find **Already have a license key?**, paste the key, and click **Activate**.

## Domain coverage

Each license key can be active on one top-level domain at a time.

The current **Pro license** covers the top-level domain and all of its subdomains. For example, one Pro license covers:

* `mydomain.com`
* `blog.mydomain.com`
* `deep.blog.mydomain.com`

Legacy Solo licenses cover one top-level domain only. Legacy Studio licenses cover their top-level domain and its subdomains.

You do not need a separate Pro or legacy Studio license key for each subdomain. If you want to use a license key on a different top-level domain, first deactivate it from the current domain.

## Deactivate a domain

You can deactivate a license key from its current domain in the Online CMS Editor:

1. Open the Online CMS Editor.
2. Go to **Workspace > License**.
3. Select **Deactivate domain**.

This automatically deactivates the current top-level domain and makes the license key available to use on another domain instantly.

## Still cannot find it?

If you cannot find the receipt, access the appropriate customer portal, or view the license key from your Online CMS Editor installation, [contact Realmac support](https://www.realmacsoftware.com/support/) and we can help retrieve it for you. Tell us whether the license was purchased through FastSpring or Creem if you know.


---

# 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://docs.realmacsoftware.com/elements-docs/cms/online-cms-editor/license-keys.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.
