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

# Add a template as a custom tool

Get access to a one-click ***custom tool*** which would apply a ***template*** automatically to one of your connections in Remote Desktop Manager The main goal of this solution is to save you a few clicks since launching an entry with a ***template*** would require that you follow all these steps:

1. Select one of your entries.
2. Right-click on it.
3. Select ***Open with parameters***.
4. Select ***Open with a template***.
5. Choose the ***template*** you wish to use in the list.

The method below, will give you a quick access in the Remote Desktop Manager dashboard ***Macros/Scripts/Tools*** section of the entry. It will allow you to click on the ***custom tool*** and open the connection that currently has focus with the parameters specified in your ***templates***.

To use this method, you will first need to create a ***template*** under ***File - Templates.*** For more information, please consult this [link](https://docs.devolutions.net/rdm/commands/file/templates/).

{% hint style="info" %}
The ***template*** that you will create (database template only) will need to have the option ***Available in Macros/Scripts/Tools*** enabled in the ***Template settings – Availability*** section for it to be shown in your ***dashboard***.
{% endhint %}

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

### Method

1. In the ***Ribbon***, go under ***Edit - New entry - Add macros/scripts/tools***. ![](https://cdnweb.devolutions.net/docs/RDMW6128_2025_1.png)
2. Select ***Template*** in the ***Tool*** section and click ***OK***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6129_2025_1.png" alt=""><figcaption></figcaption></figure>
3. In the ***General*** tab, use the ellipsis button to select the ***template*** you created and click ***OK*** when done.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6130_2025_1.png" alt=""><figcaption></figcaption></figure>
4. The ***template*** entry you just created can be found under the ***Macros/Scripts/Tools*** section of your entry ***dashboard*** when you select one of your entries in your ***navigation pane***.

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

All that remains is to apply the desired model.

### See also

[Devolutions Academy – Add a template as a custom Tool](https://academy.devolutions.net/student/activity/2928818-add-a-template-as-a-custom-tool)


---

# 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/add-a-template-as-a-custom-tool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
