> 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/set-scenario-parameters.md).

# Set scenario parameters

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

Click the **Parameters** tab

You should see a page of the nine parameters and their details

![](/files/hh2s8oRuteRZjTttnVyI)

The first thing to notice is that you can toggle on or off the description (details) for each parameter.

![](/files/W7gd0spbmoMCJsSyHNsF)

By default the parameter details are shown.

There are nine different parameters you can configure. We encourage you to look into each of them. However, for this tutorial we'll explore just one of the parameters: Bronze OA.&#x20;

Bronze OA is when a paper is made freely available on a publisher website without an open license - in which case the paper could be taken down at any time.&#x20;

By default we include Bronze OA (Open Access) in our forecasts.&#x20;

Looking at the Parameters tab, **Include Bronze OA** should look like this:

![Include Bronze OA (Open Access) = true](/files/IdpXKZjrrW1xSDn9Xruo)

Now, click anywhere on the area of the parameter name, description, or the value (in this case **true**). You'll then get a popup like:

![Bronze OA (Open Access) popup, toggled to True](/files/nXZt8J6KXMIKg7TCazkb)

Click on the area on the popup with the blue switch and the text **Include Bronze OA**. That click should move the switch to the left and turn it white looking like:

![Bronze OA (Open Access) popup, toggled to False](/files/xzM94AK0MWYcIPTSraWK)

Then click **Save**. You're done! Your scenario now will not include Bronze OA.&#x20;

To make sure changing this parameter changed the scenario, let's compare screenshots of the scenario before and after changing the Bronze OA parameter. Although the entire scenario changes, let's focus on the Cost and Access bars on the left of the scenario.&#x20;

**Include Bronze OA = true**

![](/files/l6BLRhVQFpcH0iD4FCTZ)

**Include Bronze OA = false**

![](/files/tCebkqoX9g6zR3bxsgHO)

Comparing the two images above, you can see that cost has changed, with higher ILL costs when Bronze OA is not included - more money needs to be spent on ILL to fulfill article requests. In addition, access has changed: open access fulfillment dropped from 35% when including Bronze OA to 30% when we didn't include Bronze OA.

For a description of each scenario parameter see our article on [Scenario parameters](/reference/scenarios/scenario-parameters.md).

## **What's Next?**

Now that you’ve created set scenario parameters, the next step is [Comparing Scenarios](/tutorials/comparing-scenarios.md)


---

# 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/set-scenario-parameters.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.
