--- title: Overview of the Extensions SDK description: Overall index for Docker Extensions SDK documentation keywords: Docker, Extensions, sdk redirect_from: - /desktop/extensions-sdk/dev/overview/ --- The resources in this section help you create your own Docker extension. The Docker CLI tool provides a set of commands to help you build and publish your extension, packaged as a specially formatted Docker image. At the root of the image filesystem is a `metadata.json` file which describes the content of the extension. It's a fundamental element of a Docker extension. An extension can contain a UI part and backend parts that run either on the host or in the Desktop virtual machine. For further information, see [Architecture](architecture/index.md). You distribute extensions through Docker Hub. However, you can develop them locally without the need to push the extension to Docker Hub. See [Extensions distribution](extensions/DISTRIBUTION.md) for further details. {% include extensions-form.md %}
Understand the process for building and publishing an extension.
Follow the quickstart guide to build a basic Docker Extension quickly.
Ensure your extension aligns to Docker's design guidelines and principles.
Understand how to publish your extension to the Marketplace.
Find information on how to interact indirectly with a Kubernetes cluster from your Docker Extension.
Build your extension for multiple architectures.