Many Revit operations are view-dependent. The AI operates on your currently active view. Make sure you have the right view open before sending a command.
Copy
Switch to "Level 1 - Floor Plan" first,then color all rooms by department.
Color all rooms by their "Department" parameter:- "Administration" = light blue- "Engineering" = green- "Sales" = orangeUse view filters so the coloring persists.
Copy
Override the surface color of all structural elementsto red in the active view
Instead of “the 200mm wall”, say "Generic - 200mm" (exact type name). Instead of “the room name”, say the "Name" parameter. Use the exact names as they appear in Revit.
Specify levels explicitly
Always mention the target level: “on Level 1”, “associated with Level 2”. Don’t assume the AI knows which level you’re working on.
Use coordinates when placing elements
When creating elements, provide coordinates in Revit’s internal units (feet) or specify metric: “from (0,0) to (10,0) in meters”.
Ask for a preview first
For complex operations, ask the AI to list what it would change before making changes:
Copy
What walls on Level 2 would be affected if I changeall "Generic - 200mm" to "Exterior - Brick"?List them without making changes.
Scan the model for potential issues:1. Rooms without a Department value2. Walls shorter than 30cm3. Doors not hosted on any wallReport the results as a summary.
Copy
Create a section view for each unique wall type,cutting perpendicular to the wall midpoint.Name each section "Section - {WallTypeName}".