Save tables in multiple schemas when running dbt

Completely new to dbt I have a question. If I use three “layers”, stg, int and mart. Is it possible to load and stora views or tables in every layer. For example if I have three schemas: dbt_stg, dbt_int, dbt_mart? I’m using dbt onprem. If possible, how do I accomplice this?