How can I place an anchor (on page B) but also redirect me from Page A to Page B

Currently looking for a way that when clicking on ‘BUTTON’ it redirects me from (Page A) to (Page B) but also on (Page B) I want to set an anchor that brings me to ‘Section’ automatically If I have pressed ‘BUTTON’

Don’t worry if you can’t find it, it’s just a feature that would be helpful

I’m not sure if the # syntax works with Wix, as in, https://example.com/some/page#someanchor

But if not, you can always just have the page code check for an anchor query

Look into wixLocation.query and $w.Element.scrollTo in the Velo documentation