> For the complete documentation index, see [llms.txt](https://learning.contextqa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learning.contextqa.com/administration/license-status.md).

# License Status and Expiry

## Quick answer

Read the ContextQA Dashboard entitlement indicator and respond safely when a self-hosted or time-limited license approaches expiry. Use this page to understand when the capability applies, complete its user-facing workflow, and verify the expected result.

## What this page covers

{% hint style="info" %}
**Who is this for?** IT administrators and engineering managers responsible for keeping a ContextQA deployment licensed and available.
{% endhint %}

The ContextQA Dashboard can display the current entitlement state alongside the workspace test inventory and activity metrics.

![ContextQA workspace dashboard showing web, API, and mobile test inventory together with AI and human activity trends](/files/xyOm89MXv2tJHLGYsgum)

## Reading the indicator

The observed demo workspace displays an **Active** entitlement with the remaining time shown in minutes. Other deployments may show a date, a different time unit, a renewal warning, or subscription-specific wording.

Use the displayed state as an operational signal:

| Visible state                          | Recommended response                                                                                                                |
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| **Active** with ample remaining time   | Record the owner and renewal date in the organization's normal vendor-management process                                            |
| **Active** with limited time remaining | Contact the ContextQA account owner, confirm the renewal plan, and schedule a verification after the updated entitlement is applied |
| Warning or expired state               | Capture the non-sensitive status text, notify the service owner, and avoid configuration changes that could complicate recovery     |

Do not publish fixed warning thresholds unless they have been confirmed for the target deployment. Countdown units, banners, grace periods, and post-expiry behavior can depend on licensing and deployment configuration.

## Renewal runbook

1. Identify the ContextQA organization and deployment owner.
2. Record the visible entitlement state and remaining time without including user data, API keys, or secrets.
3. Contact the ContextQA account team or [ContextQA support](mailto:support@contextqa.com) with the organization details.
4. Agree on a maintenance and rollback window when applying a self-hosted license update.
5. After renewal, sign in and confirm the indicator returns to the expected active state.
6. Run a small, non-destructive test and confirm that scheduled automation still operates.
7. Retain the approval and verification evidence according to the organization's process.

## Business value

* **Avoid release disruption:** Assigning an owner and renewal lead time keeps test gates available during critical delivery windows.
* **Reduce incident ambiguity:** A short verification run separates entitlement problems from unrelated execution failures.
* **Support governance:** Preserving the approval, visible state, and post-renewal check creates a clear operational record.

## Related pages

* [Administration Overview](/administration/administration.md)
* [System Configuration](/administration/system-configuration.md)
* [Roles & Permissions](/administration/roles-and-permissions.md)
* [Authentication and SSO](/administration/sso-and-authentication.md)


---

# 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://learning.contextqa.com/administration/license-status.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.
