> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/loyalty-manager/using-loyalty-at-pos.md).

# Acumular y canjear puntos de fidelización en POS

### **Recopilar puntos de fidelidad en el POS**

1. Abrir **POS**.
2. Busque al cliente.
3. (Opcional) Toque el **Fidelidad** panel para ver los puntos de fidelidad del cliente.

![](/files/4db097f791ed069d7de850eba332146f4303e2e5)

4. Escanee o introduzca artículos.
5. Toca **Transacción** y seleccione **Venta con cobro**.
6. Introduzca el importe de cobro. Se muestra un mensaje que indica cuántos puntos recopiló el cliente en la transacción.
7. Revise el recibo. Si ha configurado correctamente el recibo de Loyalty Manager, notará una sección adicional en la parte inferior del recibo.

<div align="left"><img src="/files/7f11ae5eb5ba571e01c2b52c980774348b07fad3" alt=""></div>

### **Canjear puntos de fidelidad en el POS**

1. Abrir **POS**.
2. Busque al cliente.
3. (Opcional) Toque el **Fidelidad** panel para ver los puntos de fidelidad del cliente.

![](/files/4db097f791ed069d7de850eba332146f4303e2e5)

4. Escanee o introduzca artículos.
5. Toca **Transacción** y seleccione **Venta con cobro**.
6. Seleccione la recompensa para canjear.

![](/files/116a717751a5ee27d51bcb9d7e96e5f9b559196f)

{% hint style="info" %}
Si el cliente tiene puntos disponibles para canjear en más de un programa de fidelidad, la selección mostrará todas las opciones, pero solo se puede usar un canje a la vez.
{% endhint %}

7. Haga clic en **Seleccione**. El valor de la recompensa se aplica al importe total adeudado en la pantalla de cobro.
8. Introduzca el importe de cobro restante.
9. Revise el recibo. La recompensa se identifica en el cálculo de la transacción y en un mensaje a continuación.

<div align="left"><img src="/files/0ad3e6a2bbec8eef3b11f19184d503cd3c1da2a3" alt=""></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rmhpos.com/es/loyalty-manager/using-loyalty-at-pos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
