# Sign in With Google

By setting up [*Sign in With Google*](https://www.youtube.com/watch?v=Oy5F9h5JqEU) you can let your clients and your team use their google accounts to sign in to your portal instead of having to remember a password.

![](/files/-Migl9bKsD6H1HCzFS4L)

### Setup

Go to the *Integration Settings* in your portal's settings or click here <https://portals.noloco.io/~/_/settings/integrations> and then click ***Connect***

\&#xNAN;*The following instructions are provided in the app as well*

1. [**Create** a Google Cloud Platform account (for free).](https://console.cloud.google.com/)
2. [Go to the **Credentials** Page.](https://console.developers.google.com/apis/credentials)
3. Click **Create credentials > OAuth client ID.**
4. Select the **Web application** application type.
5. Name your OAuth 2.0 client and click **Create** (this can be anything you want)
6. Add the provided URLs as **Authorised JavaScript origins**:
7. **Save** your new client
8. Copy the **Client ID** that was created and come back to your settings and paste it in the text box and **Save**.

Once saved, the *Sign in With Google* button will appear on your portal's login page


---

# 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://guides.noloco.io/integrations/sign-in-with-google.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.
