> 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/work-with-quotes/quotes-creating.md).

# Crear presupuestos

Dependiendo de las políticas de su tienda, es posible que deba seleccionar un cliente para crear una cotización. Seleccionar al cliente cuando crea la cotización facilita buscarla más tarde cuando el cliente regrese a la tienda para completar la transacción.

1. Toca **Pedidos** | **Cotización**.

{% hint style="info" %}
Sabrá que el POS está en modo cotización si ve el ícono de cotización en la esquina superior derecha de la pantalla.
{% endhint %}

2. (Opcional) Busque al cliente. Consulte [**Busque clientes**](/es/readme-1/work-with-customers/customers-looking-up.md) para obtener más información.
3. Ingrese todos los artículos en la cotización.
4. (Opcional) Ingrese los descuentos aprobados o los cambios de precio.

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

5. Toca **Transacción** | **Venta con cobro**. También puede presionar **F12** o **Intro**.

En la pantalla **Pago** pantalla, el **Total a pagar** es $0.00 porque está creando una cotización y no se recauda dinero cuando procesa la venta.

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

6. Toca **Aceptar**.
7. Toca **Sí** para imprimir el recibo.

El recibo muestra el importe total de la cotización, incluido el impuesto, así como cualquier descuento aprobado o cambio de precio.

<div align="left"><img src="/files/0f6a65ccffc59f53f94c48ab875c85dcfaaa448e" 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/work-with-quotes/quotes-creating.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.
