Database
Most apps need somewhere to store data — todos, habits, orders, whatever your app is about. Bool sets up a database for you automatically as part of building your app; you don’t provision or configure anything.
Browsing your data
Open the Dashboard tab and go to Data. Every table the agent has created for your app shows up in the sidebar as soon as it exists.
Click a table to see its rows in a spreadsheet-like view, where you can:
- Search and filter rows
- Add a new row using a generated form (one field per column)
- Edit a row’s values inline
- Delete a row, with a confirmation step
The view stays live — if the agent changes data (or another collaborator edits a row) while you’re looking, it updates without a refresh.
Ask the agent instead
For anything more involved than editing a row by hand — adding a column,
changing a relationship, seeding data, running a one-off migration — it’s
usually faster to just ask in chat than to do it manually. For example: “add
an archived boolean to the habits table” works the same way as any other
build request.