diff --git a/docs/src/assets/vscode-create-new-script.png b/docs/src/assets/vscode-create-new-script.png new file mode 100644 index 0000000000..71c1a5725f Binary files /dev/null and b/docs/src/assets/vscode-create-new-script.png differ diff --git a/docs/src/content/docs/getting-started/your-first-genai-script.mdx b/docs/src/content/docs/getting-started/your-first-genai-script.mdx index 3164048253..aa56eeb2b0 100644 --- a/docs/src/content/docs/getting-started/your-first-genai-script.mdx +++ b/docs/src/content/docs/getting-started/your-first-genai-script.mdx @@ -13,6 +13,10 @@ The execution of a genaiscript creates the prompt that will be sent to the LLM. (`Ctrl+Shift+P` on Windows/Linux, `⇧⌘P` on Mac) to create a new script. +![The command palette and the create script command](../../../assets/vscode-create-new-script.png) + +- The resulting file will be placed in the `genaisrc` folder in your project. + - …