If the entire help center is restricted to signed in users only, is it possible to allow your Gather community to be accessible to everyone? I would like to only require users to sign in to post, comment or react.
Question
Different restrictions for help center and community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


I believe that's not possible as there is no setting in guide admin access panel to differentiate the 2 access.
I think it might be possible via coding though, like using a custom javascript code to show or not the element if:
{{#if user.signed_in}}I hope that helps a bit.
Best,