Multiply the choices
If one stage has m options and the next has n, together they have m × n outcomes. Extend across as many stages as needed.
Arrangements (order matters)
Filling n distinct positions from n items: multiply the shrinking options.
If you fill only some positions, stop early: choosing a 1st and 2nd from
Watch for restrictions
Handle a restricted slot first.
Order matters vs not
If swapping two chosen items gives the "same" selection (a committee, a handshake), order does not matter, and you must divide out the duplicate orderings.