> For the complete documentation index, see [llms.txt](https://docs.aito.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aito.ai/integrations/airtable/predictions.md).

# Predictions

Once the training data has been uploaded, you can immediately start using the predictions through the extension.

Predictions work simply by choosing a cell or cells in your table. The extension will display the top 5 predicted results for this particular cell. aito.ai works best for predicting categories, such as short strings, single and multiselects, collaborators and so forth. We may at a later stage add support for other types of inference, such as regression ("forecast a numeric value").

The elements of the extension's predictions are explained below the screenshot.

![](/files/AN2B2wSVqg3jysc7cOMM)

The switch at the top allows the extension to automatically fill empty cells with the predicted value if the confidence is higher than the set percentage (90% in the picture). The threshold value is editable from the pen icon on the right.

The predicted values are on the left, with the confidence values on the right, with the question mark that will display explanations. Use button allows applying the value to the cell manually. If the selected cell in Airtable is not empty, a confirmation dialogue is shown. For multiple select fields, the Use buttons are replaced with + and - buttons to add and remove values.

You may also choose multiple cells either vertically or horizontally to predict multiple cells at the same time. Maximum of 10 cell values are predicted at once.

### Results explainability

Hovering over the question mark next to confidence opens a tooltip that shows the top contributors for each prediction. This helps you to understand what datapoints aito.ai used to make each prediction.

![](/files/fppLMKWVecU7dZeE3vEr)

In this example, the words **dayton** and **store** in the column `lineText` were the top negative contributors, and having `productCategory` **CLASS-1274** together with words **rent**, **management** ... **real** in `lineText` were the top positive contributors.


---

# 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:

```
GET https://docs.aito.ai/integrations/airtable/predictions.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.
