github.com/sharovik/devbot@v1.0.1-0.20240308094637-4a0387c40516/documentation/features-out-of-the-box.md (about)

     1  # Features out of the box
     2  Here is the list of current events, which comes out of the box.
     3  
     4  ## Unknown question
     5  If bot don't know how to answer, he will try to find potential events using the words from your question
     6  ![question-options](images/possible-options.png)
     7  
     8  ## Current installed events
     9  Ask bot `events list` to see the list of available events. This is useful, when you don't know which event what command have.
    10  
    11  ![events-list](images/events-list.png)
    12  
    13  ## Help of event
    14  Each event should have `--help` feature. So, once you don't know how to use selected event, please type `--help` after the event command
    15  
    16  ![usage-help-command](images/new-answer-help.png)
    17  
    18  ## Example of scenario
    19  There is an example event, which you can use as skeleton for your custom scenarios
    20  ![example-scenario](images/example-scenario.png)
    21  
    22  ## List open conversations
    23  You can always control open conversations
    24  ![show-open-conversations](images/show-open-conversations.png)
    25  
    26  ## Stop conversation
    27  You always can stop open conversations
    28  ![stop-open-conversations](images/stop-conversation.png)
    29  
    30  ## Repeat last event
    31  When you have triggered already the event, let's say, "staging deployment" and you need to re-deploy. You can ask bot to repeat the previous scenario you triggered in that channel.
    32  ![repeat-scenario](images/repeat-event.png)