docs/src/extensions/installing-extensions.md
Extensions add functionality to Zed, including languages, themes, and AI tools. Browse and install them from the Extension Gallery.
Open the Extension Gallery with {#kb zed::Extensions}, or select "Zed > Extensions" from the menu bar.
~/Library/Application Support/Zed/extensions.$XDG_DATA_HOME/zed/extensions or ~/.local/share/zed/extensions.%LOCALAPPDATA%\Zed\extensions.This directory contains two subdirectories:
installed, which contains the source code for each extension.work which contains files created by the extension itself, such as downloaded language servers.To automate extension installation/uninstallation see the docs for auto_install_extensions.