# Not able to access the site after creating the site?

#### If you are seeing below error after creating the site, follow this help page.

```
Unexpected issue. There seems to be an issue with your Google sheet access. Please check your Google Sheet Id/URL/access permissions.
   1. Please make sure the Google sheet has access to the Gmail Id you used to login to Siteoly. 
   2. Sometimes you may be logged into multiple Google accounts in browser. Please check the Google sheet has correct access to the id you used to signin to Siteoly.
If the issue still persists, please follow these steps.
```

**There could be two reasons:**

**Reason 1: You might not have given access to the Google Sheet while signing up.**&#x20;

**Fix**: To fix this issue, follow below steps.

* [x] Go to <https://myaccount.google.com/permissions> (Sign In with same Gmail/Email you used for logging into Siteoly)
* [x] Select **Siteoly** and click "REMOVE ACCESS"
* [x] Logout from [https://app.siteoly.com](https://app.siteoly.com/)
* [x] Then login to [https://app.siteoly.com](https://app.siteoly.com/) and give access to all required permissions while logging in.
* [x] Open your site now.&#x20;

**Reason 2: You might not be using the Google Sheet in required format. Siteoly needs your Google sheet to be in a specific format.**

**Fix:** To fix this issue, follow below steps.

* [x] Open this [Siteoly Sample Google Sheet](https://docs.google.com/spreadsheets/d/15OhyVXqKuYIeDtScIllF2ZU29zM3qm9lbUbQKkk-vws)
* [x] Create your own sheet from the option: File-> Make a Copy
* [x] Use the newly created Google Sheet to create your website
* [x] Open your site now.
* [x] Update the Google sheet as you need it.

{% hint style="warning" %}
If you still see your site not working, please reach out to support from the chat window.
{% endhint %}


---

# 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.siteoly.com/faq/not-able-to-access-the-site.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.
