Skip to main content
The AI assistant lives in the chat panel on the left side of the editor. You can describe what you want in plain English and the assistant will write code, create files, debug issues, and deploy your site.

Opening the chat

The AI chat panel is visible by default when you open the code editor. If you’ve closed it, click the chat icon in the toolbar to reopen it.

Sending messages

Type your message in the input field and press Enter to send. The AI reads your project files for context, so you can reference specific pages, components, or styles by name. You do not have to wait for a response before sending your next message. Prompts sent while the AI is working are queued and run in order, one at a time. See Message Queue for reordering, interrupting, and pausing queued prompts.

@mentions for files

Type @ followed by a filename to explicitly reference a file in your message. This tells the AI to focus on that file when generating a response.

Attaching images and files

You can drag and drop or paste images and files into the chat input. The AI can analyze images (like screenshots or mockups) and use them as reference when generating code.
Attachment limits:
  • Maximum 20 attachments per message
  • Images up to 20 MB each
  • Videos up to 100 MB each

Slash commands

Reasoning effort

Control how deeply the AI thinks before responding:
  • Low — fast responses for simple tasks like renaming or small edits
  • Medium — balanced reasoning for most coding tasks
  • High — thorough analysis for complex architecture or debugging
You can adjust reasoning effort from the dropdown next to the send button.

Undoing a turn

Every prompt captures a restore point of your project right before the AI starts. Click Undo this turn on the checkpoint strip above any prompt to revert everything that turn changed — modified files are restored and files the turn added are removed. See Undo an AI Turn.

AI credits

Every message that uses a Max or Ultra model consumes AI credits from your account. Mini model messages are free. See AI Credits for details on plans and usage.