> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/value-stream-modeller/extensibility/extensions.md).

# Extensions

The Value Stream Modeller in Management Dashboard provides a centralized place where you can integrate external modules tailored to your specific needs. These custom extensions are embedded directly into the platform, giving you convenient access to all essential tools in one place.

The **Extensions** module offers a list of all connected integrations, allowing you to use them within the dashboard environment.

<figure><img src="/files/sNK3vWTHeIOKAN5SmDvu" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
This node is visible **only** when you have enabled some custom extensions. Otherwise, the Extensions node doesn't appear in the Management Dashboard.
{% endhint %}

## Prerequisite

As a prerequisite for the extensions, connect a custom module and have it available in Management Dashboard. For the configuration details, see the Management Dashboard [Extensions](/ce/management-dashboard/administration/extensions.md) guide in the Administration section that shows how to create a connection.

## AI Extensions in Value Stream Modeller

As a part of the extensions development possibilities, Emporix provides support for the AI driven extensibility. This aims to accelerate your work with the platform.

By default, you have access to the following AI extensions:

* **AI SmartConfig** - it's an AI-powered assistant that simplifies and accelerates tenant setup. It automates the configuration of key settings like languages, business types, countries, taxes, currencies, sites, shipping methods, and delivery times. Using the assistant you can eliminate manual effort and reduce the time you spend on MD setup. At the end of the process, you can also generate a sample product to support quick testing and onboarding. For details, see the [https://app.gitbook.com//s/8GgoeZEZYjZrpjOU6w52/ai-in-emporix/ai-intro/ai-config](https://app.gitbook.com//s/8GgoeZEZYjZrpjOU6w52/ai-in-emporix/ai-intro/ai-config "mention") guide.
* **AI SmartImport** - it helps in the data upload and integration process by automatically importing information such as brands, categories, catalogs, products, prices, media, availability, taxes, and product category assignments. It maps the content from uploaded files to the system’s data structure, eliminating manual mapping. For details, see the [AI Smart Import](/agentic-commerce-intelligence/ai-in-emporix/ai-intro/ai-import.md) guide.

{% hint style="info" %}
To get general knowledge about how we leverage AI at Emporix, check out the [AI Assistance](/ce/core-commerce/ai-assistance.md) and [Quickstart Powered by AI](/agentic-commerce-intelligence/ai-in-emporix/ai-intro.md) guides.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/value-stream-modeller/extensibility/extensions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
