> 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/rdm/es/knowledge-base/how-to-articles/add-a-template-as-a-custom-tool.md).

# Añadir una plantilla como herramienta personalizada

Obtenga acceso a una ***herramienta personalizada*** de un solo clic que aplicaría una ***plantilla*** automáticamente a una de sus conexiones en Remote Desktop Manager. El objetivo principal de esta solución es ahorrarle unos cuantos clics, ya que iniciar una entrada con una ***plantilla*** requeriría que siguiera todos estos pasos:

1. Seleccione una de sus entradas.
2. Haga clic derecho sobre ella.
3. Seleccione ***Abrir con parámetros***.
4. Seleccione ***Abrir con una plantilla***.
5. Elija la ***plantilla*** que desea utilizar en la lista.

El método siguiente le proporcionará un acceso rápido en la sección ***Macros/Scripts/Herramientas*** del panel de Remote Desktop Manager de la entrada. Le permitirá hacer clic en la ***herramienta personalizada*** y abrir la conexión que tiene el foco en ese momento con los parámetros especificados en sus ***plantillas***.

Para utilizar este método, primero deberá crear una ***plantilla*** en ***Archivo - Plantillas.*** Para obtener más información, consulte este [enlace](/rdm/es/ribbon-menu-bar/administration/templates.md).

{% hint style="info" %}
La ***plantilla*** que creará (solo plantilla de base de datos) deberá tener la opción ***Disponible en Macros/Scripts/Herramientas*** activada en la sección ***Configuración de la plantilla – Disponibilidad*** para que se muestre en su ***panel***.
{% endhint %}

![](https://cdnweb.devolutions.net/docs/RDMW6127_2025_1.png)

### Método

1. En la ***cinta de opciones***, vaya a ***Editar - Nueva entrada - Añadir macros/scripts/herramientas***. ![](https://cdnweb.devolutions.net/docs/RDMW6128_2025_1.png)
2. Seleccione ***Plantilla*** en la sección ***Herramienta*** y haga clic en ***Aceptar***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6129_2025_1.png" alt=""><figcaption></figcaption></figure>
3. En la pestaña ***General***, utilice el botón de puntos suspensivos para seleccionar la ***plantilla*** que creó y haga clic en ***Aceptar*** cuando haya terminado.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6130_2025_1.png" alt=""><figcaption></figcaption></figure>
4. La entrada de ***plantilla*** que acaba de crear se encuentra en la sección ***Macros/Scripts/Herramientas*** del ***panel*** de su entrada cuando selecciona una de sus entradas en el ***panel de navegación***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6131_2025_1.png" alt=""><figcaption></figcaption></figure>

Solo queda aplicar el modelo deseado.

### Véase también

* [Devolutions Academy – Añadir una plantilla como herramienta personalizada](https://academy.devolutions.net/student/activity/2928818-add-a-template-as-a-custom-tool)
* [Devolutions Academy – Simplificar la configuración con plantillas de entradas y políticas de contraseñas](https://academy.devolutions.net/student/activity/3380088)


---

# 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/rdm/es/knowledge-base/how-to-articles/add-a-template-as-a-custom-tool.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.
