There are times while developing new features and testing the app that we need to reset our site configuration settings so we’re able to re-access the first-time user experience. This could be for the Onboarding Wizard or Help Guide Tooltips. Please follow the steps below should you need to do this.
We first need to retrieve our site ID from the app console by doing the following:
lakdnHRSS is your site ID, we will use this in a later steplakdnHR is your session token, we will also use this in a later step

Go to GraphQL Staging Gateway
mutation {
devToolsResetSite(input: {siteId: your_site_id}) {
success
}
}

{
"Authorization": "Bearer token"
}

Click the “Play” button to run the mutation and reset your user. You should see the success response in the block on the right as indicated in the screenshot.

Once the above has been successfully completed, you will need to log out of the app and log back in for the “first-time” user experience!