# Private & Cloneable Sites

{% hint style="info" %}
You need to have PRO Plus plan to access this feature
{% endhint %}

1. From the top, next to project title, click on the settings icon
2. This will open the Site Settings dialog&#x20;
3. Here you can find two important settings \[Private and Cloneable]

### Private Projects

![Site Settings Dialog](/files/b7eiXRmd1tR3BQtX8p44)

By default when you can create any site it will be public which means when you share the site preview url other users can preview your site &#x20;

If you've PRO account you can add privacy to your Site by making it private so that other users can't preview your site if you share the site preview url.&#x20;

#### Site Preview URL vs Site Published URL

| Site Published URL                                      | Site Preview URL                                                                                                          |
| ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| This is the live hosted url of your site                | This is the preview url of your site                                                                                      |
| You need to publish the site to Netlify to see this url | <p>You don't need to publish the site. </p><p>All you need to click on My Projects -> Project -> Menu \[] -> Preview </p> |

### To make your project private.

1. Open the Site -> this will open the editor
2. From top right click on the edit icon near the project title
3. This will open the Site Settings dialog.&#x20;
4. Check the Private option.&#x20;
5. **That's it.**&#x20;

### Cloneable Projects

By default, no one can't clone your projects. If you've PRO Plus plan you can make your site cloneable.&#x20;

1. Open the Site -> this will open the editor
2. From top right click on the edit icon near the project title
3. This will open the Site Settings dialog.&#x20;
4. Check the Cloneable option.&#x20;
5. **That's it.**&#x20;

#### Advantages of Cloneable Projects

1. You can make site as template and let others can clone and use it&#x20;
2. You can sell your site template using Gumroad and even make money&#x20;
3. You can share it with your team and let others  make a copy of it and re-use them for some other purposes.&#x20;


---

# 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://docs.gridbox.io/private-and-cloneable-sites/private-and-cloneable-sites.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.
