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

![](/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;
