Inspector on with h1 selected, floating toolbar, and Element Info showing text and AI Rewrite
Inspector + Element Info

Appifio Creator · Lesson C03 · Beginner

Turn on Inspector:
select elements, edit text & images

Enable the Inspector button, click elements in the preview, edit text/link/image without chatting to AI, and use Undo/Redo when you mis-edit.

Learning goals: Toggle Inspector at the right time, select the right element, change text/link/image, and use Undo/Redo confidently.

Reading time: about 14 minutes

Prerequisites: Comfortable with View space, Standard/Canvas (C01-C02).

Previous: C02 - Canvas breakpoints & responsive

Next: C04 - Advanced Inspector: CSS, spacing, Layers, drag & drop

Main UI labels: Inspector · selection toolbar (Move · Navigate · Edit · AI · Duplicate · Delete · Add note) · Layers · Element Info panel · Ask AI to edit · AI Rewrite · Undo / Redo

Full process map

1. Click Inspector
→ hover detection turns on
2. Hover & click to select
→ highlight · floating selection toolbar appears
2b. Select the right element (if hard to click)
Navigate parent/child/siblings · or Layers panel
3. Open Element Info
Edit on the toolbar → Tag/ID/Classes · text/link/image
4. (Optional) AI / Duplicate / Delete / Note
→ from the toolbar or the bottom of the panel
5. Fix mistakes
→ Undo / Redo
6. Turn Inspector off when done
→ click Inspector again · check Changes · Save changes

Glossary

TermMeaningWhere on the UI
InspectorMode to select & edit elements directly on the previewInspector button
Element hover detectionHighlight outline when you hover so you know what will be selectedAutomatic while Inspector is on
Inspector toolbarFloating bar on the selected element: Move · Navigate · tag badge · Edit · AI · Duplicate · Delete · Add noteAppears right after you click to select
LayersCollapsible tree of page elementsLayers button
Undo / RedoStep back / forward one editUndo / Redo buttons

Steps

Layers list open beside Element Info while an h1 is selected in the preview
Select via Layers

Step 1 - Turn on Inspector

On the View space toolbar, click Inspector. Tooltip: Toggle element inspector (detect elements on hover). First time, you may see a hint: You can turn on the inspector to edit directly faster - a reminder there’s a quicker path than always chatting with AI.

Step 2 - Hover and click to select

With Inspector on, move over the preview - the element under the pointer highlights so you know the scope (a text line, a button, a whole section…). Click to select: the element highlights and the Inspector toolbar (floating bar by the selection) appears. That bar is the main entry to open Element Info, ask AI, duplicate, delete, add a note, or move to parent/child when a mouse click can’t hit the target.

Step 2b - Toolbar after an element is selected

This bar (system title: Inspector Toolbar) appears after you click to select an element on the preview. Don’t confuse it with the top Creator toolbar (Save changes / Discard).

ControlWhat it does
Move (drag)Drag the handle to reposition the element in the structure (drag-and-drop detail → C04)
NavigateReveals: Prev Sibling · Select Parent · Select Child · Next Sibling - pick parent/child/siblings when you can’t click directly (covered, tiny, deeply nested)
Tag badgeShows the selected tag (e.g. div, p, img) - confirm scope before editing
EditOpens the Element Info panel - Tag/ID/Classes, content, Detailed settings… This is the toolbar button that opens Element Info
AISame action as Ask AI to edit (opens chat with element context) - equivalent to the button at the bottom of Element Info
DuplicateDuplicates the selected element on the draft; use Undo if you duplicated by mistake
DeleteRemoves the element from the draft (no HTML trash - only Undo / Checkpoint / Versions). Same idea as Delete at the bottom of Element Info
Add noteAttaches an internal note to the selected element (Pending/Done, Send to AI - see K10). Different from guest review comments

Tip - element you can’t click with the mouse: (1) Select the nearest clickable element → Navigate → Parent / Child / Prev / Next until you land on the right one. (2) Or open Layers → find the element in the tree/list → click that row → Inspector selects it for you (no need to hit the exact pixel on the preview).

Complete Element Info open flow: turn on Inspector → click to select (toolbar appears) → press Edit → Element Info panel. Then Steps 3-5b to change content/attributes.

Step 3 - Edit text

For text-bearing elements (headings, paragraphs, buttons…), type directly after selecting - like a normal text editor. You don’t need HTML; Inspector writes into the file open on the virtual disk.

Step 4 - Edit links

For links/buttons with an href (menus, CTAs, social icons…), select then update the path in the info panel. If you just created a Route in B04, paste the route path (e.g. /about) instead of a raw file name.

Step 5 - Edit images

Select an image, then replace it from your machine or the Media Library (Files tab / Libraries on the toolbar). For quick crop/annotate before use, see C06 - Photo Editor.

Step 5b - Element Info panel: Tag · ID · Classes · by type

Two different “Save changes” buttons: the button inside Element Info writes the selected element’s attributes/content to the draft. The green Creator toolbar button publishes the whole draft live. Always work on the Changes preview.

Common row: Tag Type (change tags within a compatible group, e.g. p↔span↔h1…; list/table/media usually locked; Components cannot change tag) · ID · Classes.

By type: text + AI Rewrite · URL/target · image + alt · YouTube/Vimeo · Maps · input placeholder · ul/ol list settings. Full style = Detailed settings (Background & Border, Typography, Flex/Grid, Computed…) on any tag → lesson C04. Make Component sync → C05.

Step 6 - Ask AI to edit the selected element

Ask AI from Inspector (no need to re-describe where the element is). Same action in two places: the AI button on the selection toolbar, or Ask AI to edit at the bottom of Element Info (next to Delete). Work on the Changes preview.

You wantUse
Change style, structure, or effects on the selected elementAsk AI to edit → chat opens with tag/selector/path context
Only rewrite the text in the fieldAI Rewrite (Step 7)
Quick text/link/image change, no AIType in the panel (Steps 3-5)
  1. Click Ask AI to edit → chat opens (if collapsed) with a pre-filled prompt like Edit this element: plus Tag, ID, Classes, Selector, Path, content, size.
  2. Add your **Request:** line (e.g. “more professional tone, keep brand colors”) and click Send.
  3. If chat can’t open: Please open the AI Chat tab to use this feature.
  4. Edits only work on the Changes tab - otherwise you’ll get a switch-tab warning.

Not Audit: this button is part of Inspector, not the Audit modal (E05).

Step 7 - AI Rewrite (text in the panel)

For text blocks with a content field, the panel has AI Rewrite (tooltip: Rewrite with AI). Placeholder hint: Suggest AI rewrite for this  element…

Step 8 - Undo / Redo

Every Inspector action is recorded step by step. Use Undo to go back, or Redo to move forward. Undo/Redo history is unlimited within the session - try options without permanently breaking the page.

Remember: Undo / Redo = step undo on the toolbar. Different from Edit history (restore-point panel - H04/T10), Checkpoint (flag on AI messages), and Versions. After Save changes to live, you can’t Undo “back past live” - use Versions/Checkpoint.

Step 9 - Turn Inspector off and verify

When finished, click Inspector again to turn it off (avoids accidental selects while browsing). Switch to Changes to review, then Save changes to publish.

How Inspector differs from the AI Agent

The AI Agent (chat) fits when you want to describe an idea in words and let AI decide how (new section, big layout change). Inspector fits when you already know exactly what to change and want it now - especially small repeats: typos, one phone number, one image. They complement each other: AI scaffolds fast → Inspector polishes the last details.

Compared with Webflow & WordPress

ToolDirect edit on preview
Appifio Creator (Inspector)Click on the live running page; edit text/link/image instantly; unlimited Undo/Redo in session
WebflowVisual designer canvas - similar idea, but a dedicated designer view, not 100% the live page like Creator Inspector
WordPress (Elementor/Gutenberg)Block editors: click to edit blocks - similar “select to edit,” tied to WordPress’s own block system

Technical limits

Common issues & fixes

IssueFix
Hover but no highlightCheck that Inspector is on - off means no hover detection.
Can’t click the element you need (tiny / nested / covered)Select a nearby element → Navigate (Parent/Child/Prev/Next); or open Layers → click the correct row in the tree.
Element selected but Element Info panel not visibleOn the floating toolbar, click Edit to open Element Info.
Bad edit, want to go backClick Undo until you’re happy; if you already Saved changes, use the Versions tab for an older copy.

Tips

Self-check

Next lesson

C04 - Advanced Inspector: CSS, spacing, Layers, drag & drop

CSS/presets, spacing, full Layers tree, and drag-and-drop to rearrange layout.

Appifio Creator · User guide · C03