# Procesamiento de cotizaciones

Cuando un cliente registra una cotización en tu tienda en línea de mayoreo, aparece como una nueva cotización en la página Cotizaciones de B2Bgo. También puedes crear cotizaciones a nombre de tus clientes.

{% hint style="warning" %}
Las cotizaciones si las ve tu cliente en su portal.
{% endhint %}

{% hint style="info" %}
Las cotizaciones no calculan el límite de crédito.
{% endhint %}

Tú administras todas las cotizaciones de tus clientes desde la página de Cotizaciones.

## ¿Qué sucede cuando recibes o haces una cotización? <a href="#part-38c9b6566bd1b082" id="part-38c9b6566bd1b082"></a>

Cuando recibes o haces una cotización:

* Recibes una notificación de nueva cotización por correo electrónico.
* La página de Cotizaciones muestra una nueva cotización.
* El cliente recibe una notificación por correo por su cotización.
* Se empieza a gestionar la cotización.

## Flujo de procesamiento para las cotizaciones

Cada cotización puede pasar por distintas etapas. Cada etapa requiere una acción diferente:

<table><thead><tr><th width="377.5">Estado de la cotización</th><th>Lo que debes hacer</th></tr></thead><tbody><tr><td>1.- Nueva cotización</td><td><a href="/pages/JyrmyQrFZn27086utQXq">Crea una cotización</a></td></tr><tr><td>2.- No se aprueba una cotización</td><td><a href="/pages/xT1PEgOylvA9GGD9muFd#cancelar-la-cotizacion">Cancela la cotización</a></td></tr><tr><td>3.- Se aprueba una cotización</td><td><a href="/pages/xT1PEgOylvA9GGD9muFd#crear-pedido-desde-la-cotizacion">Crea un pedido</a></td></tr></tbody></table>


---

# 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://help.b2bgo.mx/cotizaciones/procesamiento-de-cotizaciones.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.
