> For the complete documentation index, see [llms.txt](https://onwhatsapp.gitbook.io/quick-start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onwhatsapp.gitbook.io/quick-start/agency-partner-setup/google-login.md).

# Google Login

To offer the most seamless experience, absolutely Google one-click is the best and here's how you enable it for your users on the Partner Dashboard.

{% hint style="info" %}
Do be aware, users often forget how they signed in and will reach out to you. Remind them they've used Google Login 🤓
{% endhint %}

Get started by following the steps below (Max 10 minutes to get up and running)

1. **Create a new project on the Google Console**\
   To begin the authentication process, create a new project before creating credentials and client id. Check the screenshot below and click here for [**Google console**](https://console.cloud.google.com/).\
   \
   ![](/files/XwfLkJPKuj40mvMOZXFk)

2. **Time to get the credentials**\
   Create Credentials by clicking on [**Credentials** ](https://console.developers.google.com/apis/credentials/consent)menu option on Google console dashboard.\
   ![](/files/E6hx3bQFlgaEclOEjBpP)<br>

3. **Time to get the OAuth Client ID**\
   Now, tap the **OAuth client ID** option as shown in screenshot for reference below.

   ![](/files/aHpHt01mgpGw7Bt6k5Pv)<br>

4. **Pick application type: Web Application**\
   ![](/files/wvNV5QDEeVBsnyOkVtan)

Aaaaaaand, that's a wrap! Leave the other bits to us to get it rolling! Woohoo 🤘🏼


---

# 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, and the optional `goal` query parameter:

```
GET https://onwhatsapp.gitbook.io/quick-start/agency-partner-setup/google-login.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
