> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Session.create_scenario()

<span id="atoti.Session.create_scenario" />

> Session.create\_scenario(<br />
>     *name*: [str](https://docs.python.org/3/library/stdtypes.html#str),<br />
>     \*,<br />
>     *origin*: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None) = `None`,<br />
> ) → [None](https://docs.python.org/3/library/constants.html#None)

Create a new source scenario.

### Parameters

<h4 id="atoti.Session.create_scenario.name">
  *name*
</h4>

The name of the scenario.

<h4 id="atoti.Session.create_scenario.origin">
  *origin*
</h4>

The scenario to fork.
