# Enable reCAPTCHA

### How to enable reCAPTCHA or Google login for customer apps?

You can configure security and login options like Google reCAPTCHA and Google Sign-In for your customers’ apps directly from your Agency dashboard. These settings help ensure secure authentication and protect against spam or automated abuse.

{% embed url="<https://scribehow.com/shared/Enable_reCAPTCHA__IidKxHK9TlCHdFLvAcxyZA>" %}

#### Step 1: Go to the “Authentication” section

* Navigate to Authentication from the side menu
* Configure third-party login services and CAPTCHA settings from here

#### Step 2: Enable and configure Google reCAPTCHA

* Turn on the **reCAPTCHA v2 Checkbox** toggle
* Visit the [**Google reCAPTCHA admin console**](https://www.google.com/recaptcha/admin/create) and create a new site
* In the label field, enter a label for your website&#x20;
* To create a checkbox key, select Challenge (V2)&#x20;
* Enter your domain name and click plus (+) &#x20;
* Accept the terms of service&#x20;
* Click Submit.
* Copy and paste both keys into the corresponding fields

{% hint style="success" %}
Enabling reCAPTCHA helps protect customer login screens from bot attacks and spam.
{% endhint %}

#### Step 3: Set up Google login

* Turn on the Google login toggle
* Navigate to [**Google Cloud console**](https://console.cloud.google.com/)
* Create or select a project
* Open the APIs & services page
* Click Credentials
* Create OAuth client ID
* After setting up consent screens, copy the generated **Client ID** and **Secret Key**
* Go back to your AppMySite account, paste them in the respective fields in your Agency dashboard

{% hint style="success" %}
Google login simplifies sign-in for customers by letting them log in with their Google accounts.
{% endhint %}

#### Step 4: Save your settings

* After entering the required keys, click **Save**
* The settings will apply across all apps under your agency


---

# 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://docs.appmysite.com/agency-white-label/authentication/enable-recaptcha.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.
