Overview
Figma Mode connects to your design file, interprets frames, components, variants, and prototyped flows, then turns them into actionable tests. It catches broken states early by comparing intended interactions against the latest handoff artifacts.Component Mapping
Understands variants, breakpoints, and nested components for smart
selectors.
Interaction Trails
Reads prototype links to predict happy paths and edge transitions.
Inputs Required
- Figma file link with can view or higher permissions.
- Description of the flows or personas you care about.
- Optional UX notes (e.g., “animations are critical” or “dark mode parity”).
Step-by-Step
- Start Coverage Agent → Figma Mode.
- Paste the Figma link; include page or frame names if the file is large.
- Mention the use case (“new billing review component” or “mobile nav”).
- Run generation. The agent parses layers, components, and flows.
- Review the output: tests grouped by component/flow plus a gap analysis table.
- Ask for deliverables like “produce accessibility checklist” or “map to Jira epics”.
Provide the Figma Link
Figma Mode only accepts links—no file uploads. Follow the flow below to make sure the system can fetch the right design.- Click the Figma chip under the composer to open Linked sources.
- Paste the share link straight from Figma.
- Select Add. Nota fetches the design metadata, variants, and interactions, then reflects the linked source in your chat context.

/images/new-chat/figma-link.png.
Required Access Token
Add a validFIGMA_ACCESS_TOKEN to your environment configuration before running Figma Mode. This token lets Nota call the Figma API behind the scenes.
- Go to Settings → Environment Variables.
- Create or update the variable named
FIGMA_ACCESS_TOKENwith a Figma personal access token that can read the target files. - Save and redeploy the environment so the Coverage Agent session inherits the new secret.
If you rotate the Figma token, update the
FIGMA_ACCESS_TOKEN environment
variable with the new value.
