# Playlist

## Overview

Playlists offer a simple way to share a collection of simulations with experience users. Each playlist has a generated pin code in which experience users can input into the system to gain access to the simulations.&#x20;

### Requirements

Before using playlists, consider the following points.

1. All simulations must be **public** in order for them to be added and can be viewed from the playlist.
2. If a user does not login when loading a simulation in a playlist, their session will be recorded with userId of **playlist-{pinCode}**.

## Creating a Playlist

1. Navigate to **Simulations**.
2. Click on **Manage Playlists**.
3. In the **Playlist Selection** screen, type in a new playlist name and click on **Create New**.&#x20;

<figure><img src="/files/BCcjGdgTkqAxE1Y10uuW" alt="" width="563"><figcaption></figcaption></figure>

4. Click the **Edit** (pencil) icon begin adding your simulation.&#x20;
5. Select a public simulation from the dropdown and click **Add** to populate the playlist.&#x20;

<figure><img src="/files/Kvp9VxRooelZAIdnCZYr" alt="" width="563"><figcaption></figcaption></figure>

6. Simulations can also be reordered with the up and down arrows, and removed from the playlist with the X button.
7. (Optional) The **require user login** option will force users to login before loading the playlist.&#x20;
8. Finally, click on **Get Code** to view the **pin code** for the simulation.

<figure><img src="/files/6yijF989Ka7lbAWijo3a" alt="" width="563"><figcaption></figcaption></figure>

## Accessing a Playlist

1. To access a playlist, acquire a **pin code** from an author.&#x20;
2. Next, click on **Input Pin Code** in the web, desktop, or VR apps.&#x20;

<figure><img src="/files/JbYMsgksDzjd6dsOY8dn" alt="" width="563"><figcaption></figcaption></figure>

3. Click **Playlist** and enter the **pin code**.

<figure><img src="/files/3kLzv0zihE73RSByWrF1" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/dmpRtlwOz2qy9SuZ9bJE" alt="" width="563"><figcaption></figcaption></figure>

4. Click on the simulation and the **View** icon that you want to experience.&#x20;

<figure><img src="/files/4HWqrJJ5mGgg43m1aIBp" alt=""><figcaption></figcaption></figure>


---

# 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.siminsights.com/publish/playlist.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.
