# Public Snapshots

The snapshot feature provides users with the ability to create a static, comprehensive view of a conversation and share it through a publicly accessible URL. It enhances collaboration by allowing users to disseminate their work quickly and efficiently to your colleagues and even external stakeholders.

### Create a Snapshot

When snapshot of a conversation is created, the system captures the current state of the conversation thread, including messages, timestamps, the LLMs that respond to the messages. Optionally, you can choose to include the participants' names or sharing anonymously. The snapshot is immutable, as it will not be updated when you continue your conversation. If you want to include the new messages, you have to create another snapshot.

To create a snapshot, choose a conversation that you want to share from the left sidebar and click the blue **Collaborate** button in the upper right corner.

<figure><img src="https://3436857153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFkARfOkDnyuBY4SuepBL%2Fuploads%2Fgit-blob-37018ef999a73465fe5262fd6bba072d19338ac3%2Fpublic_snapshot1.png?alt=media" alt="public snapshot1"><figcaption><p>Click the Collaborate button</p></figcaption></figure>

A popup will appear. Choose the **Share publicly** tab and then click **Create new snapshot**. You have to options: **Share anonymously** or **Share with your name**. Choose the former if you do not want to include your name in the snapshot, and choose the latter if you are willing to share it.

<figure><img src="https://3436857153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFkARfOkDnyuBY4SuepBL%2Fuploads%2Fgit-blob-8e78c0a82ad542e545ac5fa1025226a94191b97b%2Fpublic_snapshot2.png?alt=media" alt="public snapshot2"><figcaption><p>Click Create new snapshot and choose a sharing option</p></figcaption></figure>

{% hint style="info" %}
Once created, the snapshot will not include changes from the conversation, such as message addition or deletion.
{% endhint %}

A unique URL is generated for each snapshot so that you can give it to anyone to allow access to the conversation snapshot. The URL generation process employs cryptographic hashing techniques to ensure the uniqueness and integrity of each link.

<figure><img src="https://3436857153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFkARfOkDnyuBY4SuepBL%2Fuploads%2Fgit-blob-0cda2de015a281e9a1d1b9629d92abda493be3b8%2Fpublic_snapshot3.png?alt=media" alt="public snapshot3"><figcaption></figcaption></figure>

### Snapshot View

If you choose **Share anonymously**, the participants' names of the conversation will not appear. Instead, you will see User 1, User 2... as the owner of the messages.

<figure><img src="https://3436857153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFkARfOkDnyuBY4SuepBL%2Fuploads%2Fgit-blob-bc9c11c439e42eadd84c288de182a9c594d93dd4%2Fpublic_snapshot4.png?alt=media" alt="public snapshot4"><figcaption><p>Anonymized View</p></figcaption></figure>

If you choose **Share with your name**, the participants' names will appear.

<figure><img src="https://3436857153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFkARfOkDnyuBY4SuepBL%2Fuploads%2Fgit-blob-dc7f726b18b9f3488adaa7da844a7c3dc65dfb01%2Fpublic_snapshot5.png?alt=media" alt="public snapshot5"><figcaption><p>Unanonymized View</p></figcaption></figure>

{% hint style="info" %}
If you wish to anonymize the participants later, you have to create another snapshot. You can [disable](#disable-a-snapshot) or [delete](#delete-a-snapshot) the current one later.
{% endhint %}

### Continue from a Snapshot

When someone accesses your snapshot, they are able to continue the conversation from that point. Click **Continue this conversation** at the bottom of the page, and a popup will appear asking for your workspace account.

If you don't have one, you can sign up by entering your email address, and we will guide you through the process of [Setting up an account](https://docs.skydeck.ai/control-center/setup-guide). After that, you can continue the snapshot once signed up.

<figure><img src="https://3436857153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFkARfOkDnyuBY4SuepBL%2Fuploads%2Fgit-blob-172dd49bff2708f2c059f994bebe1a6934d343ee%2Fpublic_snapshot6.png?alt=media" alt="public snapshot6"><figcaption></figcaption></figure>

### Disable a Snapshot

Users have the ability to toggle the accessibility of a snapshot via the management interface. Disabling a snapshot renders the URL inactive, and any attempt to access the URL afterwards will be responded with not found resources. You can choose to re-enable it later.

<figure><img src="https://3436857153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFkARfOkDnyuBY4SuepBL%2Fuploads%2Fgit-blob-7b6b0a9be89e9cae510bd7f775a71ae63380d10c%2Fpublic_snapshot7.png?alt=media" alt="public snapshot7"><figcaption><p>Click the "Eye" icon to disable/enable a Snapshot</p></figcaption></figure>

### Delete a Snapshot

You can choose to delete a snapshot if you don't want to share it anymore. Be cautious that this action is irreversible, which means that you cannot regain the deleted snapshot with the same URL. When clicking the "Trash" icon, you have to confirm the deletion to avoid unintended removal.

<figure><img src="https://3436857153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFkARfOkDnyuBY4SuepBL%2Fuploads%2Fgit-blob-bdb06f31d56882204279a2f7477b999c1f8e0b46%2Fpublic_snapshot8.png?alt=media" alt="public snapshot8"><figcaption><p>Click the "Trash" icon to delete a Snapshot</p></figcaption></figure>
