# Introducción

Este documento detalla los datos que nuestro sistema enviará y las respuestas esperadas al&#x20;consultar un cupón en un sistema externo, incluyendo tanto los casos exitosos como los&#x20;errores posibles.&#x20;

Es esencial que la empresa respete la estructura de datos, los campos requeridos, y los\
mensajes de respuesta definidos en esta documentación para asegurar una integración fluida y funcional.


---

# 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://guia.fenicio.help/developers/integracion-cupones-externos/introduccion.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.
