The document discusses planning with nondeterministic domain models. It introduces nondeterministic planning domains where actions may lead to multiple possible outcomes rather than a single outcome. This allows for more accurate modeling of uncertainty. The search space for nondeterministic planning is an AND/OR graph rather than a simple graph. Plans are represented as policies that map states to actions. Definitions are provided for reachable states, final states, and reachability graphs of policies. Two types of solutions are defined: one where a policy may lead to a goal state, and one where a policy safely leads to a goal from any reachable state.