# Crear una propuesta

### Flujo recomendado

{% stepper %}
{% step %}

#### 1) Crea

Ve a **Propuestas → Nueva**.

Define título, cliente y **asigna un responsable** (si aplica).
{% endstep %}

{% step %}

#### 2) Arma el contenido

Usa el editor para:

* introducción
* alcance
* entregables
* etapas

Sigue [Editar contenido](https://docs.cierro.app/usar-cierro/propuestas/editar-contenido).
{% endstep %}

{% step %}

#### 3) Define precios

Agrega ítems desde el catálogo.

Ajusta cantidades y notas comerciales.
{% endstep %}

{% step %}

#### 4) Revisa y exporta

Previsualiza.

Exporta a PDF.

Sigue [Exportar y compartir (PDF)](https://docs.cierro.app/usar-cierro/propuestas/exportar-y-compartir-pdf).
{% endstep %}

{% step %}

#### 5) Marca estado y haz seguimiento

Cambia a **Enviado** cuando la propuesta salió al cliente.

Así se activan recordatorios y workflows.

Sigue [Estados y seguimiento](https://docs.cierro.app/usar-cierro/propuestas/estados-y-seguimiento).
{% endstep %}
{% endstepper %}


---

# 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://docs.cierro.app/usar-cierro/propuestas/crear-una-propuesta.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.
