Documentation/Test, logs, deploy

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: SaveTestLogs → Fix errors → SaveTest. 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
Video: pre-test checklist

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
Video: reading test logs

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
Video: debug loop (fix and retest)

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
Video: stop test and prepare deployment

Documentation navigation

Move through pages step by step as a guided learning path.