> For the complete documentation index, see [llms.txt](https://docs.navless.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navless.ai/sharing/share-links/how-to-create-a-navless-playlist.md).

# How to Create a Navless Playlist

## What are Navless Playlists?

A Navless Playlist is a curated collection of content you can share as a single link. It includes one **Featured Content** item plus optional **Pinned Content** items. You can name the playlist, share it, and track engagement analytics.

***

### **1. Open the Playlist Builder**

1. Log in to your **Navless** account.
2. In the left-hand menu, click **Share Links**.
3. Click **Create Navless Playlist**.

You will now see the Playlist Builder with:

* Feed/Chat experience toggle
* Featured Content
* Pinned Content
* Playlist Name + Create Link panel

***

### **2. Add Featured Content**

1. In the **Featured Content** section, click the **+** button.
2. The **Find Content** modal appears.
3. Search or filter using Solution, Audience, Segment, Topic, CTA, or Tags.
4. Select an item, then click **Add featured content**.

Your selected item will now display in the Featured Content area.<br>

***

### **3. Name Your Playlist**

1. In the right panel under **Create Playlist**, enter a **Link name**.
2. Optionally, attach a **Salesforce Account** to attribute engagement.

***

### **4. Add Pinned Content (Optional)**

1. Scroll to **Pinned Content**.
2. Click the **+** button.
3. Select additional items from the content picker.
4. Pinned items appear beneath the Featured Content as supporting recommendations.

***

### **5. Choose the Visitor Experience**

Select how visitors will experience the playlist:

* **Feed** — Recommended content appears first.
* **Chat** — Navless Chat appears first.

***

### **6. Create the Shareable Playlist Link**

1. Click **Create link**.
2. A shareable URL will be generated.
3. Copy and use the link anywhere (email, website, social, sales outreach).

***

### **7. Track Engagement Analytics**

Navless automatically tracks:

* Playlist views
* Individual content views
* Time spent on each item
* Engagement by recipient/account (CRM-connected)

Find analytics in the Content Hub under the playlist details.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.navless.ai/sharing/share-links/how-to-create-a-navless-playlist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
