Didn't get the question!

i didn’t get the question

the question is how many different permutations of paranthesis can be made such that every bracket is a balanced bracket

ex n=3
output is-;
()()()
()(())
(())()
(()())
((()))

as you can see all are balanced ,