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

Toolbar
The slim bar running across the top of the screen is your command center.| Control | What it does |
|---|---|
| Gear icon | Opens Settings — API keys, usage, subscription |
| Credit gauge | Shows your platform credit usage for the current period (Pro/Max only) |
| Model selector | Picks the AI model for the agent |
| Reset | Clears the current agent conversation (does not touch your files) |
| Preview / Code / Database | Switches the right panel between the live preview, code editor, and Convex dashboard |
| Start / Stop | Manually starts or stops the dev server |
| Sidebar toggle | Hides or shows the file-tree sidebar in Code view |
| Download | Downloads the entire project as a .zip file |
| GitHub | Opens the GitHub panel |
| Publish | Opens the Publish panel |
Left panel — AI agent
The left panel contains the AI agent chat. It’s always visible regardless of which view (Preview, Code, Database) is active on the right.- Conversation history — Every message you’ve sent and every reply the agent has made is preserved here for the life of the project.
- Tool calls — Each agent step is shown as a collapsible row (e.g.
applyDiff,readFile,executeCommand). Click any row to see exactly what the agent read or wrote. - Input bar — Type your next instruction at the bottom. Press
Enterto send. Attach images with the paperclip icon (supported on GPT-5.3, GPT-5.4, Claude, and Gemini). - Token counter — Shows estimated context usage against the selected model’s limit (e.g.
25.0k / 1000.0k).
Right panel — Preview
The default view shows your running application in an embedded browser frame. The address bar at the top lets you navigate to specific routes. Use the device icons to switch viewport:- Desktop — full width
- Tablet — 768 px
- Mobile — 390 px
- Responsive — drag the handle to set any width
- Figma — frame dimensions matching common Figma artboards
Right panel — Code

- Sidebar with three sub-tabs:
- Files — the project file tree. Click a file to open it; right-click for rename/delete options. You can also drag files from your computer into any folder.
- Search — full-text search across all project files.
- ENV — view and manage environment variables.
- Editor — Monaco editor for the selected file. Supports syntax highlighting, autocomplete, go-to-definition, and multi-cursor editing.
- Terminal — one or more terminal tabs at the bottom. Each tab is an independent shell inside the WebContainer.
Right panel — Database
Clicking Database embeds the Convex dashboard directly in the workspace. Browse tables, run queries, inspect function logs, and manage scheduled jobs without leaving the IDE. See Convex Backend for details.Projects page

- Thumbnail — an auto-generated snapshot of the last preview render
- Platform badge — Web, Universal, etc.
- Public badge — shown when the project is publicly visible, with its star count
- Last opened date and the model used to build it
- Open the project
- Open the Database Manager (if Convex is configured)
- Toggle public / private visibility
- Copy share link (public projects only)
- View public page
- Delete the project