# tpl

The tpl parameter to many [NATS](/additional-resources/common-terms.md#nats) functions lets you change which template the function uses to display its output.&#x20;

For example, the NATS template function, [nats\_display\_adtools](/nats-admin/skins-and-templates/further-reading/template-functions/nats_display_adtools.md), normally displays its output using the *function\_display\_adtools* template.&#x20;

In the [Skins & Templates Admin](/nats-admin/skins-and-templates.md), you can duplicate this template, edit the duplicate to change its format slightly, and then use the duplicate with the following code: (Note: the duplicated template is named function\_display\_adtools2.)

```
{nats_display_adtools tpl="function_display_adtools2"}
```


---

# Agent Instructions: 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.toomuchmedia.com/nats-admin/skins-and-templates/further-reading/template-function-parameters/tpl.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.
