> For the complete documentation index, see [llms.txt](https://documentation.crossengage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.crossengage.io/predictions-platform/overview/selections-tab.md).

# Selections Tab

The Selections Tab summarizes all Selections that have been exported, along with Evaluations; How the Campaign performed compared to the Predictions.

### How to Use the Selections Tab

Click on the Selections Tab at the top of your screen. On the Selections page, you can see a list of Selections with their Customer Count and relevant dates.&#x20;

You can also see Status Information of the Selections. When a Selection is first created, its Status shows "Exported". You can now click on the blue Run button to mark the Selection as Sent, and begin Evaluation.

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

To evaluate a Campaign, first wait until the Time Horizon for the Campaign has elapsed. This is the same time period entered in the Model Builder, in which Customers are expected to convert after the Print Campaign. Once the time horizon has elapsed, you can upload data for the time period. CrossEngage creates an Evaluation, comparing the actual results of the Campaign to the Prediction. Click on the Evaluation button to see the Evaluation Report.

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

{% hint style="info" %}
The Evaluation is shown in Deciles. A Decile is one-tenth of the entire Selection.
{% endhint %}


---

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