This document discusses problem solving through state space search. It explains that state space search involves representing a problem as an initial state, goal state, set of actions that can transform one state into another, and the set of all possible states. The document provides examples of applying state space search to problems like the missionaries and cannibals problem and the 8-queens puzzle. It also discusses strategies for controlling the order of applying actions during the search.