# Comparing scenarios

{% hint style="warning" %}
Have you created a scenario yet? If not go [do that now](https://docs.unsub.org/tutorials/create-and-work-with-scenarios).
{% endhint %}

Within an Unsub package you can have as many scenarios as you like.&#x20;

Comparing different scenarios is a powerful way to compare different choices about subscribed titles and scenario parameters. Remember, scenarios within a package share the same COUNTER, PTA and title price data - those data do not differ among scenarios within a package.

### Compare scenarios

Here, we'll compare two scenarios. If you haven't created a scenario yet, follow the [Create a scenario](https://docs.unsub.org/tutorials/create-and-work-with-scenarios) tutorial to create a scenario now.&#x20;

After creating a scenario [make a copy of the scenario](https://docs.unsub.org/how-to-guides/copy-a-scenario).&#x20;

On creating a copy of a scenario you are dropped into the copied scenario. In the copied scenario let's change one parameter setting then compare results.&#x20;

Click on the Parameters tab in your copied scenario. You should now see a page of the nine parameters.&#x20;

![](https://2329511114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeIwtiPevlQYuy1bQ4x85%2Fuploads%2Fgxgpgp1XW35JbOfKfdQB%2Fparameters-tab.png?alt=media\&token=6a1d6310-5ec9-4491-bdfd-0d615b8abd1b)

For this tutorial we'll change one of the Fulfillment sources parameters: **Include Bronze OA**

By default **Include Bronze OA** is **true**. Click on that parameter and click the blue button to turn it to false, then click Save.

You should now see a change in your forecast.&#x20;

Now navigate to the package page with your two scenarios: the original scenario you created, and the copied scenario.&#x20;

You should see something like:

![](https://2329511114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeIwtiPevlQYuy1bQ4x85%2Fuploads%2FgKoHsZfbyHUjcVuvQKzg%2Ftwo-scenarios.png?alt=media\&token=1c6d1531-ecfd-4ac7-9ec7-9cdc8a850a30)

In the above view you can easily see the difference in Cost and Access between your scenarios. In the example above the two scenarios are identical except for the **Include Bronze OA** parameter (true in "First Scenario", false in "Copy of First Scenario").&#x20;

Cost is about $24,000 less and access 3% higher in "First Scenario" relative to "Copy of First Scenario".&#x20;

As you add more scenarios you can compare cost and access across them all.&#x20;

## **What's Next?**

The next step is learning about the Unsub [Consortial Dashboard](https://docs.unsub.org/tutorials/consortial-dashboard).&#x20;

{% hint style="warning" %}
Note: Most Unsub users **DO NOT** have a consortial dashboard.
{% endhint %}


---

# 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.unsub.org/tutorials/comparing-scenarios.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.
