#Procedure workflow with Copilot
Copilot can inspect DDL and analyze NZPLSQL source with the local parser and linter. It does not compile, execute, or run diagnostic SQL for procedures.
Use Copilot to review syntax, control flow, and suggested fixes. Then use the normal JustyBase procedure commands yourself to compile and execute the procedure, and run any verification SQL manually. This keeps all database-side effects under direct user control.