Initialization
When the editor is started, several initial processes take place before you can access the editor page. The server checks if the requested bot is valid based on the URL address you entered. If the bot is valid, you are redirected to the editor page.
Loading the Editor Page
Once the editor page is loaded, the first step is to create the editor interface.
Retrieving Account Information
An HTTP request is sent to the servers to retrieve your account information. This includes all the information fetched on your dashboard page, such as your bots list, settings, and more. The editor is then configured based on this information. All plugins, editor settings, and other configurations are applied accordingly, making the editor ready to use.
Fetching Editor Components
The next step involves getting the list of editor components, which will be used to build and manage nodes within the editor.
By following these steps, the editor ensures that all necessary information and configurations are in place for a smooth and efficient user experience.