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.

Supported IDEs

Each of the Wix AI assistants are intended for use with a specific IDE.

Use the:

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.

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.

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 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 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

Did this help?