# Notas de una venta

Las notas permiten agregar comentarios relevantes las ventas, dejando registro de lo ocurrido u otros temas importantes a tener en cuenta.

Para agregar una nota, haz clic en **agregar nota** dentro de las opciones de venta en el [Detalle de una venta](/ventas/detalle-de-una-venta.md). Completa el campo en la ventana emergente.

{% embed url="<https://youtu.be/Cng2d8pSiK4>" %}
Agregado de una nota de venta
{% endembed %}

Una vez agregadas, las notas se visualizan en la parte superior de la pantalla de detalle de venta.

{% hint style="warning" %}
Las notas de venta no pueden eliminarse ni editarse luego de generadas. No son visibles para el cliente.
{% endhint %}


---

# 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/ventas/notas-de-una-venta.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.
