Open the menu
    ```html

    Customer Experience : Add Stage

    Characteristics

    • It is an administration interface

    Screens

    Add Stage
    • Name (short text (string), required field, maximum size: 255)
    • Is it the start of the journey? (conditional (boolean), required field) : indicates that the user can enter the journey through this stage.
    • Is it the end of the journey? (conditional (boolean), required field) : indicates that when the user reaches this stage, they will complete the journey and exit it.
    • Position (integer, required field, default value: 0) : position of the stage in the administration, used to identify cyclical stages in a journey.
    • Generate user segmentation (conditional (boolean)) : creates a user segmentation for the stage. All users at this stage will be members of this segmentation.
    • Expiration Time : after the user's duration exceeds the value of this field, the user will be removed from the journey.

    Permissions

    • Manage User Journeys: Allows access to the User Journeys mode to manage existing journeys.

    Actions

    • Confirm with Ok : adds the new stage
    ```