> 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/servers-2/concepts.md).

# Conceptos

Explicaciones y definiciones de los conceptos clave de Servidores: qué es, cómo se dimensiona, las imágenes, las redes, el acceso y la protección de datos.

<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>¿Qué es un servidor?</strong></td><td>Qué es un servidor de Plenit, el modelo de pago por consumo y el reparto de responsabilidades entre Plenit y el partner.</td><td><a href="/pages/hryfZBifPlHmWPmzigFV">/pages/hryfZBifPlHmWPmzigFV</a></td></tr><tr><td><strong>Dimensiona tu servidor: CPU, RAM y disco</strong></td><td>Cómo elegir CPU, RAM y disco según la carga del cliente, con puntos de partida por tipo de uso y consejos para escalar.</td><td><a href="/pages/0mfxQFGd3dROwQcUigyQ">/pages/0mfxQFGd3dROwQcUigyQ</a></td></tr><tr><td><strong>Imágenes y aplicaciones</strong></td><td>Sistemas operativos disponibles, cómo crear imágenes propias reutilizables y qué appliances ofrece el Marketplace.</td><td><a href="/pages/GppIqlj9WQAsufTL293p">/pages/GppIqlj9WQAsufTL293p</a></td></tr><tr><td><strong>Redes del servidor</strong></td><td>Los cuatro tipos de red (Estándar, VPC, Layer 2 e IP Directa) y el criterio para elegir cada uno.</td><td><a href="/pages/3ym4QFigtBesOnKDMWHQ">/pages/3ym4QFigtBesOnKDMWHQ</a></td></tr><tr><td><strong>Acceso remoto</strong></td><td>Las vías para conectarte a tus servidores y administrarlos: RDP, SSH, VPN y consola.</td><td><a href="/pages/KC1RoUqb9Ptf9mvwHAcC">/pages/KC1RoUqb9Ptf9mvwHAcC</a></td></tr><tr><td><strong>Backup y protección de datos</strong></td><td>Cómo funcionan las copias automáticas y los snapshots, la retención y la protección frente a ransomware.</td><td><a href="/pages/stLVeub4cDVW0qWx03pb">/pages/stLVeub4cDVW0qWx03pb</a></td></tr><tr><td><strong>Glosario</strong></td><td>Definiciones de los términos propios de Servidores.</td><td><a href="/pages/BU3gKeg51o9g4EfMF30A">/pages/BU3gKeg51o9g4EfMF30A</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/productos/servers-2/concepts.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.
