---
title: 'Extensions overview'
description: 'Overview of the extensions available in NocoDB'
tags: ['Extensions', 'Overview']
keywords: ['Extensions overview', 'Add Extensions', 'Extension framework', 'Extension settings']
---
:::note
The Extensions feature is available exclusively on NocoDB Cloud and is not supported in self-hosted instances.
:::
Extensions are modular components designed to expand and customize your experience with NocoDB. Functioning like plugins, extensions introduce new features and functionalities beyond the platform's core capabilities, allowing users to adapt NocoDB to suit unique requirements and workflows.
This section provides an overview of the Extensions framework, detailing how to install, manage, and utilize extensions to optimize your NocoDB base.
[//]: # (- [Extension Marketplace](overview#extension-marketplace))
[//]: # (- [Add Extensions](overview#adding-extensions))
[//]: # (- [Manage Extensions](overview#managing-extensions))
Extensions can be developed using JavaScript and Vue.js, offering a flexible approach to adding new features to your NocoDB instance. The ability to develop custom extensions will be available soon, allowing you to tailor NocoDB to meet specific needs and workflows. Stay tuned for more updates!
The Extensions side panel can be toggled using the `Extensions` button located in the top-right corner of the NocoDB interface.
[//]: # (![Extensions side panel](/img/v2/extensions/extensions-side-panel.png))
## Extensions Marketplace
The Extensions Marketplace is a centralized hub where you can explore, discover, and install extensions to enhance your NocoDB experience. The marketplace offers a wide range of extensions developed by the NocoDB team and the community, providing a diverse selection of features to choose from.
The following extensions are currently available in the marketplace:
- [Data Exporter](/extensions/data-exporter)
- [Upload Data from CSV](/extensions/upload-data-from-csv)
- [Bulk Update](/extensions/bulk-update)
- [URL Preview](/extensions/url-preview)
- [World Clock](/extensions/world-clock)
- [Org Chart](/extensions/org-chart)
Note that, the ability to develop custom extensions is not supported currently.
## Adding Extensions
To add an extension to your NocoDB instance, open extensions side panel and follow these steps:
1. Click the `Add Extension` button in the Extensions side panel.
2. Click the `Add` button to add the extension to your NocoDB instance. You can also click on the extension card to view more details about the extension.
:::info
- The extensions installed are specific to the base and are not shared across workspace.
- Multiple instances of the same extension can be added to a base.
:::
![Add Extension](/img/v2/extensions/add-extension-1.png)
![Add Extension](/img/v2/extensions/add-extension-2.png)
## Managing Extensions
After installing an extension, you can manage it using the following options:
### 1. Adjust Visibility
Use the `expand` icon to view the extension in full screen mode.
### 2. Reorder Extensions
Use the `drag-drop` icon to reorder the extensions in the side panel.
### 3. Additional Actions
Use the `More` button to perform the following actions:
- Rename extension
- Duplicate extension
- Clear data
- Delete extension