> ## Documentation Index
> Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Request And Apply A New License Key

export const InlineImage = ({src, href, alt = "", size = "medium", customSize, position = "left", children}) => {
  const sizeClasses = {
    small: "w-6 h-6",
    medium: "w-8 h-8",
    large: "w-12 h-12",
    xlarge: "w-16 h-16"
  };
  const ImageComponent = () => <img src={src} alt={alt} className={customSize ? '' : sizeClasses[size]} style={{
    verticalAlign: 'baseline',
    display: 'inline-block',
    margin: '0',
    padding: '0',
    border: 'none',
    maxHeight: '1em',
    ...customSize ? {
      width: customSize,
      height: customSize
    } : {
      width: '1em',
      height: '1em'
    }
  }} />;
  const imageElement = href ? <a href={href} className="inline-block border-b-0 no-underline">
            <ImageComponent />
        </a> : <ImageComponent />;
  return <>
            {position === "left" && imageElement}
            {position === "left" && " "}
            {children}
            {position === "right" && " "}
            {position === "right" && imageElement}
        </>;
};

## Visual Data Discovery Module

<b>This applies to</b>: *Visual Data Discovery*

<Note>
  <b>Note:</b> Use the DevNet License Manager to obtain license keys. These are provided to the person in your organization we term the License POC (Point of Contact). If you don't know who your License POC is, please reach out to your Account Manager.
</Note>

<Note>
  <b>Note:</b> When a Symphonystandard or trial license expires, only system administrators can log in (to update the license). Regular users are shown a message that the license has expired.
</Note>

Manage your license keys in one of three ways:

* [Manage License Keys in the UI](#manage-license-keys-in-the-ui)

* [Manage License Keys Using the Licensing API](#manage-license-keys-using-the-licensing-api)

* [Manage License Keys Using Configuration Properties or Environment Variables](#manage-license-keys-using-configuration-properties-or-environment-variables)

## Manage License Keys in the UI

<b>This applies to</b>: *Visual Data Discovery*

<b>Apply a new license key:</b>

1. In the environment for which you need a new license key, log in as a system administrator.

<Note>
  <b>Note:</b> To log in after a trial license has expired, navigate to `https://your-symphony-instance/discovery/login` to log in as a system administrator and access the Visual Data Discovery UI.
</Note>

2. Select <b>Licenses</b> from the main menu to open a Licenses work area for all modules.

3. Select <b>License details</b> from the <b>Actions</b> menu for the license you want to apply an update for. A <b>Licenses</b> the Manage License work area appears for this license.<br />
   Alternatively, select <b>Tools > License</b> from the main menu in Visual Data Discovery. The Manage License work area appears.

<Frame>
  <img src="https://mintcdn.com/insightsoftware-preview/wI6DWZIY-PX6yQHr/images/image_3146.png?fit=max&auto=format&n=wI6DWZIY-PX6yQHr&q=85&s=f51c70b94b31125ee8b75739e36d9e5b" alt="Use this work area to download instance tokens license keys and manage new licenses" width="384" height="412" data-path="images/image_3146.png" />
</Frame>

This work area shows your current data discovery instance ID and its current expiration date.

<Note>
  <b>Note:</b> If you select <b>Download Current Key</b>, your current license key is downloaded in a `license.key` file.
</Note>

4. Select <b>Download Instance Token</b>. A `.tok` file is downloaded to your computer.

5. Log into DevNet and visit the License Management page to create a license file. You do this by assigning one of your license keys to a specific instance of Symphonydata discovery, by uploading the `.tok` file from the previous step. DevNet generates a license.key file, and downloads the file to your machine.

6. Browse to find the license key you just downloaded. Then, select <b>Submit</b>. Symphonydata discovery applies the new license to your instance.

## Manage License Keys Using the Licensing API

<b>This applies to</b>: *Visual Data Discovery*

<table cellspacing="0" class="TableStyle-GENERIC-TABLESTYLE"><thead><tr class="TableStyle-GENERIC-TABLESTYLE-Head-Header1"><th class="TableStyle-GENERIC-TABLESTYLE-HeadE-Column1-Header1">Endpoint</th><th class="TableStyle-GENERIC-TABLESTYLE-HeadE-Column1-Header1">Method</th><th class="TableStyle-GENERIC-TABLESTYLE-HeadD-Column1-Header1">Description</th></tr></thead><tbody><tr class="TableStyle-GENERIC-TABLESTYLE-Body-Body1"><td class="TableStyle-GENERIC-TABLESTYLE-BodyE-Column1-Body1" rowspan="2">`/api/license`</td><td class="TableStyle-GENERIC-TABLESTYLE-BodyE-Column1-Body1">GET</td><td class="TableStyle-GENERIC-TABLESTYLE-BodyD-Column1-Body1">Returns license information for the instance.</td></tr><tr class="TableStyle-GENERIC-TABLESTYLE-Body-Body2"><td class="TableStyle-GENERIC-TABLESTYLE-BodyB-Column1-Body2">POST</td><td class="TableStyle-GENERIC-TABLESTYLE-BodyA-Column1-Body2">Updates license information for the instance</td></tr></tbody></table>

API documentation is provided with your Symphony installation at this link: `<symphony-URL>/discovery/swagger-ui.html`.

If a problem occurs, contact your sales or technical support representative.

## Manage License Keys Using Configuration Properties or Environment Variables

<b>This applies to</b>: *Visual Data Discovery*

Add your license keys and installation id to `zoomdata.properties`. Format the variables as shown below:

```
zoomdata.license.key=`<value>`
zoomdata.installation.id=`<value>`
```

<Warning>
  <b>Important:</b> License information provided via configuration properties or environment variables have a higher priority than keys stored in the database previously provided via API or user interface. If you attempt to change the keys using the API in an environment where licensing information from configuration properties or environment variables are in use, Symphonydata discoveryreturns a failure message. Update the license key in the configuration files instead.
</Warning>

## Licenses in Managed Dashboards and Reports Module

<b>This applies to:</b> *Managed Dashboards, Managed Reports*

Once you've applied a valid retail license, the evaluation watermark is removed the next time you log in.

<b>Add a new license key (Licenses work area)</b>

1. Select <b>Licenses</b> from the main menu. A Licenses work area for all modules opens.

2. Select <b>License details</b> from the <b>Actions</b> menu. A <b>Licenses</b> a work area specific to the module you selected, showing the licenses in your environment.

3. Select <b>Add New</b> to add a new license. An <b>Add License</b> work area opens.

4. Add the license information in one of the following ways:

   * Drag and drop the license file from your computer or networked location
   * Select <b>Choose File</b> to select a file from your computer or networked location
   * Copy and paste the license text into the field provided

5. <b>Save</b> your license. The license list is updated with the new entry.

6. Log out, then log back in to view the license update, and if applicable, the removal of the evaluation watermark.

### View Licenses

<b>View your licenses (Licenses work area)</b>

1. Select <b>Licenses</b> from the main menu. A Licenses work area for all modules opens, showing license module name, status, expiration date, and days remaining in the current licensing period.

2. Use the filters to limit the licenses shown by selecting a module, or view all licenses by selecting <b>All</b>.

3. To see more information about a specific license, select <b>License details</b> from the <b>Actions</b> menu.<br />

   A <b>Licenses</b> a work area specific to the licensed module opens, showing the licenses in your environment.

4. Take any actions needed for the licenses, or navigate away when you're done viewing the licenses.
