From 0b81dc889de075c02cf5bee1bfe68a3b605c0035 Mon Sep 17 00:00:00 2001 From: Ben Zorn Date: Fri, 22 Mar 2024 23:18:02 +0000 Subject: [PATCH] FAQ - reduce mention/empasis on JavaScript --- docs/src/content/docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/faq.md b/docs/src/content/docs/faq.md index 8b1e82cdbb..08e57eb114 100644 --- a/docs/src/content/docs/faq.md +++ b/docs/src/content/docs/faq.md @@ -9,13 +9,13 @@ keywords: AI, script generation, performance, best practices, limitations ### Getting Started - **What is GenAIScript and how does it work?** - GenAIScript is a framework that allows users to create AI-enhanced scripts to automate tasks. It uses JavaScript and integrates with AI models to execute tasks based on user-written prompts. + GenAIScript is a framework that allows users to create AI-enhanced scripts to automate tasks. It uses simple commands and integrates with AI models to execute tasks based on user-written prompts. - **Who can use GenAIScript and do I need to be a developer?** Anyone can use GenAIScript, including non-developers. It's designed to be user-friendly, but some basic understanding of scripting or programming can be helpful. - **What are the prerequisites for using GenAIScript?** - You'll need to have VS Code installed to use the GenAIScript extension, and some familiarity with JavaScript or programming concepts is beneficial. + You'll need to have VS Code installed to use the GenAIScript extension, and some familiarity with programming concepts is beneficial but not necessary. - **How do I install the GenAIScript framework and its VS Code extension?** The specific installation steps are documented here: [Installation](./getting-started/installation.mdx)