> ## Documentation Index
> Fetch the complete documentation index at: https://reseller-docs.wamatrix.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Infrastructure & Security

> Configure bot protection, social login, and Google account connections.

**Settings → Infrastructure & Security** contains settings for platform login and connected services.

<CardGroup cols={2}>
  <Card title="reCAPTCHA" icon="shield" href="/pa/onboarding-a-sub-tenant#bot-protection">
    Protect login, forgot-password, and tenant registration from bots using **Google reCAPTCHA v3** or **Cloudflare Turnstile**.
  </Card>

  <Card title="Social Login" icon="key-round" href="/pa/onboarding-a-sub-tenant#social-login">
    Allow tenants and staff to sign in using **Google** or **Facebook**.
  </Card>
</CardGroup>

## Google Accounts

Allow tenants to connect their Google account for automation features such as **Google Sheets** and **Google Calendar**.

<Warning>
  Google Accounts uses a **separate Google app** from Social Login. Each has its own credentials.
</Warning>

<Frame caption="The Google Accounts tab, with the client credentials and the redirect URI to register">
  <img src="https://mintcdn.com/reseller-docs/N3dwUQXnwHM07XTT/images/pa/google-accounts.png?fit=max&auto=format&n=N3dwUQXnwHM07XTT&q=85&s=7318ce316530398ca37dc42324508fc6" alt="The Google Accounts tab, with the client credentials and the redirect URI to register" width="1630" height="533" data-path="images/pa/google-accounts.png" />
</Frame>

### Required settings

| Field                       | Where it comes from                  |
| --------------------------- | ------------------------------------ |
| **Client ID**               | Your Google Cloud project.           |
| **Client Secret**           | Your Google Cloud project.           |
| **Authorized Redirect URI** | The redirect URL shown on this page. |

<Info>
  Copy the **Authorized Redirect URI** exactly as shown and add it to your Google Cloud project. An incorrect URI can cause a `redirect_uri_mismatch` error when tenants connect their Google account.
</Info>
