> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Manage Velo Packages ## Article: Manage Velo Packages ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/packages/velo-packages/manage-velo-packages.md ## Article Content: # Manage Velo Packages [Velo Packages](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/packages/velo-packages/about-velo-packages.md) are code libraries written using Velo code. Learn how to install, configure, update, and remove Velo packages from a site. ## Install a Velo package 1. Navigate to **Packages & Apps** in the Code sidebar. 1. Hover over **Velo Packages** in **Packages & Apps**, click the plus icon, and select **Install Velo package**. 1. Choose a package from the list and click **Install**. 1. Review the package's README and follow any additional setup instructions. > **Note:** By installing a Velo package that uses an npm package, you agree to that npm module's license agreement. ## Configure Velo packages Depending on the package, configuration may include: - Creating an account with a 3rd-party service. - Adding secrets in the Secrets Manager. - Adding a Wix app, such as Wix Store, to the site. - Editing the package's `config.json` file to define specific settings that affect how the package works. ## Update a Velo package version If there is an update available for a package installed on a site, you'll see a blue dot next to the package in the Code sidebar. To update a package: 1. Hover over the package name and click the more icon. 1. Select **See update**. 1. In the Package Manager, review package updates in the release notes. 1. Click **Update to X.X.X**.
**Important:** After applying a package update, make sure that the code on the site is compatible with the updated version of the package.
## Uninstall a Velo package 1. Ensure no code references remain to the package's APIs. 1. Navigate to **Packages & Apps** in the Code sidebar. 1. Hover over **Velo Packages** in **Packages & Apps**, click **Uninstall**.
**Warning:** Uninstalling a package can break code that depends on it.
## See also - [About Velo packages](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/packages/velo-packages/about-velo-packages.md) - [Use Velo packages in code](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/packages/velo-packages/use-velo-packages-in-code.md)