
The project-level GoRules AI page
Where you’ll find it
- GoRules AI in the sidebar’s Quick Access opens a project-wide chat that can work across every document in the workspace.
- The GoRules AI tab in a document’s side panel opens the same assistant scoped to the graph or policy you’re editing.
What it can do
- Build and edit - create graphs and policies, add and rewire nodes, edit decision table rows, write expressions. All node and block types are supported.
- Test - write test cases, run them, and debug failures by simulating with trace data.
- Simulate and explain - evaluate a graph with sample input, inspect intermediate values, and explain how a result was derived.
- Analyse and refactor - search the whole workspace, follow dependencies between documents, and rename an entity or field everywhere it’s used.
- Check quality - run the same checks as Quality Control and fix what they find.
Attachments
Attach images and files with the paperclip, by drag-and-drop, or by pasting. Attach a CSV of reference data and ask the assistant to turn it into a dictionary or a decision table.Scope awareness
The assistant adapts to what you have open. On a branch draft it has full editing capability. On a release, a commit, or a request diff it switches to read-and-simulate: it can explain and evaluate, but not modify history.Prompts that work well
Be specific. The more concrete the request, the better the result.
Vague prompts - “make it better”, “fix the bug” - work less well than describing the expected behaviour.