# Enable YouTube Data API v3

#### Navigate to API Library

1. In your Google Cloud project, click the **hamburger menu** (☰) in the top-left
2. Navigate to **"APIs & Services"** → **"Library"**

#### Search and Enable the API

1. In the search bar, type: `YouTube Data API v3`
2. Click on **"YouTube Data API v3"** in the results
3. Click the blue **"Enable"** button
4. Wait for the API to be enabled (\~5-10 seconds)
5. You'll be redirected to the API dashboard

{% hint style="success" %}
**Success!** You should see "API enabled" and usage statistics (all at 0%).
{% 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://kentatetsu.gitbook.io/streamlink/guides/youtube-setup-guide/enable-youtube-data-api-v3.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.
