> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/laptop-pack-v3/music/app/headphones.md).

# Headphones

> * When you play music using the laptop all other players around you can hear your music, if you want some privacy and listen music on the go you will need some headphones.
> * Click the Headphones icon inside the APP to send your current playlist to the Headphones Queue.

<figure><img src="/files/TvoPOLu4Tu1CCnUTvODh" alt=""><figcaption></figcaption></figure>

> * You can add more songs to the headphones queue by searching a song and clicking the **Playlist icon > Add to queue**

<figure><img src="/files/j7FVaVZRC7DzHOKJ8fxB" alt=""><figcaption></figcaption></figure>

> * To open the Queue Panel by clicking the Playlist button in the bottom right corner of the APP

<figure><img src="/files/d65xr11fIlmXccnZVaWa" alt=""><figcaption></figcaption></figure>

> * Close the Laptop and the mini player will remain open and playing your favorite music, you can enable the cursor with the Insert Key (default key) to interact with it, play/pause, change the song or volume.

<figure><img src="/files/1IHfvahBDcPhgmX1GKml" alt=""><figcaption><p>Mini player default</p></figcaption></figure>

<figure><img src="/files/aSjO9kRvvNEW8pIupcwx" alt=""><figcaption><p>Mini player with playlist expanded</p></figcaption></figure>

{% hint style="warning" %}
If you don't have the headphones item you will NOT be able to use the Headphones function and you will receive an error message for missing item in the laptop.
{% endhint %}

<figure><img src="/files/U1EUJ6vjt9v1a85zdyK9" alt=""><figcaption></figcaption></figure>


---

# 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.av-scripts.com/laptop-pack-v3/music/app/headphones.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.
