# Youtube module

### Getting API Key

1.Go to the Google API console (you must have registered Google account): [https://console.developers.google.com](https://console.developers.google.com/)

2\. If you have not created a project in the API console yet, create it now:

![](/files/-M4yIxHLqnz_GSh-z7Ao)

3\. Go to `Your project` → `APIs & Auth` → `APIs`, search for YouTube API in the list of all available API and activate it:

![](/files/-M4yJFNy7R-HXtAVxLES)

![](/files/-M4yJLT9dS1vl_XBBf-i)

4\. Go to `Your project` → `Credentials`. If you have not created an `API Key` yet, create it now:

![](/files/-M4yJg0OwmwJakabfOPQ)

![](/files/-M4yJlF1jIcQMB4fi-xt)

{% hint style="warning" %}
Don't set limits for API key by IP address. Or you can use the external IP address of your server (not your local IP).
{% 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://ce-docs.keywordrush.com/modules/content/youtube.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.
