# Adding your own songs!

So, if you see this page you either hate my music taste or just want more songs, this document will explain how to add or even remove your own songs!\
\
To add your own songs, look into the `/plugins/MusePluse/songs.yml` file!  You should see a bunch of songs but look at the one with comments all over it, it will look like this:&#x20;

```yaml
skaga: # the key of the song, must be one word
  Details:
    # Song name, supports color codes
    SongName: Skaga
    # Artist name, supports & color codes
    Artist: Alexander Nakarada
    # This can be any material, music discs have theyre gray lore removed!
    GuiMaterial: MUSIC_DISC_13
    # Permission is an optional field, doesnt need a musepluse prefix!
    #Permission: "musepluse.skaga"
    # Currently only youtube is supported
  YouTubeLink: https://www.youtube.com/watch?v=Wyx_XYITisE
```

The YAML document above has comments, make sure to read them! `YouTubeLinks` must follow the schema provided in the config above.\
\
Once you have finished adding the song to your songs.yml, simply start your server (If its offline) or use `/reloadmusepluse`&#x20;

{% hint style="danger" %}
Reloading is a VERY EXPERIMENTAL command, your server may experience some sudden spikes! This will be aimed to be fixed in a future update
{% endhint %}


---

# 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://musepluse.gitbook.io/musepluse-documentation/adding-your-own-songs.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.
