# \[\[Smart App Name]]

## Introduction

Brief intro of the smart app.

## Getting Started

### Channel Requirements

* **Phone**\
  We use this channel for accepting phone calls\
  \
  [Phone](/studio/channels/phone.md)<br>
* **Whatsapp**\
  Used when the user only wants to chat\
  \
  [WhatsApp API](/studio/channels/whatsapp/whatsapp.md)

### Installation Process

The bare minimum installation process, any extra or optional configuration can be listed under App Settings.

{% stepper %}
{% step %}

### Purchasing the app

Pay money
{% endstep %}

{% step %}

### Adding content to CMS

Add some information
{% endstep %}
{% endstepper %}

## Limitations

The limitations of this app, like the behaviour or fields that cannot be adjusted.

## Using the \[\[Smart App Name]]

### App Settings&#x20;

Guide users on configuring basic and advanced settings for apps.

### Roles

* **Operator**\
  To reply to inbox channels
* **Planner**\
  To manage the calendar and planners

### App Workflow

Description of the core functionality of the app, containing all the steps it takes to reach its goal.

Include screenshots

## FAQ

<details>

<summary>How to modify the app settings</summary>

Go to the settings page

</details>

<details>

<summary>How to back-up my app</summary>

Go to settings - back-ups

</details>

### Languages

List the languages&#x20;

### Opening hours

Setting the opening hours via 'Settings - Opening hours'  \[has / has no] effect on this app.&#x20;

## Resources

Find more info here:

* [#installation-process](#installation-process "mention")
* [Whatsapp Calldeflector 2.0](/store/legacy-apps/whatsapp-calldeflector-2.0.md)
* [ChatGPT](http://chatgpt.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/store/marketplace-apps/smart-app-name.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.
