# Share

## Share a fully-editable copy of your app project

{% hint style="info" %}
For security purposes, when you share your project we automatically clear out any app settings which currently includes Firebase and Stripe keys and urls
{% endhint %}

When you share a link to your project the recipient will get a copy of your UI components and your blocks. For your safety, we remove personal data from your project settings such as API keys and URLs.&#x20;

Please note, that if you have account information in your blocks or your UI design then this will not be removed. Only data in your project settings is removed.&#x20;

## Generate a share link

When you generate a share link, it will create a copy of your app project at the point in time you generate the link. If you update your app and want your collaborators / remixers to have the latest copy, you'll have to generate a new link

![](https://689802330-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAn5scXl2uqUJUOqkJo%2F-MXHZLtOjD6VG1-twFVR%2F-MXHcAlftWzMp269mMXw%2Fshare_project.gif?alt=media\&token=a90c0a8b-4b1f-413e-bd88-5e222cc3da81)

### Share and track your links on your project page

When a user clicks on your share link, a copy of your app will automatically appear in their account. For every copy of your app that is created in a user's account, you will get credit for a share on your project page

![](https://689802330-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAn5scXl2uqUJUOqkJo%2F-MXHZLtOjD6VG1-twFVR%2F-MXHceQ1gDXPfOU4oght%2Fnum_shares.png?alt=media\&token=3206eea8-c6b1-46c2-8232-9635deb49d43)

## Share a read-only version of your app project

If you want to share a read-only version of your app project, you simply set your project to `Public` in your App Settings page and share the link of your project url

![](https://689802330-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAn5scXl2uqUJUOqkJo%2F-MXHZLtOjD6VG1-twFVR%2F-MXHdBvZ9DtU6M8AWMrt%2Fpublic_project.png?alt=media\&token=9ccf7434-4648-4b55-a82e-ccdc03047fca)

Users who visit the project url link do not automatically get a copy of your app in their account but they can use the [Make Copy](https://docs.thunkable.com/snap-to-place/make-copy) button to create a copy if they wish


---

# 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.thunkable.com/snap-to-place/share-1.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.
