> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/go-to-market/how-to.md).

# How-to

Aquí tienes las guías paso a paso para operar tu Go to Market: fija tus tarifas, prepara presupuestos, factura a tus clientes y genera tus materiales comerciales. Ve directo a la tarea que necesites.

{% hint style="info" %}
¿Prefieres entender antes el porqué? Repasa los Conceptos y vuelve aquí para la práctica.
{% endhint %}

### Explora las guías

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Cómo Crear una Tarifa</strong></td><td>Fija tus márgenes (general, por servicio o por artículo) y tu periodo de facturación.</td><td><a href="/pages/JHTXXtUNvMPfU3VmSbEp">/pages/JHTXXtUNvMPfU3VmSbEp</a></td></tr><tr><td><strong>Cómo Generar un Presupuesto</strong></td><td>Crea la oferta con el asistente y ajusta el margen en la pantalla de revisión.</td><td><a href="/pages/2faMOVL1LtB98JPMPQba">/pages/2faMOVL1LtB98JPMPQba</a></td></tr><tr><td><strong>Cómo Gestionar tus Presupuestos</strong></td><td>Edita, descarga, previsualiza, clona o actualiza la tarifa de un presupuesto.</td><td><a href="/pages/o1gc8ekVjDBl4QwfR2Ia">/pages/o1gc8ekVjDBl4QwfR2Ia</a></td></tr><tr><td><strong>Cómo Facturar a tus Clientes</strong></td><td>Consulta los albaranes del consumo de tus clientes y descárgalos en PDF o CSV.</td><td><a href="/pages/7tiJxSBu0a6NEXRdQfZL">/pages/7tiJxSBu0a6NEXRdQfZL</a></td></tr><tr><td><strong>Cómo Generar un Contrato</strong></td><td>Crea un contrato de prestación de servicios personalizado con tus datos y los de tu cliente.</td><td><a href="/pages/p6qBCqLqci2KNk6EO91x">/pages/p6qBCqLqci2KNk6EO91x</a></td></tr><tr><td><strong>Cómo crear una campaña de email marketing con Mailchimp</strong></td><td>Descarga una plantilla de newsletter con tu marca y lánzala a tus clientes con Mailchimp.</td><td><a href="/pages/XMctx0HWn3atkr1sFILj">/pages/XMctx0HWn3atkr1sFILj</a></td></tr></tbody></table>


---

# 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.plenit.com/go-to-market/how-to.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.
