> For the complete documentation index, see [llms.txt](https://docs.bluefletch.com/bluefletch-enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluefletch.com/bluefletch-enterprise/technical-documentation/updating-license-key.md).

# Updating License Key

## Overview

As a device administrator, you will likely be keeping track of your organization's BlueFletch license rotation (e.g. annually, every three years. etc.). When you are approaching your current license key's expiration date, check the BlueFletch Portal's [***Admin - Organization***](/bluefletch-enterprise/product-guides/portal/admin/organization.md#organization) page to see if the license key has already been updated. If you see an updated expiration date for the forthcoming license period, you can apply the key to your device's Launcher configurations to keep your device licenses valid. If you expected to see an updated license key and do not, please reach out to **<customersuccess@bluefletch.com>**.

The following steps will guide you in checking your license key and updating a key to your devices.

## User Guide

1. Login to the BlueFletch Portal.
2. Navigate to the ***Admin - Organization*** page.
3. Press the **License Key** button.

<figure><img src="/files/d60uH80UZBgHYAlaehSy" alt=""><figcaption></figcaption></figure>

4. Observe the *License Expiration* date. This value will indicate if the current key is up-to-date for the upcoming license period or will be expiring soon. Reach out to **<customersuccess@bluefletch.com>** if the key is in danger of expiring soon.
5. To proceed with updating configurations with an up-to-date license key:
   1. **Copy to Clipboard** to copy the current key.
   2. Paste the copied key into the `license` field in the organization's launcher.json device configuration file(s).
   3. Deploy the updated launcher.json to the organization's devices.


---

# 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.bluefletch.com/bluefletch-enterprise/technical-documentation/updating-license-key.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.
