# Queue Management

Ethos includes robust queue management features, allowing you to build and control your playback list seamlessly.

### 1. `/queue-add <track>`

Adds a track to the current playback queue.

**Usage Example:**

```bash
/queue-add shape of you
```

This command places the specified track at the end of your current queue, ensuring continuous playback.

### 2. `/show-queue`

Displays the current playback queue.

**Usage Example:**

```bash
/show-queue
```

A numbered list of queued tracks appears, allowing you to see what’s coming next.

### 3. `/qp <number>`

Plays the track at the specified position in the queue.

**Usage Example:**

```bash
/qp 2
```

This command jumps directly to the track corresponding to the entered number in the queue, starting its playback immediately.


---

# 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://vyse-1.gitbook.io/ethos/getting-started/basic-usage/queue-management.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.
