# How to get Google app Client ID

Step 1: Login to Google Developer Console at [https://console.developers.google.com](https://console.developers.google.com/) using your **Google account** credentials.

Step 2: If you are not registered on Google developer account, then you need to accept agreement and fill out detail to register an Google Developer account

![](/files/-LZsLL24n-KEYZ4KFSy9)

Step 3: After accepting agreement or if you are already registered on Google developer account, you will see a screen as shown below. Click on “Select a project” on top header bar.

![](/files/-LZsLL22G_E0dyOtlYPU)

**Step 4:** From the project selection popup click on the button **Add new project.** Enter your “Project name” and click on “**Create**” button.

![](/files/-LZsM9E3NJ5dv8OY3QWy)

**Step 5:** Back to main console dashboard, select your new project. Go to  **Credentials** > **Create credentials** click **OAuth client ID**

![](/files/-LZsM9E5EJiPVblQRBKZ)

Step 6: Select **Web application** > Click **Configure consent screen**

![](/files/-LZsM9E9hTJqDMhYEhj0)

Step 7: Fill values for some textfields to complete creating credentials like image bellow.

![](/files/-LZsM9EG0ZE-sVRSRNVX)

![](/files/-LZsM9EJLHkMo4SwupYw)

{% hint style="info" %}
Please double check your website domains detail and other links similar to your store online domain.
{% endhint %}

Step 8: After creating credentials successfully you will get a client id. Copy **Google App Client ID**

![](/files/-LZsM9ELyjdYM72t5ZEw)


---

# 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://doc.arenacommerce.com/social-locker/connect-your-social-keys/how-to-get-google-app-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.
