Open the menu
    ```html

    Customer Experience : Stages

    Allows you to add, edit, and remove stages of the journey.

    Features

    • It is an administration interface

    Screens

    Stages

    Data

    Stage

    • Name(Short text (string))
    • Position(integer) : position of the stage in the management, used to identify cyclic stages in a journey.
    • Is this the start of the journey?(Conditional (boolean)) : indicates that the user can enter the journey through this stage.
    • Is this the end of the journey?(Conditional (boolean)) : indicates that when the user reaches this stage, they will complete the journey and exit it.

    Journey

    • Name(Short text (string))

    Links

    Permissions

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

    Actions

    • Delete : allows you to delete a stage
    ```