> For the complete documentation index, see [llms.txt](https://support.cloudwaitress.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cloudwaitress.com/how-to-guides/setup-google-oauth-client-id.md).

# 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="/files/iXZAtgAKSI6dwSXVWcYF" 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="/files/k28MfMLFJh5V6I52AQA5" 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="/files/cIrFQv9NI6vx4vZqOo1U" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
