Help in FFT

I have a Polynomial with Integer coefficients and I want to Multiply it with another similar Polynomial.
And I want to find its value at some Integer x and the Final answer is answer % MOD. How do I do it?