> For the complete documentation index, see [llms.txt](https://manual.blocworx.com/blocworx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.blocworx.com/blocworx-documentation/app-settings/sign-in-with-google.md).

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

![](https://1186088597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSr2uF2m-DtSpCxknCK-887967055%2Fuploads%2Fy5sMxYbeEiBYlNrjZnYR%2Fsign%20in%20with%20google.PNG?alt=media\&token=db13ceb2-3ad0-4589-8ced-583e1ab54a19)

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;
