Back to Tooljet

Marketplace: Overview

docs/versioned_docs/version-2.61.0/marketplace/marketplace_overview.md

3.20.154-lts4.0 KB
Original Source

Marketplace: Overview

ToolJet Marketplace allows users to enhance their workspaces by adding custom plugins (data sources) tailored to their unique requirements. This functionality facilitates the seamless integration of user-created plugins with ToolJet.

<div style={{textAlign: 'center'}}> </div> <div style={{paddingTop:'24px', paddingBottom:'24px'}}>

Enabling Marketplace

To Enable the marketplace feature, users need to add the following environment variable to their .env file:

bash
ENABLE_MARKETPLACE_FEATURE=true

When running ToolJet locally, ensure that all the plugins are available by building marketplace before starting the server.

:::info Note The logged-in user should be an Administrator to access the marketplace page. :::

</div> <div style={{paddingTop:'24px', paddingBottom:'24px'}}>

Installing a Plugin

To navigate to the Marketplace page, click on the settings icon on the bottom left of the dashboard, and click on Marketplace from the selection menu.

The Marketplace page will contain two tabs: Installed and Marketplace.

Under the Marketplace tab, you will see a list of all the available plugins that can be installed on the workspace. To install a plugin, click on the Install button on the plugin's card. Once the installation is complete, the status will change from Install to Installed.

<div style={{textAlign: 'center'}}> </div> </div> <div style={{paddingTop:'24px', paddingBottom:'24px'}}>

Using Marketplace Plugins

You can access any installed plugins by following these steps:

  • Navigate to the Data sources tab in the dashboard.
  • Scroll down to Plugins.

You can now see the list of installed marketplace plugins that you can configure as data sources.

<div style={{textAlign: 'center'}}> </div>
  • After successfully configuring a plugin, you can access it when trying to add a new query from the Query Panel.

Removing a Plugin

:::caution If you remove a plugin, all the queries associated with it will be eliminated from the applications. :::

To remove a plugin, follow these steps:

  • Click on the settings icon on the bottom left of the dashboard, and click on Marketplace from the selection menu.
  • On the Installed page, click on the Remove button of the related plugin that you wish to remove.

Available Plugins

</div>