> For the complete documentation index, see [llms.txt](https://docs.jukedisc.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jukedisc.xyz/guides/track-emojis.md).

# Track Emojis

When browsing tracks in **JukeDisc**, you might notice different emojis next to songs. These are **badges** that give you quick info about the track. Here’s what each one means:

| Emoji | Meaning           | Explanation                                                         |
| ----- | ----------------- | ------------------------------------------------------------------- |
| 🔥    | **Popular Track** | The track is highly popular (Spotify popularity ≥ 80).              |
| 💎    | **Hidden Gem**    | The track has lower popularity (≤ 30), but it’s worth checking out! |
| 🚫    | **Explicit**      | The track contains explicit lyrics.                                 |
| 💿    | **Single**        | The track comes from a single.                                      |
| 📀    | **Album**         | The track is part of a full album.                                  |
| ⏱️    | **Short Track**   | The track is under 2 minutes.                                       |
| ⏳     | **Long Track**    | The track is over 6 minutes.                                        |
| 🆕    | **New Release**   | The track was released within the last 30 days.                     |

***

✨ **Example:**

> Song Title • Artist Name 🔥🚫📀

This means:

* The track is popular (🔥)
* It’s explicit (🚫)
* It’s part of an album (📀)


---

# 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:

```
GET https://docs.jukedisc.xyz/guides/track-emojis.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.
