to calculate the derivative of a function at a given point
example
f[x_]:= 2x^2 +5x -Sin[x] f'[x]/.x->2
or
f'[2]
pay attention to the definition of the function
in WA . simply type "derivative of " (your function) " where " x= value