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


---

# 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.rainmad.com/resources/boombox-with-watch-party/youtube-api-key.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.
