> For the complete documentation index, see [llms.txt](https://manuals.dialox.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.dialox.ai/store/legacy-apps/web-app.md).

# Web App

{% hint style="info" %}
Read this if you have Smart Apps in use that have been ordered before 21 october 2024. New Smart Apps documentation can be found within the [Marketplace](/store/marketplace-apps.md).
{% endhint %}

Put together a Progressive Web App (Web App) in just a few seconds. Users would be able to interact with your bot directly within the Web app interface. This could involve asking questions, receiving responses, and engaging in conversation as they would with a traditional chatbot interface.

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

## Setup

1. Click on [Channels](/studio/channels.md)
2. Choose Progressive Web App
3. Fill in a subdomain to use for your Web App.

## Manage&#x20;

Manage your Web app by using the three tabs after following the setup steps above. Click on the buttons below for more information.

<details>

<summary>Settings</summary>

You can either host this PWA on the generic bsqd.me subdomain, or link your own domain name.

Options:

* PWA hosted on bsqd.me
* PWA hosted on top-level domain

![](/files/lZpiOwvXuG8x7LIBLnMc)

</details>

<details>

<summary>Design</summary>

Customize your Web app by using the Design tab. The design tab will give you a couple of options to whitelabel your Webapp such as:

* PWA chat app
* Full page chat
* Customization of colours
* Add introduction chat

![](/files/tB8PqpZrCfNQBrbqbV7Z)

</details>

<details>

<summary>Code</summary>

There is an optional tab called Code. This feature is on request. When granted access you will be able to edit CSS / JS to further enhance your Web app.

![](/files/iEUr7H4dSAbwboPkcip2)

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://manuals.dialox.ai/store/legacy-apps/web-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
