# Scenarios

## Creating a Scenario

To begin, unless the scenario has been populated with client data, the scenario will look like the image below:

By default the Scenario name will be “Scenario #”. To edit this, change the name in the input found adjacent to the duplicate and delete buttons.

Scenarios can be duplicated by selecting the duplicate button. All scenario data will be duplicated into a new scenario.

## Clients

Scenario clients can be either clients or entities. Any number of scenario clients can be added.

Below is an example of a scenario client and a scenario entity.

## Children

Below is an example of scenario children, any number can be added to a scenario:

## Insurance

Scenario insurance can be one of the following types:

* Death
* Income protection
* Total and permanent disability
* Trauma

The inputs for each type are the same. An example of this is below:

## Assets

Scenario asset can be one of the following types:

* Annuity
* Cash
* Collectible
* Offset
* Other asset
* Property
* Shares
* Superannuation
* Vehicle

The inputs for each type are different. An example of a property asset can be found below:

## Liabilities

Scenario liabilities can be one of the following types:

* Loan
* Other liability

The inputs for each type are the same. An example of this is below:


---

# 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.moasapp.com/modelling/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.
