Offline documentation

To make the documentation available for use in offline mode, obtain the documentation files from the Tungsten RPA product package that you downloaded.

The product package includes the following documentation files for offline use:

  • TungstenRPADocumentation_2026.1_EN.zip

    Contains the entire Tungsten RPA documentation set in English.

  • TungstenRPADocumentation_2026.1_JA.zip

    Contains the entire Tungsten RPA documentation set in Japanese, except for the Java API documentation which is only available in English.

  • TungstenRPADocumentation_2026.1_FR.zip

    Contains the entire Tungsten RPA documentation set in French, except for the Java API documentation which is only available in English.

  • TungstenRPAManagementConsoleDocumentation_2026.1.zip

    Contains the documentation for Management Console and Kapplets in English, Japanese, and French.

After you install the Tungsten RPA product, follow these steps.

  1. Extract the contents of the TungstenRPADocumentation.zip file for the language you require to a location on your computer.

  2. Rename the extracted folder to either EN, JA, or FR, depending on the language code specified in the .zip file name. For example, TungstenRPADocumentation_2026.1_EN must be renamed to EN.

    The extracted folder for each language contains the following folders:

    • api
    • help
    • print
    • Resources

  3. Extract the contents of the TungstenRPAManagementConsoleDocumentation.zip file to a location on your computer.

    You do not need to rename the extracted folder.

    The extracted folder contains the TungstenRPAManagementConsoleDocumentation.war file that includes the documentation in all three languages.

When the offline documentation is installed for an RPA component according to the instructions, the component will use the offline version of the documentation by default, even if an active Internet connection exists.

API offline documentation

The folder that you extracted from one of the TungstenRPADocumentation.zip files contains the API references in English. Access the RPA Java and RPA .NET API documentation from this folder.

Design Studio offline documentation

  1. Navigate to the location where you renamed the extracted documentation folder.

  2. Copy the EN, JA, or FR folder to the documentation folder inside the product files.

    Example: C:\Program Files\Tungsten RPA 2026.1.0.0\documentation

  3. Start Design Studio and navigate to Settings > Design Studio Settings.

  4. On the General tab, in Documentation Location, select Offline.

  5. Save the changes.

To switch to online mode, select Online in Design Studio Settings and save the changes.

Management Console offline documentation

The offline documentation for Management Console is included in the TungstenRPAManagementConsoleDocumentation.war file that you have already copied to a location on your computer.

To use the Management Console documentation in offline mode, follow these steps.

  1. Extract TungstenRPAManagementConsoleDocumentation.war to a folder on your computer.

  2. In the application.properties file, set the mc.help.offline-base-url property to the location of the unzipped folder.

    The location URL must start with "file:///". For example:

    mc.help.offline-base-url=
    file:///c:/TungstenRPAManagementConsoleDocumentation

To switch to online mode, delete the added property from the configuration file, save the changes, and restart the server.

For Docker, specify the path to the folder containing the offline documentation by using the MC_HELP_OFFLINEBASEURL environment variable.

Desktop Automation Service offline documentation

  1. Navigate to the location where you renamed the extracted documentation folder.

  2. Copy the EN, JA, or FR folder to the documentation folder inside the product files.

    Example: C:\Program Files\Tungsten RPA Desktop Automation 2026.1.0.0\documentation

To switch to online mode, delete or move the documentation folder from the Tungsten RPA Desktop Automation 2026.1.0.0 folder.

Process Discovery offline documentation
This feature is deprecated in RPA 2026.1 and will be removed in a subsequent release. Do not install Process Discovery.

Kapplets offline documentation

The offline documentation for Tungsten RPA Kapplets is included in the TungstenRPAManagementConsoleDocumentation.war file that you have already copied to a location on your computer.

To use the Kapplets documentation in offline mode, follow these steps.

  1. Extract TungstenRPAManagementConsoleDocumentation.war to a folder on your computer.

  2. In the application.properties file, set the kapplets.help.offline-base-url property to the location of the unzipped folder.

    The location URL must start with "file:///". For example:

    kapplets.help.offline-base-url=
    file:///c:/TungstenRPAManagementConsoleDocumentation

To switch to online mode, delete the added property from the configuration file, save the changes, and restart the server.

For Docker, specify the path to the folder containing the offline documentation by using the KAPPLETS_HELP_OFFLINEBASEURL environment variable.