docs(falcon-ai,protect): add thirteen captures and correct five claims - #812
Merged
Conversation
Fills the ten empty image slots on the Falcon AI chat and conversations guides, which were all rendering broken, and adds three new slots. Falcon AI, chat-with-falcon-ai: full page, floating button with its tooltip, empty state, typed input, context selector, plus menu, expanded tool card, Stop mid-stream, and the copy/rate row. Falcon AI, elsewhere: the conversation row menu, the Customize skills list, and the Connectors settings page in its empty state. Protect: the Test tab with the PII test chip applied. Corrects what the captures disproved: - the tool card's sections are Parameters, Result and Full output, and Parameters only appears when the call took arguments - a conversation is titled from its first message, on send, rather than generated at the end of the first turn - the plus menu carries a Connectors submenu ending in Manage connectors - Customize offers Add connector, not Add custom connector - Copy, Good response and Bad response are unlabelled icon buttons Also names the skills chip row above the input, which is prominent in the empty-state capture and went unmentioned. Signed-off-by: khushalsonawat <khushalsonawat@gmail.com>
atharva-bhange
approved these changes
Aug 14, 2026
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Fills the ten
<img>slots on the Falcon AI guides that pointed at files which never existed, adds three new ones, and corrects the prose the captures disproved.chat-with-falcon-ai— 9open-full-page.pngopen-shortcut-panel.pngFalcon AI (⌘K)tooltipempty-state-quick-actions.pngask-question-send.pngcontext-selector.pngattach-file.png+menu open: Attach files, Connectorstool-card-parameters-result.pnglist_scenariosexpanded: Parameters JSON, Result, Full output tablestop-mid-response.pngcopy-rate-response.pngElsewhere — 4
manage-conversations/row-menu.png— row menu open on Rename and Deletecreate-skill.png— Customize panel, Skills selected, Create Skill at the bottomconnect-mcp-server.png— Falcon AI Connectors settings, empty stateprotect/guides/test-a-guardrail.png— Test Guardrails panel with the PII test chip appliedWhy
Both Falcon AI pages shipped with
<img>tags whose files were never added, so ten broken images were rendering in production. Filling them meant driving the product, and driving the product turned up five claims that don't match what it does.What cases does this cover
+menu's Connectors entry is a submenu, so "Manage connectors" is not where the old text said it wasHow
Captured over CDP at 3024×1890, native geometry, annotated per
annotation-conventions.md: 286×104 ovals, 3 px white stroke, size-28 Arial, solid equilateral arrowheads, straight arrows only.Every correction is something I saw rather than inferred. Where I could not verify a behaviour without a native file dialog or a config change on the workspace, the page names the control and stops there rather than claiming what it does.
Masking was needed on one image: the
agent_idin the Parameters JSON, the agent UUID in the "Showing 1 of 1" line, and the scenario ID in the table.Known gaps
Two rows from the same sweep are blocked on data, not on effort:
choose-connector-toolsneeds a connector actually connected with tools discoveredreview-guardrail-activityneeds a workspace with real guardrail triggers; Ava's four KPI cards all read zero with all three guardrails disabled, and I did not enable one to manufacture dataRecording
n/a — static pages.
Checklist