Dependencies when doing distributed

I have a line of code like this:
@everywhere include("encounters.jl")
The file in question, encounters.jl has in it a line
using AAUtils
The module AAUtils is installed both locally and remotely. Q: From where is AAUtils being loaded local or remote?
It would appear that it is being loaded locally then run remotely, but I can’t tell for sure.

Thanks in advance