Where the switches are
On rork.com, open the + button under the prompt box. Plan mode and Design mode sit in that menu.
The + menu on the prompt box holds Plan mode and Design mode.

The Plan button in a project. It is on here, so the next message produces a plan instead of code.
Design mode
Design mode is the cheap way to decide how your app looks. Rork draws the screens, and nothing is built until you approve them.Answer a few questions about the look
Read the proposal
Change your mind, for very little
Press Build

The Review Design card. After the build it keeps View Design and marks itself Built.
Build a working app from the approved design. Rork then writes the app and saves the design decisions to .rork/DESIGN.md, so later messages keep the same look. You can read that file in More → Code.
After the build, the proposal does not disappear. Find it again in More → Design.
Plan mode
Plan mode is for the changes that are too big to hand over blind. Rork writes down what it intends to do, and it changes no files until you agree. Turn Plan on in the composer, then send your message. Rork writes a plan file under.rork/plans/ and shows a Review Plan card in chat:
- View Plan opens the plan in the Plan tab.
- Build starts the work. It sends
Build the plan.and turns Plan mode off.
Building
Building is the default. Neither switch is on, you describe the change, and Rork edits the code. While it works, the chat shows what it does: Explored 7 files, Made 9 actions, Running checks, Building app. Each finished message lists the files it touched, and a preview of the result. Rork stops and asks when a step needs you: a key it does not have, a question with several sensible answers, a design decision it cannot guess. Those arrive as cards in the chat with buttons, not as walls of text.Choose the AI model
The composer has a model picker. It reads Auto by default.
The model menu. Auto is the default, and models above your plan carry a Pro or Max badge.
Talk instead of typing
The microphone button records your voice and writes the text into the composer. Read it, edit it, then send it. Rork does not send a recording straight to the agent, so a wrong word costs you nothing.Attach what you already have
Use + → Upload image or drop a file onto the chat. Rork reads screenshots, photos, PDFs, video, audio, and 3D models. A screenshot is the fastest way to describe a design. Take a picture of a Figma frame, or of an app you like, and say what you want from it. Free accounts attach files up to 10MB. Paid plans go up to 5GB.Queue the next message
You do not have to wait for the agent. Send another message while it works and Rork queues it. The queue header counts them, for example 2 Queued, and each row can be edited or removed before its turn. If a turn stops or fails, the queue marks itself · Paused so nothing runs on top of broken work. Press Resume when you are ready.FAQ
Does the design step cost credits?
Does the design step cost credits?
Can I skip Design mode?
Can I skip Design mode?
How much did that message cost?
How much did that message cost?
Rork keeps breaking the same thing. What now?
Rork keeps breaking the same thing. What now?
Where do the plan and design files live?
Where do the plan and design files live?
.rork/plans/ and the design contract to .rork/DESIGN.md. Both travel with your code to GitHub. See How to sync your project with GitHub.