# Youtube API Key

## Step 1: Watch `How to Get YouTube API Key` Video

Create a YouTube API key by watching the video below.

{% embed url="<https://youtu.be/LLAZUTbc97I>" %}

## Step 2: Add API Key In cfg.lua

After creating the api key, open `rm_boombox/cfg.lua` using Notepad++ or VSCode. Then find the apiKey entry line and add the key.

```lua
apiKey = "", -- ENTER API KEY (https://youtu.be/LLAZUTbc97I)
```

then save the file. and that's it!
