@@ -45,3 +45,37 @@ than a text-only instruction.
4545explore larger Zookeeper edits with undo and redo. Use it to compare an AI-generated result against
4646the previous design state, move through manual and AI edits together, and restore files created or
4747deleted by Zookeeper.
48+
49+ ## Troubleshooting unexpected Zookeeper behavior
50+
51+ If Zookeeper takes a strange path, gets stuck, or produces a result that should have been simpler,
52+ ask it why. The answer can give useful context for your next step and help decide whether the
53+ behavior should be reported. For example:
54+
55+ > This should have been a simple two-feature operation, but it took much longer and produced poor
56+ > results. What pushed you toward that strategy?
57+
58+ That reply can help separate prompt ambiguity from a connection or runtime issue, reasoning failure,
59+ KCL or modeling-kernel issue, or system-prompt problem.
60+
61+ If it still looks like a product issue, use ** Export conversation** from the Zookeeper menu and send
62+ the export with what you expected and what happened. The export lets Zoo engineers inspect the
63+ reasoning, map it back to the actual steps Zookeeper took, and make targeted fixes.
64+
65+ <FramedImage
66+ src = " /documentation-assets/docs/zoo-design-studio/features/ml-ai/zookeeper-export-conversation.webp"
67+ alt = " Zookeeper menu showing the Export conversation action"
68+ aspect = " 888 / 474"
69+ maxHeightPx = " 360"
70+ />
71+ <br />
72+ <div style = { {textAlign: ' center' , marginBottom: ' 1.5em' , fontStyle: ' italic' }} >
73+ Export the Zookeeper conversation when you need to report unexpected behavior
74+ </div >
75+
76+ Support channels:
77+
78+ - [ Zoo Community Forum] ( https://community.zoo.dev/ ) for workflow questions and public discussion.
79+ - [ Discord] ( https://discord.gg/JQEpHR7Nt2 ) for faster back-and-forth with the team and other users.
80+ - [ GitHub] ( https://github.com/KittyCAD/modeling-app/issues/new ) for public bug reports.
81+ - [ Support form] ( /contact?type=support ) for direct support.
0 commit comments