> 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/getting-started.md).

# Getting Started

<a href="/pages/Lf9swvCwsF9E6oaJwbMD" class="button primary" data-icon="laptop">Product Guides</a>

### Primeros pasos

<mark style="color:$info;">Ruta guiada para poner en marcha tu operación en Plenit desde cero.</mark>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><a href="/pages/AAasbosZyyLEwsBPgxIm#las-cuatro-herramientas-de-go-to-market"><mark style="color:$primary;">Crea un presupuesto</mark></a></h4></td><td><mark style="color:$info;">Genera tu primera oferta con tus márgenes y tu marca en minutos.</mark></td><td></td></tr><tr><td><h4><a href="/pages/lRMPoXbIbZkpvZZ0a0AK"><mark style="color:$primary;">Crea un cliente</mark></a></h4></td><td><mark style="color:$info;">Da de alta la organización de tu cliente y empieza a desplegarle servicios.</mark></td><td></td></tr><tr><td><h4><a href="/pages/7Z21k5MLlnHiyodN3yxm"><mark style="color:$primary;">Despliega un producto</mark></a></h4></td><td><mark style="color:$info;">Lanza tu primer servicio cloud y déjalo operativo para tu cliente.</mark></td><td></td></tr><tr><td><h4><a href="/pages/O9itkv5Dx5UDuz0XWmU0"><mark style="color:$primary;">Añade tu método de pago</mark></a></h4></td><td><mark style="color:$info;">Configura cómo pagas tu consumo y opera sin interrupciones.</mark></td><td></td></tr></tbody></table>

### Productos

<mark style="color:$info;">Documentación completa de cada servicio disponible en la plataforma.</mark>

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><h4><a href="/pages/vA1RBnKEcI0w7agnykX1"><mark style="color:$primary;">Servidores</mark></a></h4></td><td><mark style="color:$info;">Máquinas virtuales Windows y Linux, listas en minutos y gestionadas por ti.</mark></td></tr><tr><td><h4><a href="/pages/c9l1ujxcEfBHBsp8TAGG"><mark style="color:$primary;">Escritorio Remoto</mark></a></h4></td><td><mark style="color:$info;">El escritorio remoto de tus clientes en la nube, accesible desde cualquier lugar.</mark></td></tr><tr><td><h4><a href="/pages/yDLBcI6eNICqSlj1z6ML"><mark style="color:$primary;">Disaster Recovery</mark></a></h4></td><td><mark style="color:$info;">Réplica de los entornos críticos de tus clientes, lista para activarse ante cualquier emergencia.</mark></td></tr><tr><td><h4><a href="/pages/aqZZOkJz3AMgalVjVyjP"><mark style="color:$primary;">Migraciones</mark></a></h4></td><td><mark style="color:$info;">Sube, convierte y despliega en Plenit las máquinas de tus clientes con un asistente guiado.</mark></td></tr><tr><td><h4><a href="/pages/HnEQaYEHe6lQWscu2nhn"><mark style="color:$primary;">Almacenamiento de archivos</mark></a></h4></td><td><mark style="color:$info;">El servidor de ficheros de tus clientes en la nube, con permisos incluidos.</mark></td></tr><tr><td><h4><a href="/pages/T90QsjqS8N5FQjYn9wQL"><mark style="color:$primary;">Almacenamiento de objetos</mark></a></h4></td><td><mark style="color:$info;">Repositorio de objetos para backups y grandes volúmenes, sin disparar costes.</mark></td></tr></tbody></table>

### Atajos populares

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><h4><a href="/pages/XukkMxFPyVrQOZi3c3t1"><mark style="color:$primary;">Go to market</mark></a></h4></td><td><mark style="color:$info;">Tarifas, presupuestos y materiales comerciales con tu marca, listos para vender.</mark></td></tr><tr><td><h4><a href="/pages/hXYGgpxdVOS76megLpQI"><mark style="color:$primary;">Cómo migrar Servidores Windows</mark></a></h4></td><td><mark style="color:$info;">Despliega en Plenit tus servidores Windows existentes</mark></td></tr><tr><td><h4><a href="/pages/2FG6MtjHAwhZ0PuDzClP"><mark style="color:$primary;">Cómo administrar tu Escritorio Remoto</mark></a></h4></td><td><mark style="color:$info;">Gestiona usuarios, aplicaciones, licencias y acceso en el panel</mark></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/getting-started.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.
