# Create a Google Cloud Project

#### Navigate to Google Cloud Console

1. Go to [Google Cloud Console](https://console.cloud.google.com/)
2. Sign in with your Google account (the one linked to your YouTube channel)

#### Create a New Project

1. Click the **project dropdown** at the top of the page (next to "Google Cloud")
2. Click **"New Project"** in the modal that appears
3. Fill in the project details:
   * **Project name:** `StreamLink-YourChannelName` (e.g., `StreamLink-GameStreamer`)
   * **Organization:** Leave as "No organization" (unless you have one)
4. Click **"Create"**
5. Wait for the project to be created (\~10-30 seconds)
6. Click **"Select Project"** when prompted, or select it from the project dropdown

{% hint style="info" %}
**Project Naming:** Choose a descriptive name like "StreamLink-YourName" to easily identify it later. You can create multiple projects if needed.
{% 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/create-a-google-cloud-project.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.
