# Google Cloud Registration

{% hint style="danger" %}
This page is under construction and not yet finalized or verified. Please let me know if you have a running example.
{% endhint %}

### Application (Project) Registration

* Open [Google Cloud Platform](https://console.developers.google.com) website
* Click on "Select a project" and secect "NEW PROJECT"
* Enter any name, e.g. "SOFA Project" and select "CREATE"

### Create Client Secret

* Select "APIs & Services" > "Credentials"
* Select "+ CREATE CREDENTIALS" > "OAuth client ID"

{% hint style="info" %}
You may be prompted to configure the consent screen before continuing.
{% 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://sofa.k43.ch/hints-and-tips/google-cloud-registration.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.
