Updating Your Project with AI

Navigating Project Files

From the main project screen within Bulifier AI, you can see the file and folder structure of your project. Tapping on a file allows you to view its contents and, if needed, make direct manual edits using the built-in code editor.

Using the AI Button for Updates

To make changes to your existing code using AI assistance, navigate back to the main project screen and tap the main "AI" button again. This will open the AI interface, offering different modes (tabs) for interaction:

1. Code Tab

The "Code" tab is designed for prompts that might require awareness of the entire project's context.

2. Chat Tab (Recommended)

The "Chat" tab provides a more conversational and generally more efficient way to iterate on your code.

Using Console Logs with AI

Don't forget the console! If your app throws an error or behaves unexpectedly during testing (see Running and Testing), copy the relevant error message or log output from the console.

Paste this copied information directly into your AI prompt (especially effective in the Chat tab). Providing the exact error message gives the AI valuable information to help diagnose the problem and suggest a fix. Example prompt: "My game crashes when the ball hits the top boundary. The console shows this error: [paste error message here]".

← Back to Wiki Home