**Extensions** are modular components that allow you to extend the way you interact with NocoDB. In a way, they are like plugins that add new features or functionalities to the platform. Not all features are built into the core of NocoDB, and that's where Extensions come in. Users can now go beyond the default features of NocoDB, tailoring the platform to better fit their specific needs and workflows.
:::note
The Extensions feature is currently available only on NocoDB Cloud and is not supported in self-hosted instances.
:::
In this section, we will guide you through understanding extensions framework, how to install and manage them, and how they can be used to enhance your base.
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.
Extensions can be developed using JavaScript & Vue.js, providing a flexible way to add new features to your NocoDB instance. Read more about developing extensions [here](/developer-resources/extensions/developing-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!
Extensions side panel can be toggled from the top right corner of the NocoDB interface using `Extensions` button.
![Extensions side panel](/img/v2/extensions/extensions-side-panel.png)
## Extension Marketplace
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.
Extensions available currently are:
- [Data Exporter](/extensions/data-exporter)
- [Import CSV](/extensions/import-csv)
Note that, 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!
## Adding Extensions
To add an extension to your NocoDB instance, open extensions side panel and follow these steps:
1. Click on the `Add Extension` button in the Extensions side panel.
2. Click on 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.