# Código QR

## Paso 1 - Armar el texto que lleva el QR

El texto del QR se arma siguiendo la siguiente especificación

<https://www.afip.gob.ar/fe/qr/documentos/QRespecificaciones.pdf>

## Paso 2 - Generar la imagen del QR

Una vez tenemos el texto para el QR nos queda generar la imagen, esto se puede hacer con cualquier librería Open Source

{% tabs %}
{% tab title="Node" %}
{% embed url="<https://www.npmjs.com/package/qrcode>" %}
{% endtab %}

{% tab title="PHP" %}
{% embed url="<https://github.com/endroid/qr-code>" %}
{% endtab %}

{% tab title="Ruby" %}
{% embed url="<https://github.com/whomwah/rqrcode>" %}
{% endtab %}

{% tab title="Python" %}
{% embed url="<https://github.com/heuer/segno>" %}
{% endtab %}

{% tab title="API" %}
Esto dependerá del lenguaje o plataforma que estén utilizando.
{% endtab %}
{% endtabs %}

Eso es todo, este QR se lo agregas al comprobante que le presentes al cliente


---

# 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://docs.afipsdk.com/siguientes-pasos/web-services/factura-electronica/codigo-qr.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.
