# Previewing The Store

If you want to limit the visibility of your store and do not want the public to access it, turn off "Public access" in Settings -> Store, like below:

<figure><img src="/files/c9Na2YppiaJgTghBbCDZ" alt=""><figcaption><p>Turn off Public Access if you don't wany anyone to see your store publicly</p></figcaption></figure>

Now if you want to see the store for yourself (without Public Access) - just click "Go To Store" at the top and you should be able to preview the store with special access token. The URL should contain "previewToken" inside the URL, like below:

<figure><img src="/files/urJ7rd23kzCSRUd4StvM" alt=""><figcaption><p>Even you disable public access, you as the owner will still be able to access the store with special access token</p></figcaption></figure>

Now you can test out transactions and the look'n'feel of your store!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.fungies.io/store-settings/previewing-the-store.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
