Click Widget in the left sidebar to manage your self-developed widgets. Widgets are customizable components that can be implemented to serve a variety of purposes—such as solution dashboards, analytical tools, or interactive shortcuts that communicate with your graph data.
You can create widgets to streamline workflows, visualize query results, or provide users with quick access to common operations. Each widget can be tailored to specific use cases, making them a powerful way to extend the platform's functionality and deliver targeted experiences within your graph environment.
Click New Widget to create a widget. You can click the Settings icon next to the widget name to rename it, edit its description, and upload a thumbnail image.

In the widget code editor, you'll find two tabs:
You can create a form for your widget to capture user inputs, which will then be used within the script for various purposes, such as filtering data, adjusting settings, or triggering specific actions.
For each field in the form, configure the following:
Item | Description |
|---|---|
| Variable | The name of the variable, which can be referenced in the script as formData.<variable>. |
| Label | The label displayed to users alongside the input field. |
| Placeholder | Text shown inside the input field to guide user input. |
| Type | The type of the field (e.g., String, Number, Radio). |
Click Compile to confirm that your widget is structurally valid and ready for use. Once compilation is successful, click Test to run the widget.
You can customize the user input by clicking the Settings icon next to the Test button. To apply a visual style to the retrieved nodes and edges, click the Style icon and select your preferred styling options.
The results will be displayed in the Results Preview pane.
Click the Publish button to publish the widget. Once published, you can access it by clicking the Widget icon next to the Editor. The widget will be available across all databases managed under your Manager account.

Click the Settings icon next to the widget name to enable the Share option. This will display a code snippet that you can copy and embed into an HTML file.
Make sure to replace the connectionToken in the code with a valid token generated under Connection Settings > Tokens. The widget can then be executed directly on the webpage until the specified expiration date.

You can export widgets for backup or sharing purposes, and import them to quickly restore or replicate configurations.