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 b476bac159..3164048253 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 @@ -9,7 +9,9 @@ GenAIScript use stylized JavaScript with minimal syntax. They are stored as files (`genaisrc/*.genai.js`) in your project. The execution of a genaiscript creates the prompt that will be sent to the LLM. -- Use the `GenAiScript: Create new script...` command in the command palette to create a new script. +- Use the `GenAiScript: Create new script...` command in the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) +(`Ctrl+Shift+P` on Windows/Linux, `⇧⌘P` on Mac) +to create a new script.