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

# Getting Started

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

### Getting started

<mark style="color:$info;">Guided path to get your operation up and running in Plenit from scratch.</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/59ddc0bcd1f973217dbe4f4a04afa199888613a3#las-cuatro-herramientas-de-go-to-market"><mark style="color:$primary;">Create a quote</mark></a></h4></td><td><mark style="color:$info;">Generate your first offer with your margins and your brand in minutes.</mark></td><td></td></tr><tr><td><h4><a href="/pages/c6279fbc14ab59b89dffcbd476f3f603fa7ea826"><mark style="color:$primary;">Create a customer</mark></a></h4></td><td><mark style="color:$info;">Register your customer's organization and start deploying services for them.</mark></td><td></td></tr><tr><td><h4><a href="/pages/de9286f02e7293f0c234fd18fe340d80ca1ad230"><mark style="color:$primary;">Deploy a product</mark></a></h4></td><td><mark style="color:$info;">Launch your first cloud service and leave it operational for your customer.</mark></td><td></td></tr><tr><td><h4><a href="/pages/825dd800d6c6f0771a823ceca08444800ed2dc7f"><mark style="color:$primary;">Add your payment method</mark></a></h4></td><td><mark style="color:$info;">Set up how you pay for your usage and operate without interruptions.</mark></td><td></td></tr></tbody></table>

### Products

<mark style="color:$info;">Complete documentation for each service available on the platform.</mark>

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><h4><a href="/pages/856e2d11e447becfccc7303d7f0458e8cbae8590"><mark style="color:$primary;">Servers</mark></a></h4></td><td><mark style="color:$info;">Windows and Linux virtual machines, ready in minutes and managed by you.</mark></td></tr><tr><td><h4><a href="/pages/9e34637fff0391f7cc4612758223a9e6334a8951"><mark style="color:$primary;">Remote Desktop</mark></a></h4></td><td><mark style="color:$info;">Your customers' remote desktop in the cloud, accessible from anywhere.</mark></td></tr><tr><td><h4><a href="/pages/14b64e167ded2560e38d3d781c67b7defc1f3c01"><mark style="color:$primary;">Disaster Recovery</mark></a></h4></td><td><mark style="color:$info;">Replica of your customers' critical environments, ready to be activated in any emergency.</mark></td></tr><tr><td><h4><a href="/pages/362ed5adcf727fa665386334cedf51b9179578c4"><mark style="color:$primary;">Migrations</mark></a></h4></td><td><mark style="color:$info;">Upload, convert, and deploy your customers' machines in Plenit with a guided wizard.</mark></td></tr><tr><td><h4><a href="/pages/01a5e114f20f3e4d63763c3347ef7e454a0c8c71"><mark style="color:$primary;">File storage</mark></a></h4></td><td><mark style="color:$info;">Your customers' file server in the cloud, with permissions included.</mark></td></tr><tr><td><h4><a href="/pages/433207b7de54d541f0779d7cecb3c79d79089e51"><mark style="color:$primary;">Object storage</mark></a></h4></td><td><mark style="color:$info;">Object repository for backups and large volumes, without driving up costs.</mark></td></tr></tbody></table>

### Popular shortcuts

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><h4><a href="/pages/1243e0f098a2d0fec7ac6665d242ca0b2e8d0e33"><mark style="color:$primary;">Go to market</mark></a></h4></td><td><mark style="color:$info;">Pricing, quotes, and sales materials with your brand, ready to sell.</mark></td></tr><tr><td><h4><a href="/pages/3d41bbce5d4bc4c1b8baf872a17f9be094bd8ad1"><mark style="color:$primary;">How to migrate Windows Servers</mark></a></h4></td><td><mark style="color:$info;">Deploy your existing Windows servers in Plenit</mark></td></tr><tr><td><h4><a href="/pages/b6f07382d2e1858bc10625bf65c84a3bfe72ead7"><mark style="color:$primary;">How to manage your Remote Desktop</mark></a></h4></td><td><mark style="color:$info;">Manage users, applications, licenses, and access in the dashboard</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/docs-en/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.
