> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/introduction-to-inforiver/get-started/inforiver-customer-portal/license-admin.md).

# License Admin

License admins can access only the **Subscriptions page** after they log in using their registered email ID and subscription ID. They can view the plan details and shipping information, generate the Inforiver visual for the available versions, or get the license key in case of a certified visual.&#x20;

## 1. Generate and Download Builds/Get License key &#x20;

In the ‘Downloads/Licenses’ section, the license admin can generate and download the latest builds by clicking **Generate Build**. After the build is generated, they can click **Download.**

The latest three versions will be available for the license admins to download at any time. For certified visuals, the license key can be copied from this section.&#x20;

<figure><img src="/files/VEVAlp2azmFZsDwtuGRd" alt=""><figcaption><p>Subscriptions page</p></figcaption></figure>

Unlike billing admins, they cannot view invoices or change billing/subscription information. They receive emails from Inforiver to download the visual once they sign up and whenever new releases become available.&#x20;

{% hint style="info" %}
License admins will always have access to the most recent three versions for download. &#x20;
{% endhint %}

## 2. Regenerate Build <a href="#id-7.-regenerate-build" id="id-7.-regenerate-build"></a>

License admins can regenerate a build for applicable versions directly from the Subscription Details page.

If a build has already been generated for a subscription/version, a 'Regenerate Build' button will appear next to it. Clicking this button will regenerate the build.

<figure><img src="/files/iNSThTvwucuM3jxIis0M" alt="" width="563"><figcaption><p>Regenerate build</p></figcaption></figure>

Regenerating the build is useful when you want to make sure that any configuration changes or the latest settings are applied.

{% hint style="info" %}
The 'Regenerate Build' button appears only for subscriptions that already have a previously generated build. For versions with no existing builds, there will be a 'Generate Build' Button.
{% endhint %}

We hope this guide has answered all your questions. If you have any further inquiries or subscription-related issues, you can reach out to us at [inforiver.com/contact-us/](https://inforiver.com/contact-us/)&#x20;


---

# 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.inforiver.com/introduction-to-inforiver/get-started/inforiver-customer-portal/license-admin.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.
