> For the complete documentation index, see [llms.txt](https://docs.unsub.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unsub.org/tutorials/comparing-scenarios.md).

# Comparing scenarios

{% hint style="warning" %}
Have you created a scenario yet? If not go [do that now](/tutorials/create-and-work-with-scenarios.md).
{% 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](/tutorials/create-and-work-with-scenarios.md) tutorial to create a scenario now.&#x20;

After creating a scenario [make a copy of the scenario](/how-to-guides/copy-a-scenario.md).&#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;

![](/files/hh2s8oRuteRZjTttnVyI)

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:

![](/files/13MvtuTpanQg23vZ4MFe)

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](/tutorials/consortial-dashboard.md).&#x20;

{% hint style="warning" %}
Note: Most Unsub users **DO NOT** have a consortial dashboard.
{% 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://docs.unsub.org/tutorials/comparing-scenarios.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.
