# Step 3: Install licenses

If you are a new customer, your Pentaho Welcome Kit contained the necessary licenses. If you are an existing customer, the licenses are emailed. If you did not receive your welcome kit, did not receive the licenses, or are having any other problems, contact Pentaho Support. See the **Administer Pentaho Data Integration and Analytics** document for more information about required licenses and installation methods.

Perform the following steps to install the Pentaho licenses on your Linux environment.

1. Download the `.lic` files you want to install.
2. Navigate to the `/license-installer/` directory where the Pentaho PDI tool is installed.
3. Copy your `.lic` files to the `/license-installer/` directory.
4. Run the `install_license.sh` script with the install switch and the location and name of your `.lic` file as a parameter. You can specify multiple `.lic` files separated by spaces. Be sure to use backslashes (`\`) to escape any spaces in the path or file name.

   ```
    ./install_license.sh install Pentaho\ BI\ Platform\ Enterprise\ Edition.lic  
   ```
5. Repeat the previous step for all required licenses.


---

# Agent Instructions: 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:

```
GET https://docs.pentaho.com/install/9.3-install/pentaho-installation-overview-cp/manual-installation/manual-installation-process/prepare-jboss-connections-and-web-app-servers/prepare-jboss-web-application-servers/step-5-configure-pentaho-settings-for-jboss/add-jboss-logging/configure-and-start-the-pentaho-server-after-manual-installation/configure-the-pentaho-server-for-linux/step-2-install-licenses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
