# Marketplace Apps

The DialoX platform supports the creation and maintenance of Apps. Apps are composed of one or more [skills](/store/skills.md), which in their turn comprise of [flows](/studio/flows.md), [intents](/studio/ai/intents.md), [content](/studio/content.md) and [settings](/settings/user-settings.md) that together automate one or more use cases to end users.&#x20;

The words **Bot, App and Smart App** all refer to the same concept and are mixed throughout the platform and documentation.

End of 2024 the Marketplace was introduced to the Enreach Contact portfolio. As part of this introduction the Apps (also referred to as Bots) are offered as part of an App Tier (also referred to as level). Each tier has its own price, conditions and capabilities.&#x20;

The following table provides a rough overview of the differences between the levels (tiers).

<table><thead><tr><th width="146">Level</th><th width="92">Content</th><th width="76">Flows</th><th width="63">API</th><th width="125">Integrations</th><th width="88">Planner</th><th width="58">KB</th><th>Scripting</th></tr></thead><tbody><tr><td><a href="/pages/fPSdypQWYeCuCj5moZak">Basic</a></td><td><a data-footnote-ref href="#user-content-fn-1">✅</a> </td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/MtllL17VpIADDigpcwfc">Advanced</a></td><td>✅</td><td>✅</td><td>✅</td><td></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/itIIePzqThwDwOGLYUX6">Professional</a></td><td>✅</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td><td></td></tr><tr><td>Expert</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr></tbody></table>

{% hint style="info" %}
Depending on the country, the levels could also be named Level 1 - Basic, Level 2 - Advanced, Level 3 - Professional and Level 4 - Expert.
{% endhint %}

## Legacy Apps (before 2025)

The following apps were offered as part of the Enreach Contact portfolio between 2022 and 2024 before the introduction of the Marketplace.&#x20;

* Smart IVR
* Whatsapp Calldeflector

Most of the Smart Apps, still available today in the Marketplace were already available for these legacy tiers and some are decommissioned or replaced by newer versions. These [legacy Smart Apps ](/store/legacy-apps.md)can be found here.

[^1]:


---

# Agent Instructions: 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://manuals.dialox.ai/store/marketplace-apps.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.
