> For the complete documentation index, see [llms.txt](https://tecnoprices.gitbook.io/ayuda/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tecnoprices.gitbook.io/ayuda/mi-cuenta/notificaciones.md).

# Notificaciones

En el menú de notificaciones podrá encontrar un listado con los pedidos que se encuentran activos actualmente y las notificaciones de sistema.

También le permitirá realizar la suma de sus pedidos teniendo en cuenta el saldo de su cuenta.

<div data-with-frame="true"><figure><img src="/files/zOcebrTyDJ2NKtIonbUQ" alt="Captura de la sección &#x22;notificaciones&#x22;" width="563"><figcaption></figcaption></figure></div>

1. Puede utilizar los checkbox para sumar el monto de los pedidos que desee, de esta forma se podrán sumar los montos automáticamente y restarle su saldo actual dándole como resultado el monto a transferir.&#x20;
2. Muestra los datos básicos del pedido: fecha, número, estado y monto.
3. Cuando un pedido [está próximo a vencer](/ayuda/compras/vencimiento-de-pedidos.md), le aparecerá la opción "+ tiempo" que le permitirá extender la fecha de vencimiento del pedido.&#x20;
4. El botón ver le permitirá ver el contenido del pedido: sus ítems, números de serie y precio.
5. Botones de edición: podrá [solicitar cambios](/ayuda/compras/edicion-de-pedidos.md) en el pedido o [cancelar](/ayuda/compras/cancelacion-de-pedidos.md) el mismo.
6. En la sección "Notificaciones" le figurarán las notificaciones de sistema correspondientes a cambios importantes en sus notificaciones de pago, notificaciones de retenciones, solicitudes de envío y estado de rma.&#x20;
7. Tras seleccionar uno o más pedidos, en esta sección le figurará: su saldo actual, el monto total de los pedidos seleccionados y el monto a transferir.


---

# 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://tecnoprices.gitbook.io/ayuda/mi-cuenta/notificaciones.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.
