> 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/productos/migrations/details/costs.md).

# Costes

No hay una tarifa pública cerrada del servicio de migración como tal.

El coste se entiende mejor separándolo en tres capas.

| Capa                           | Qué supone                                                                                                                      |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| **Asistencia de migraciones**  | Sin coste. El acompañamiento del equipo para planificar y ejecutar la migración no es un servicio de pago.                      |
| **Infraestructura de destino** | Es el coste real del proyecto: depende de los servidores, el almacenamiento, la red y los servicios que despliegues en destino. |
| **Costes excepcionales**       | En escenarios de reversibilidad o exportación pueden existir costes adicionales, sujetos a aprobación previa.                   |

> #### 📘 El mensaje sólido sobre costes
>
> La asistencia de migración es gratuita; el coste del proyecto viene del consumo de infraestructura en destino, y solo hay costes excepcionales en operaciones especiales (reversibilidad o exportación) que se comunican para aprobación previa antes de aplicarlos.

### Siguientes pasos

* Mira la[ Asistencia y limitaciones](/productos/migrations/details/assistance-and-limitations.md) del servicio.
* Dimensiona el destino en los [Detalles de Servidores.](/productos/servers/concepts/networks.md)
* Si necesitas acompañamiento, solicita [una migración asistida.](/productos/migrations/how-to/como-solicitar-ayuda-para-migrar-un-servidor-a-cloud.md)


---

# 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/productos/migrations/details/costs.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.
