How to find the best move? (Super easy question, right?)
@1
"How to find the best move?"
++ That is not even necessary: avoiding bad moves is good enough.
"what do you do when you reach a position"
++ Look at the possible moves and use logic and calculation to eliminate inferior moves.
"staring at the board, not seeing anything"
++ You see several legal moves. Eliminate bad moves and you are left with the good moves.
"how do you evaluate a position?"
++ Look at king safety, material count, endgame if all pieces were exchanged.