Skip to content

Commit 063167e

Browse files
authored
[codex] Add Zookeeper troubleshooting docs (#944)
Add Zookeeper troubleshooting docs
1 parent c262847 commit 063167e

3 files changed

Lines changed: 39 additions & 5 deletions

File tree

18.1 KB
Loading

content/pages/docs/zoo-design-studio/features/data-management/import/step.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ filename manually.
5353
src="/documentation-assets/docs/zoo-design-studio/features/data-management/import/step/import-step-to-kcl.gif"
5454
alt="Using the Project Files insert action to add a STEP import statement to main.kcl"
5555
aspect="1280 / 733"
56-
maxHeightPx={520}
56+
maxHeightPx="780"
5757
/>
5858
<br />
5959
<div>
@@ -81,7 +81,7 @@ clonedFlange = clone(flange)
8181
src="/documentation-assets/docs/zoo-design-studio/features/data-management/import/step/clone-and-translate-step.webp"
8282
alt="A cloned STEP flange translated above the original flange in Zoo Design Studio"
8383
aspect="2560 / 1466"
84-
maxHeightPx={620}
84+
maxHeightPx="780"
8585
/>
8686
<br />
8787
<div>
@@ -112,7 +112,7 @@ Imported STEP geometry:
112112
src="/documentation-assets/docs/zoo-design-studio/features/data-management/import/step/transform-step-import.webp"
113113
alt="An imported STEP flange scaled, rotated, and measured in Zoo Design Studio"
114114
aspect="2560 / 1466"
115-
maxHeightPx={620}
115+
maxHeightPx="780"
116116
/>
117117
<br />
118118
<div>
@@ -135,7 +135,7 @@ import.
135135
src="/documentation-assets/docs/zoo-design-studio/features/data-management/import/step/step-scene-unit-measure.webp"
136136
alt="A 50 millimeter STEP flange imported into an inch scene and measured as 50 inches"
137137
aspect="2560 / 1466"
138-
maxHeightPx={620}
138+
maxHeightPx="780"
139139
/>
140140
<br />
141141
<div>
@@ -169,7 +169,7 @@ flangeInInches = flange
169169
src="/documentation-assets/docs/zoo-design-studio/features/data-management/import/step/step-scaled-to-inches.webp"
170170
alt="A millimeter STEP flange scaled in an inch scene and measured as 1.9685 inches"
171171
aspect="2560 / 1466"
172-
maxHeightPx={620}
172+
maxHeightPx="780"
173173
/>
174174
<br />
175175
<div>

content/pages/docs/zoo-design-studio/features/ml-ai/index.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,37 @@ than a text-only instruction.
4545
explore larger Zookeeper edits with undo and redo. Use it to compare an AI-generated result against
4646
the previous design state, move through manual and AI edits together, and restore files created or
4747
deleted 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

Comments
 (0)