# DeepSeek

Zasbot ahora permite la integración nativa con **DeepSeek AI**, incorporando capacidades avanzadas de inteligencia artificial en los chatbots. Esta integración facilita respuestas más precisas y conversacionales, optimizando la interacción con los usuarios.

***

### **Configuración de DeepSeek AI en Zasbot**

Para comenzar a utilizar DeepSeek en Zasbot, sigue estos pasos:

1. **Obtener la API Key de DeepSeek:**
   * Inicia sesión en la plataforma de **DeepSeek AI**.
   * Genera tu **API Key** y guárdala en un lugar seguro.
2. **Configurar DeepSeek en Zasbot:**
   * Dirígete a **Integraciones** > **Inteligencia Artificial**.
   * Selecciona **DeepSeek** e ingresa tu **API Key**.
   * Guarda los cambios para activar la integración.

Una vez configurado, DeepSeek AI estará disponible dentro del **Flow Builder**, específicamente en el nodo de acción dentro de la sección **Integraciones**.


---

# 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/deepseek.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.
