# Setting Up Google Cloud Project CLI (SDK)

Prerequisites:&#x20;

* Pyhon 3
* iTerm2 with powerline 10k ;)&#x20;

![Hint: when you have the GCP SDK & Powerline 10K installed with a default project, as soon as you type gcloud, your default project will appear so you always know where you are in GCP project space](/files/iPNIoZJt7M9fIUUnITvu)

Download and extract the sdk install from the link below:&#x20;

{% embed url="<https://cloud.google.com/sdk/docs/quickstart>" %}
SDK Download link and full install instructions
{% endembed %}

**Follow the default instructions/values and make sure that the default project is set to `pihole-vpn` and the default zone is set to `us-east1-b`**

To SSH into an instance you can run the following (provided the defaults were set up correctly above, or if they have not changed):

`gcloud compute ssh $INSTANCE_NAME`

{% embed url="<https://cloud.google.com/compute/docs/instances/connecting-to-instance#gcloud>" %}
More SSH instructions
{% endembed %}


---

# 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.leblanc.sh/setting-up-google-cloud-project-cli-sdk.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.
