Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/docs/learn/ask-ai/prompt-to-design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ Each chat is labeled with the page, component, or flow it last worked on. Click
Ask AI includes additional tools:

- **[Adding context with @](/learn/ask-ai/adding-context)** — Reference other pages, components, snippets, and docs in your prompt
- **[Upload image](/learn/ask-ai/image-to-design)** — Add reference images
- **[Import from Figma](/learn/ask-ai/image-to-design#import-from-figma)** — Import Figma designs using the image model
- **[Upload image](/learn/ask-ai/image-to-design)** — Add reference images, including [Figma frames copied as images](/learn/ask-ai/image-to-design#import-from-figma)
- **[Reference a web page](/learn/ask-ai/image-to-design#reference-a-web-page)** — Paste a URL to use a live web page as a reference
- **[Personalize AI](/learn/ask-ai/personalizing-ai)** — Configure project-wide context

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/learn/design-mode/preview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: Preview your designs and test interactions.

Preview mode shows how your design behaves outside the editor. Interactions like hover states work in preview.

To preview your design, click the **eye** icon <Icon icon="eye" size={16} /> in the navbar, or press <kbd>Shift</kbd> + <kbd>Space</kbd>. From the flow editor, the same shortcut previews the selected page, or the flow's first page when nothing is selected.
To preview your design, click **Open full-screen preview** in the toolbar, or press <kbd>Shift</kbd> + <kbd>Space</kbd>. From the flow editor, the same shortcut previews the selected page, or the flow's first page when nothing is selected.
Loading