# Model Builder Tab

The Model Builder is the heart of the Predictions Platform. It is the key feature to optimize your print campaigns. In the Model Builder Tab, you can create and manage Models, manage the Model Queue and troubleshoot any Models that fail.

<figure><img src="/files/7jM0CGWEutKVyo2E1lO2" alt=""><figcaption></figcaption></figure>

### How to Use the Model Builder

Click on the Model Builder Tab at the top of your screen. On the Model Builder page, you can see a button to create a new model, and a list of your existing models. You can click on any Model Name to view its configuration.

You can also see Status Information of the Models here. Hover your mouse over the information (i) icon next to Status to learn more. For models where calculation is finished successfully, click the  'View Model Report' icon under "Reports", to learn more about the Quality of the Model.

<figure><img src="/files/1R6RLZ5WvF3Bz4fuSCFI" alt=""><figcaption></figcaption></figure>

On the right side of every Model, you can see a number of Options. You can set the model to auto-export the Scores after every recalculation to your SFTP Server, including to our Customer Data Platform, where you can use them for [User Segmentation](/data-and-engagement-platform/user-segmentation.md).

You can also set a Model to Active / Inactive, Run Predictions on existing Model or Edit or Duplicate them.

{% hint style="info" %}
It is not possible to Edit a Model, once its Scores have been calculated. However, you can Duplicate the Model, make changes to the copy, and then deactivate the old model.
{% endhint %}

### Model Queue

The number of calculation slots is limited, as Model Calculation is a compute-intensive process and can take anywhere from a few minutes up to 2 working days, based on the Model's Complexity and the Size of the Data Package. You can submit multiple Models for Calculation simultaneously, in which case they are added to the Model Queue.

The Model Queue is executed in the same order in which the Models were submitted for calculation. Hence if you want a Model to be processed before others, please make sure to submit it for calculation first. When a Model is waiting in the Model Queue, its status will show "Waiting for a Spare Calculation Slot".

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


---

# 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://documentation.crossengage.io/predictions-platform/overview/model-builder-tab.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.
