> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superdev.build/llms.txt
> Use this file to discover all available pages before exploring further.

# Modes

> Learn about the different modes Buildy has to offer

Buildy offers two distinct modes to enhance your app development experience:

### 1. Edit Mode

**Edit mode** is our default mode that acts as your superhuman engineer. It directly writes and implements code changes to your app, making it perfect for rapid development and implementation.

### 2. Chat Mode

**Chat mode** serves as your intelligent advisor, operating at 10x the analytical capacity. This mode helps you:

* Think through complex problems
* Debug issues
* Plan your product strategy
* All within the Buildy editor

Instead of switching between your editor and GPT, you can have these conversations directly in Buildy.

Unlike Edit mode, Chat mode doesn't write code directly. It operates as an agentic assistant that can:

* Read your files
* Inspect logs
* Query the database
* Analyze your codebase

When it identifies necessary changes, it will suggest modifications and provide a button to apply them.
