# Favorites

You can favorite three types of items: tracks, albums, and artists. Each has its own view in the left sidebar.

## Adding favorites

* **Tracks**: click the heart icon in the track table, use the heart button in the player bar for the currently playing track, or use the three-dot menu (⋮) on any track
* **Albums**: click the heart button on an album's page
* **Artists**: click the heart button on an artist's page

Click the same button again to remove the item from your favorites.

## Browsing favorites

The left sidebar has three favorites views:

* **Favorite albums** shows a card grid of your saved albums. Click one to open its detail page.
* **Favorite tracks** shows a track table with filtering, sorting, and the same playback controls as search results (Play all, Add all to queue, per-track + button and three-dot menu).
* **Favorite artists** shows a card grid of your saved artists. Click one to open their page.

All favorites are sorted by when they were added, newest first.

## Persistence

Favorites save to disk automatically and persist across restarts.


---

# 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.nuclearplayer.com/nuclear/core-concepts/favorites.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.
