Test, logs, deploy
Test, logs, deploy
Execution and verification flow
Test, logs, deploy
Execution and verification flow
Test, Logs, and Deploy Workflow
The golden rule of building bots: Save → Test → Logs → Fix errors → Save → Test. This loop prevents random failures and saves you hours of debugging.
1. Save before Test
- Finish changes on Canvas/System/Settings.
- Click Save.
- Confirm unsaved indicator is gone.
Outcome
You test the current version, not an old draft.
Video coming soon
2. Run Test and inspect runtime path
- Click Test.
- Open logs panel.
- Send a Telegram message and verify actual path in logs.
Outcome
You can see which trigger and nodes actually executed.
Video coming soon
3. Fix and repeat
- Use logs to isolate the broken node/condition.
- Apply a focused fix.
- Repeat Save -> Test.
Outcome
Changes remain reproducible and easier to validate.
Video coming soon
4. Stop test and prepare for deploy
- Stop test mode.
- Review Settings/token/runtime options.
- Move to deploy only after successful tests.
Outcome
Cleaner transition from test to production setup.
Video coming soon
Documentation navigation
Move through pages step by step as a guided learning path.