> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About AI Assistants ## Article: About AI Assistants ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ai-assistants/about-ai-assistants.md ## Article Content: # About AI Assistants The AI assistants are tools that use artificial intelligence to help you generate, debug, and understand code across your Wix site. Wix offers several AI assistants, each designed for specific development environments and use cases. - [AI Code assistant in the Wix Studio code panel](#ai-code-assistant-in-the-wix-studio-code-panel) - [Wix AI assistant in the Wix IDE](#wix-ai-assistant-in-the-wix-ide) - [Wix MCP](#wix-mcp) ## Supported IDEs Each of the Wix AI assistants are intended for use with a specific IDE. Use the: - [AI Code assistant](#ai-code-assistant-in-the-wix-studio-code-panel) when working in [Wix Studio](https://www.wix.com/studio). - [Wix AI assistant](#wix-ai-assistant-in-the-wix-ide) when working in the [Wix IDE](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/wix-ide/about-the-wix-ide.md). - [Wix MCP](#wix-mcp) when working in a [local IDE](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/about-git-integration-with-wix-cli.md). ## AI code assistant in the Wix Studio code panel The AI code assistant in the Wix Studio code panel is an AI chatbot built into [Wix Studio](https://www.wix.com/studio). ### Use cases You can use the AI Code assistant to: - **Generate frontend and backend code:** Create custom code using both Velo APIs and the JavaScript SDK. - **Add interactive features:** Generate event handlers that respond to user interactions with site elements. - **Debug and fix errors:** Get help troubleshooting and resolving issues in your existing code. > **Note:** The assistant doesn't support requests that require interactions with 3rd-party services, external APIs, or npm packages. ## Wix AI assistant in the Wix IDE The Wix AI assistant in the Wix IDE is an AI Chatbot built into the [Wix IDE](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/wix-ide/about-the-wix-ide.md). ### Use cases You can use the Wix AI assistant to: * **Generate code:** Create frontend and backend code using Velo. * **Debug and fix errors:** Get help troubleshooting and resolving issues in your existing code. * **Search documentation:** Access information from [Wix's Velo API reference](https://dev.wix.com/docs/velo.md) and learn about new features. You can ask up to 2 follow-up questions after your initial query. After this, the assistant starts a new conversation. > **Note:** The Wix AI assistant in the Wix IDE currently supports only code using Velo APIs. JavaScript SDK-based output isn't supported yet. ## Wix MCP The [Wix MCP](https://dev.wix.com/docs/sdk/articles/use-the-wix-mcp/about-the-wix-mcp.md#required-configuration) allows you to work with Wix tools and services in your chosen AI Client. ### Use cases You can use the Wix MCP Server to: * **Search documentation:** Search information about Wix APIs. * **Generate frontend and backend code:** Create custom code using both Velo APIs and the JavaScript SDK. * **Make API calls:** Perform actions or queries for a specified account and selected site. * **Manage Sites:** Retrieve site data and perform site-level actions. ## See also * [Wix IDE](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/wix-ide/about-the-wix-ide.md) * [About the Wix MCP](https://dev.wix.com/docs/sdk/articles/use-the-wix-mcp/about-the-wix-mcp.md) * [Wix MCP sample prompts](https://dev.wix.com/docs/sdk/articles/use-the-wix-mcp/mcp-sample-prompts.md)