# Web App

<figure><img src="/files/32sFSadPf7Bczt0UyVug" alt=""><figcaption></figcaption></figure>

## Settings

You’ll see that there are several options to tweak your Web App, including:

<figure><img src="/files/3jb7yXsx2IGj06anEwck" alt="" width="328"><figcaption></figcaption></figure>

* **Title -** User-facing title for your web app.
* **Description -** Optional user-facing description for your web app.
* **Select Fields -** Select which fields to include.

<figure><img src="/files/LH5mSCkuzRIkgStkdKPk" alt="" width="331"><figcaption></figcaption></figure>

* **Make Public -** Allow anyone to access this app without requiring authentication—Yes or No.
* **Allow Bulk Upload -** Allow users to make bulk predictions by uploading datasets in CSV format—Yes or No.
* **Show Probability -** Show probabilities of categorical predictions and the prediction itself—Yes or No).
* **Apply Data Prep -** Applies the current Data Prep settings before making predictions.

## Advanced Settings

<figure><img src="/files/lqDk1rxMrWoF04WtQDvM" alt="" width="324"><figcaption></figcaption></figure>

* **Backtest -** Check how the model performs on your dataset by providing output values.
* **Top Predicted Classes -** How many top predicted classes to return. This is only enabled for Categorical prediction.
* **Upper Prediction Threshold -** Applies prediction threshold to the data before outputting predictions. They are used for numerical predictions only.
* **Lower Prediction Threshold -** Applies prediction threshold to the data before outputting predictions. They are used for numerical predictions only.

When you’re done selecting the desired settings, hit “Deploy,” and you’ll get a URL to the live Web App.

![](https://lh5.googleusercontent.com/WVWVL0efxNOFKMusO_6kGYrkSSxRQw2PhiZE5FYJjQXf_M9R6ukgd8mz5okB6ZS5_vfmv4LCnXQxQhogM3bEc66spCDtQN5GUPsH-T-80iucM3UtHXzfKRpHoeAYl8ToBM6MBl79)

The Web App will look something like this (with variations depending on the settings you’ve selected). A user simply inputs (or uploads) data and hits “Predict Fields” to get a prediction.

You can update your deployment with new settings by hitting “Update Deployment” or undeploy by hitting the three-dots icon and selecting “Undeploy.”

<figure><img src="/files/dtSupOxoen5iSYyHFrn5" alt="" width="375"><figcaption></figcaption></figure>

### Model Health

<figure><img src="/files/soQtfqkJutak26Qpd96G" alt="" width="534"><figcaption></figcaption></figure>

In the 'Undeploy' menu is a 'Model Health' button. This allows you to send notifications to an email of various status changes in the model.

### iFrame

When you hit “Deploy” for a web app, you’ll get a pop-up that includes the live app link and an iFrame embed.&#x20;

![](https://lh5.googleusercontent.com/WVWVL0efxNOFKMusO_6kGYrkSSxRQw2PhiZE5FYJjQXf_M9R6ukgd8mz5okB6ZS5_vfmv4LCnXQxQhogM3bEc66spCDtQN5GUPsH-T-80iucM3UtHXzfKRpHoeAYl8ToBM6MBl79)

To access that pop-up again and the included iFrame embed, click the “Show Deployment” button in the top-right of your Web App step.

<img src="https://lh4.googleusercontent.com/zgsDFoFbGE67kXFuOTr5dlbO79_UhgJuKEAWlWApYgz8ISYZTL3h44eWXsLUpfDb1GKhaPjw4EE2wxJC0YrMy9pbwA3xar3de9hyWTcDqCQXQyuFeufCdGnOzPQoth6cmndXyvAc" alt="" width="375">

Frame stands for “inline frame,” an HTML tag that can be embedded in any site. For a simple example, you can head to Google Sites to make a free website without any code, including the option for an HTML embed element, where you can paste the iFrame code to feature an Akkio model.

![](https://lh6.googleusercontent.com/ihstretq2S5WLRW0XO7Z9LffOU2hwYcsfK6DjBpe8XDklIejnSI6TnoFTGjFUnyLzAGs_nLkFdLdMfFyp6G1f92dbwodBRCNrpN0NZmxrMAUkyl6JHal97g_lY0LsF_wBprvDOWL)

You can also embed iFrame elements in other website builders like WordPress, SquareSpace, Webflow, Bubble, and more.


---

# 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://docs.akkio.com/akkio-docs/deploying-a-model/deploy/web-app.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.
