- Base Template — the default view, with no Item selected.
- Any Item in the Collection — that Item’s actual field values.
Using the Item selector
Open the selector and you get a searchable list. Search matches an Item’s name, Item ID or description. The arrows either side step to the previous or next Item in the list, which is the efficient way to sweep a Collection looking for layout problems. Two things to know:- The selector loads the first 100 Items only. In a larger Collection, search only filters those hundred — an Item beyond them will not appear. To reach one directly, open the editor from that Item instead: its Page tab has an Edit Page button.
- Selecting an Item turns on override mode, which changes what saving does. That is the single most important thing to understand before you press Save — see Per-Item Page Overrides.
Checking widths
Five widths are available: Responsive (fills the panel), Mobile (375px), Tablet (768px), Desktop (1024px) and Wide (1440px). On a narrow screen these collapse into a single dropdown. Mobile is the one that matters most — nearly every scan is a phone — but Desktop and Wide are worth a look if the page’s Max Width is set generously, since that is where a page designed on a phone starts to look sparse.The Preview toggle
The eye button hides the editing chrome: selection outlines, drag handles and drop zones. It also stops rendering sections that are currently hidden, instead of showing them dimmed, so you see close to the finished page. Toggle it back to keep working.Four ways a preview is not a scan
The preview is honest about data and not about context. These differences are real, and each one has fooled someone:- The preview is always signed in. A session is always present — yours, or a stand-in if it cannot be read. So any section gated on the viewer being signed in, including the AdminToolbar with its default condition, always appears in the editor and may never appear for a scanner.
- Device values come from your own browser.
device.isMobile,device.osanddevice.browserdescribe the machine you are editing on. Clicking the Mobile width button changes the canvas width and nothing else — a condition likedevice.isMobilestill evaluates as your desktop. - Location is empty.
request.country,request.cityandrequest.ipare all blank in a preview, because there is no real scan behind it. A condition that depends on them will not fire here even when it would fire in the field. - Time is your clock, in the moment. Time values are computed fresh when the preview loads, so a “weekday business hours” condition shows whatever is true right now.