# Google Gemini

Google Gemini es una familia de modelos de lenguaje multimodal desarrollados por **Google**, creada como alternativa a OpenAI. Con esta integración, puedes potenciar tu chatbot con inteligencia artificial avanzada, permitiendo interacciones más dinámicas y procesamiento de imágenes.

***

### **Configuración de Google Gemini en Zasbot**

Para conectar **Google Gemini** con Zasbot, sigue estos pasos:

1. **Obtener la API Key de Google Gemini:**
   * Accede a [**Google AI Studio**](https://aistudio.google.com/app/apikey).
   * Inicia sesión y selecciona un **proyecto**.
   * Genera una **API Key** y cópiala.
2. **Configurar la API en Zasbot:**
   * Dirígete a **Integraciones** > **Google Gemini**.
   * Pega la **API Key** en el campo correspondiente.
   * Guarda los cambios para completar la integración.


---

# 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://zasbot.gitbook.io/zasbot-help-docs/inteligencia-artificial/google-gemini.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.
