> 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/readme-1/process-a-basic-transaction/items-adding-comments.md).

# Agregar comentarios

Puedes añadir un comentario para un artículo específico de la lista de transacciones, o puedes añadir un comentario para toda la transacción.

## Añadir un comentario a un artículo específico

1. Ingrese todos los artículos de la transacción.
2. Toca el artículo una vez para seleccionarlo.
3. Toca **Artículos** | **Comentario del artículo**.
4. En la pantalla **Comentario del artículo** pantalla:
   1. Introduzca el **Comentario**.
   2. Toca **Aceptar**.

<div align="left"><img src="/files/3ea00ac2c10d0f95f9ccaaf7e83aaa04cf0ed7fa" alt=""></div>

5. Cobrar la transacción.

El comentario aparece debajo de la descripción del artículo en el recibo.

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

## Añadir un comentario a toda la transacción

1. Ingrese todos los artículos de la transacción.
2. Toca **Transacción** | **Comentario de la transacción**.
3. En la pantalla **Comentario de la transacción** pantalla:
   1. Introduzca el **Comentario**.
   2. Toca **Aceptar**.

<div align="left"><img src="/files/338105f2279dd2620955b6a2f4d95582694d54c9" alt=""></div>

4. Cobrar la transacción.

El comentario aparece en la parte superior del recibo.

<div align="left"><img src="/files/df24918eaa875c5a328d4ca49396d0bd0f2ae49f" 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/readme-1/process-a-basic-transaction/items-adding-comments.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.
