---
title: About the Server SDK
description: Extension bundles are installed from a .zip archive or a file system directory. You can use the manage-extension tool to install or update any extension that is packaged using the extension bundle format. It opens and loads the extension bundle, confirms the correct extension to install, stops the server if necessary, copies the bundle to the server install root, and then restarts the server.
component: pingauthorize
version: 10.1
page_id: pingauthorize:pingauthorize_server_administration_guide:paz_about_server_sdk
canonical_url: https://docs.pingidentity.com/pingauthorize/10.1/pingauthorize_server_administration_guide/paz_about_server_sdk.html
revdate: July 17, 2023
---

# About the Server SDK

Extension bundles are installed from a `.zip` archive or a file system directory. You can use the `manage-extension` tool to install or update any extension that is packaged using the extension bundle format. It opens and loads the extension bundle, confirms the correct extension to install, stops the server if necessary, copies the bundle to the server install root, and then restarts the server.

|   |                                                                                                                                                                                                                                                                                                                                                                     |
| - | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | You can only use the `manage-extension` tool with Java extensions packaged using the extension bundle format. Groovy extensions do not use the extension bundle format. For more information, see the `docs/getting-started/java-extensions.html` directory in your Server SDK download, which describes the extension bundle format and how to build an extension. |
