# Add/Change Licenses Manually

#### Adding licenses

* Copy the new licenses in the license directory.

```
 cp [MyNewLicense][InstallDir]/toolpack/pkg/licenses/
```

\
Example:

```
 cp ./TB002933_RELEASE_V3_2_license.dat /lib/tb/toolpack/pkg/licenses/
```

#### &#x20;Updating licenses

* Overwrite the old license with the new one.
* Erase the .\[TmediaSerial]\_license\_installed file.

```
 cp [MyNewLicense][InstallDir]/toolpack/pkg/licenses/
 rm [InstallDir]/toolpack/pkg/licenses/.[TmediaSerial]_license_installed
```

\
Example:

```
 cp ./TB002933_RELEASE_V3_2_license.dat /lib/tb/toolpack/pkg/licenses/
 rm /lib/tb/toolpack/pkg/licenses/.[TmediaSerial]_license_installed
```

#### &#x20;Installing licenses manually

Alternatively, you can install the license manually with the tool *tbautoinstall* as instructed [here](https://docs.telcobridges.com/wiki/Tbautoinstall#Installing_a_license).


---

# 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://prosbcdocs.telcobridges.com/initial-installation/3.-uploading-a-license/add-change-licenses/add-change-licenses-manually.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.
