I've tried searching but came up short as this is probably a very generalized question, but it goes:
What is the difference between an interaction term and simply including (adjusting) for that same variable in a regression model?
Example:
We have dependent variable y, independent variable x and independent variable x1.
What is the difference between a regression that goes something like this (depending on your software):
regress y x x1
and using interaction:
regress y x#x1