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

# Creating a New Scenario

> Step-by-step guide to creating your first Natalia scenario

## Getting Started

<Steps>
  <Step title="Access Scenarios">
    Navigate to the Scenarios section in your dashboard
  </Step>

  <Step title="Create New">
    Click the "+" button to create a new scenario
  </Step>

  <Step title="Basic Configuration">
    Configure:

    * Scenario name
    * Description (important for Natalia's understanding)
    * Type of interaction
  </Step>
</Steps>

## Configuration Options

<CardGroup>
  <Card title="Scenario Name" icon="tag">
    Choose a clear, descriptive name that reflects the scenario's purpose
  </Card>

  <Card title="Description" icon="file-lines">
    Provide detailed context about when and how this scenario should be used
  </Card>

  <Card title="Interaction Type" icon="arrows-split-up-and-left">
    Select the primary type of interaction this scenario will handle
  </Card>
</CardGroup>

## Important Considerations

* Consider the customer journey when designing your scenario
* Plan for different possible customer responses
* Scenario instructions should be clear and concise, with examples when possible. See more in the next section.
