# Create a scenario

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

In this tutorial you will learn how to create and work with [scenarios](/reference/scenarios.md) in Unsub.

If you are not already in a package, click on the package you created in the [Create a package tutorial](/tutorials/create-a-package.md) (or any other package in your account), and you should see

![Unsub package view with no scenarios](/files/LrbflhLFObe1Yt7OkYct)

From here, click on "**+ New scenario"**.

The pop up will ask you to name the scenario (default is “Untitled scenario”)

![](/files/19sONB0uYsF3gkBqQ9nw)

It will take a little while for the new scenario to be created. During scenario creation, you'll see a spinning circle like

![](/files/64uGsyjUInltAI9eSdOM)

Once it's complete you’ll be redirected to the new scenario, and you should see something generally like this. The details of every scenario vary widely depending on what you've done in your setup for the package, and your institution.&#x20;

![Example scenario view](/files/4Fu4geCBbkNsY2aOi8Cd)

See also: [How do I add a new scenario](/how-to-guides/add-a-new-scenario.md)?

For a thorough explanation of Unsub scenarios see the [Scenarios](/reference/scenarios.md) reference page.

## **What's Next?**

Now that you’ve created a scenario, the next step is [Subscribing title by title](/tutorials/subscribing-title-by-title.md)


---

# 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/create-and-work-with-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.
