# Legacy Apps

{% hint style="info" %}
These are the legacy smart apps which will be no longer available after the Marketplace release on 21st of November 2024. Please go to the [Marketplace](/store/marketplace-apps.md) for the current list of Smart Apps available for your company and-or customers.
{% endhint %}

Now you are logged in you can create your bot.

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

The button will open a popup to select which bot template to use when creating your bot. Depending on your role and environment settings, as well as order(s), you will get a list of templates to choose from.

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

{% hint style="info" %}
Developers might also have the "From scratch" and "Base template" to use as a foundation for their own developments.
{% endhint %}

The bot template you have chosen will consist out of one or more skills. The skills provide the functionality and node types you need to configure the behaviour and content of your bot. See the [skills section](/store/skills.md) for more information.


---

# 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/legacy-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.
