• search: Find the leaf receiving the record.

  • has_room is true: Add to node, done.

  • Else: Split and add to left or right. Promote first key on right. (First key of left is already present in parent.)