# Open AI  | ChatGPT

La integración de **OpenAI con Zasbot** permite aprovechar la inteligencia artificial para mejorar la interacción con los usuarios en distintos canales. Con esta conexión, las empresas pueden automatizar respuestas, generar imágenes, convertir voz en texto y mucho más, optimizando su atención al cliente.

### **Configuración** &#x20;

Para conectar OpenAI con Zasbot, sigue estos pasos:

1. Accede a [**https://platform.openai.com**](https://platform.openai.com) e inicia sesión.
2. En la esquina superior derecha, abre la pestaña **"Personal"** y genera una **API Key**.
3. Guarda la API Key en un lugar seguro, ya que solo podrás verla una vez.
4. Copia y pega la **API Key** en Zasbot y haz clic en **"Guardar"**.

Una vez configurado, Zasbot podrá utilizar las funcionalidades de OpenAI dentro de sus flujos de automatizació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/open-ai-or-chatgpt.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.
