Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Nov 24, 2023
1 parent fc9e2b8 commit 69a07e3
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 302 deletions.
5 changes: 3 additions & 2 deletions docs/dispatcher/finite_state_machine/scene.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Understanding Scenes
====================

A Scene in **aiogram** is like an abstract, isolated namespace or room that a user can be
ushered into via the code. When a user is inside a Scene, all other global commands or
message handlers are isolated, and they stop responding to user actions.
ushered into via the code. When a user is within a Scene, most other global commands or
message handlers are bypassed, unless they are specifically designed to function outside of the Scenes.
This helps in creating an experience of focused interactions.
Scenes provide a structure for more complex interactions,
effectively isolating and managing contexts for different stages of the conversation.
They allow you to control and manage the flow of the conversation in a more organized manner.
Expand Down

0 comments on commit 69a07e3

Please sign in to comment.