# Sign In With Google

To allow the Sign In With Google feature, a user is required to have the [permission called Admin](/blocworx-documentation/admin-and-development/roles-and-permissions.md). While logged in as an admin, go to ***Admin & Development*** and then ***App Settings.***&#x20;

After that, the fields similar to the image below will be available for editing.&#x20;

![](/files/SiBjYitRo5sMWPG49WtO)

Now, there are two fields that should be filled to enable this feature.&#x20;

* The user may turn the feature on/off by clicking on the checkbox ***Use Sign In With Google***
* The ***Client ID*** field must be filled with a valid Google API Client ID.

{% hint style="info" %}
If you are unsure about how to Get the Google API Client ID, you may follow Google's official documentation available in [Google API client ID](https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid).
{% endhint %}

Below is an example of a client ID.

```
1234567890-abc123def456.apps.googleusercontent.com
```

Finally, with all settings created a user is able to log in using the google account that is already registered in the system.&#x20;


---

# 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://manual.blocworx.com/blocworx-documentation/app-settings/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.
