> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/integraciones-y-herramientas/cuentas-y-accesos/login-google.md).

# Login Google

Activar el login con Google permite que tus clientes ingresen a tu tienda en segundos, usando su cuenta de Google, sin tener que crear ni recordar una contraseña nueva.

Esto impacta directamente en el rendimiento de tu eCommerce:

* Más registros completados
* Menos abandono en el proceso de compra
* Mejor experiencia de usuario
* Acceso rápido desde cualquier dispositivo

En pocas palabras, hace que comprar sea más simple… y eso se traduce en más conversiones.

***

## **Credenciales necesarias:**

* Cuenta en Google Cloud Console
* Client ID (OAuth 2.0)
* Client Secret
* URIs de redirección autorizados
* Dominio verificado (si aplica)
* Permisos de acceso configurados (scopes: email, profile, etc.)

***

### ¿Cómo se configura?

Para asegurarte de seguir siempre el proceso más actualizado, te recomendamos utilizar la documentación oficial de Google:

* Crear credenciales OAuth:\
  <https://developers.google.com/workspace/guides/create-credentials?hl=es-419#oauth-client-id>
* Configuración para aplicaciones web:\
  <https://support.google.com/cloud/answer/15549257?hl=es-419#service-web-app>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://guia.fenicio.help/integraciones-y-herramientas/cuentas-y-accesos/login-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.
