# Setup Google OAuth Client ID

## How to setup Google OAuth Client ID

1. Go to the [Google Cloud Platform Console](https://console.cloud.google.com/).
2. From the projects list, select a project or create a new one.
3. If the APIs & services page isn't already open, open the console left side menu and select APIs & services.
4. On the left, click Credentials.

   <figure><img src="https://3208318816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LFSJWcCg8jLlMtgloE-%2Fuploads%2FXuK9KqYKXxh5GCZCEYyn%2FScreen%20Shot%202023-10-13%20at%205.09.09%20AM.png?alt=media&#x26;token=d67a6d8b-fcc2-41fa-8beb-b1b5d367e86a" alt=""><figcaption></figcaption></figure>
5. Click New Credentials, then select OAuth client ID.

{% hint style="warning" %}
Note: If you're unsure whether OAuth 2.0 is appropriate for your project, select Help me choose and follow the instructions to pick the right credentials.
{% endhint %}

6. Select the appropriate application type for your project and enter any additional information required. Application types are described in more detail in the following sections.
7. If this is your first time creating a client ID, you can also configure your consent screen by clicking Consent Screen. (The [following procedure](https://support.google.com/cloud/answer/6158849?hl=en#userconsent) explains how to set up the Consent screen.) You won't be prompted to configure the consent screen after you do it the first time.
8. Click Create client ID
9. Add the store URL on the required fields

<figure><img src="https://3208318816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LFSJWcCg8jLlMtgloE-%2Fuploads%2Fprlv9QWpWbCUkPq8yBi4%2FScreenshot%202025-09-12%20at%207.29.46%E2%80%AFAM.png?alt=media&#x26;token=efdd8fa4-c741-4e20-a32f-db3f321bcf83" alt=""><figcaption></figcaption></figure>

10. Copy the Oauth Client ID
11. Go to Settings > System Tab >Scroll down to Customer Account > Google Tab

    <figure><img src="https://3208318816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LFSJWcCg8jLlMtgloE-%2Fuploads%2F479FMhUINoQ6j2DiXeXs%2FScreen%20Shot%202023-10-13%20at%204.55.59%20AM.png?alt=media&#x26;token=aa68de12-d253-4c80-821f-d30fe6b46628" alt=""><figcaption></figcaption></figure>


---

# 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://support.cloudwaitress.com/how-to-guides/setup-google-oauth-client-id.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.
