> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/features/user-interface/sharinpix-add-licenses.md).

# SharinPix Add Licenses

## Overview

SharinPix provides a way to request additional licenses for existing contracts.

In the following sections, you will learn:

* [*How to review existing license assignments*](#review-existing-license-assignments)
* [*How to use the "SharinPix Add Licenses" tab to request additional licenses*](#add-licenses)

{% hint style="warning" %}
**Prerequisite:**

* The SharinPix Package Version 1.309 (or later) is installed; refer to the article below to upgrade your current package: [*How to upgrade SharinPix package*](/faqs/how-to-update-sharinpix-package-from-the-appexchange.md)
  {% endhint %}

## Review existing license assignments

Verify that your account needs additional licenses before requesting more.

1. Navigate to Setup
2. Type "Installed Packages" in the *Quick Find*(left column)
3. Click "Installed Packages"
4. Find the SharinPix package in the list, and click Manage Licenses
5. Review your current *Allowed Licenses* and *Used Licenses*

![](/files/JZb8eC2EsjiWNBYGOx7M)

## Add Licenses

To request that additional licenses are added to your organization's contract:

* Click the Launcher and type "license" in the *Quick Find*.
* Click "SharinPix Add Licenses"
* Enter the number of licenses to add in *New License*.
* Click to acknowledge that you have been authorized
* The "Validate" button will become active. Click "Validate".

SharinPix will review the request and activate approved licenses within 24 hours of receiving payment.

An explanation of the fields on the "Add Licenses" tab is provided below:

![](/files/62O7NQX91RHFJg5RgbmO)

1. *Current Contract* - provides information about the existing contract
2. *Type -* this is the type of license included with the contract
3. *Number of Months* - the number of months remaining on the contract
4. *Unit Price* - the cost per license per month for any additional licenses requested
5. *New License* - enter the number of additional licenses to be added
6. *Price -* the months remaining x the unit price x the New License. This is the amount you can expect on your invoice to complete your current contract. It will appear once you have entered a desired number of New Licenses.
7. *New contract after validation* - provides the projected price to be charged at renewal.


---

# 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.sharinpix.com/documentation/features/user-interface/sharinpix-add-licenses.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.
