Add documentation directly to your scripts using {% doc %}...{% enddoc %} blocks. Supports @param, @description, and @example tags to describe what your script does, its parameters, and usage examples. Documentation is displayed as a hover tooltip in the editor when referencing a script via function or run. The block is ignored at runtime — no impact on execution.
Read more in our docs