# Getting Started

This manual provides help setting up Smart Apps in the Enreach DialoX platform, formerly known as the Botsquad platform (the terms DialoX and Botsquad will be used in parallel throughout the documentation). The DialoX platform is the foundation for all Conversational AI solutions Enreach is offering.

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

The complete technical documentation for the DialoX platform is described at [DialoX Developer Documentation](https://developer.dialox.ai/). However, this manual only focuses on the following three solutions that are built on top of the platform:

## Step-by-step guide

{% stepper %}
{% step %}

### Start using DialoX

* Login to your account at [studio.dialox.ai](https://studio.dialox.ai/). If you don’t have an account, you can easily register by selecting the Sign Up option.
* Once inside, take a moment to explore the platform, where you’ll find all essential tools, analytics, and access to settings.
  {% endstep %}

{% step %}

### Exploring the platform

Explore the full range of available Smart Apps under **Store**, where you can discover the latest tools to optimize your workflow.&#x20;

Once you've familiarized yourself with the Smart Apps, delve into the **Settings** page to customize both Smart App configurations and user preferences, ensuring a tailored experience for your organization.&#x20;

For guidance on managing customer interactions, the **Inbox** page offers comprehensive insights into conversation handling.&#x20;

Additionally, the **Administration** page provides in-depth information on platform functionality and advanced configuration options.&#x20;

Lastly, a wealth of common inquiries and solutions can be accessed in our **FAQ** section, offering quick and reliable answers to your questions.
{% endstep %}

{% step %}

### Solutions

* **Social Messaging Inbox**; offers your team the ability to chat with your audience on your website and the major social messaging channels, like Whatsapp, Meta and Instagram. The bot can help route calls or provide automatic answers to questions.
* **Smart IVR**; allows you to answer the phone using a bot to apply routing, note taking, call deflection or automatic answering to questions. to enable smart routing based on speech
* **Call Deflection**; to deflect phone calls to Whatsapp using the capabilities introduced by the two solutions above.

Eager to find out more about these solutions, please check out our [Marketplace](/store/marketplace-apps.md).
{% endstep %}
{% endstepper %}

## Troubleshooting & Support

Having trouble? Here’s how to find help:

* [**Partner Documentation:**](https://manuals.dialox.ai/) Access detailed guides and troubleshooting tips within the platform for partners.
* [**Developer Documentation:**](https://developer.dialox.ai/) Access detailed guides and troubleshooting tips within the platform for development.
* **Contact Support**: Reach out to us via live chat or create a ticket via the [Enreach Servicedesk](https://servicedesk.enreach.com/).


---

# 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/start/getting-started.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.
