Hi Angelro, I’m a big time WordPress Newb but found an answer to this one quickly. For every sidebar you want, add the following:
<?php get_sidebar('simple'); ?>
Where ‘simple’ refers to a page name I have in the same folder called:
sidebar-simple.php
Hope that helps.