> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/es/knowledge-base/how-to-articles/quickly-deploy-devolutions-launcher-for-devolutions-server.md).

# Implementar rápidamente Devolutions Launcher para Devolutions Server

Esta guía le acompaña en la incorporación rápida de la herramienta complementaria Devolutions Launcher para Devolutions Server. Ofrece una forma sencilla de iniciar sesiones remotas y proporciona a los administradores de sistemas un control total sobre si las contraseñas y otra información sensible se divulgan o se mantienen en secreto.

{% hint style="info" %}
Devolutions Launcher solo está disponible en Windows.
{% endhint %}

1. Descargue [Devolutions Launcher](https://devolutions.net/launcher/).
2. Ejecute el instalador.
3. Siga los [pasos](https://docs.devolutions.net/launcher/es/download-and-installation) del instalador.
4. Cuando se le solicite, seleccione Devolutions Server.
5. [Seleccione y configure](https://docs.devolutions.net/launcher/es/configuration-and-settings/workspace-selection) el espacio de trabajo adecuado para su equipo. Si no está seguro, solicite la información a un administrador. Ya está listo para abrir entradas.


---

# 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.devolutions.net/server/es/knowledge-base/how-to-articles/quickly-deploy-devolutions-launcher-for-devolutions-server.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.
