> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/support-us/verifone-hq/vhq-parameter-management/configuring-parameter-templates.md).

# Configuring parameter templates

This section discusses configuring Parameter templates in VHQ.

{% hint style="info" %}
**Use this when** you need to create a reusable set of parameter values that can be applied to an application across devices.
{% endhint %}

A **parameter template** provides a convenient way to manage parameters that apply to an application.

{% hint style="info" %}
TCP/IP communication parameters for a group of devices in a store (or region) may be common. Instead of configuring these parameters for each application individually, you can define a *Parameter Template* that sets values for all TCP/IP communication parameters and assign it to the required applications.
{% endhint %}

You can change the values of the parameters in a template, and the change applies to all associated applications. A template can define values for some or all of an application's parameters, and you can configure one or more templates per application.

## Open parameter templates for an application

Before you begin, ensure the application's parameter form view file (PFX) is already configured.

{% stepper %}
{% step %}

### Open the Applications Library

Go to **Device Management** > **Manage Downloads** > **Applications Library**.
{% endstep %}

{% step %}

### Click Configure

Click **Configure** under the *Parameter Templates* column for the selected application.

<figure><img src="https://verifone.cloud/sites/default/files/inline-images/1_15.jpg" alt="Parameter Templates Configure link"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Review the templates list

The *Parameter Templates for Application* screen lists each template, the hierarchy it belongs to, and its description. From here you can add, edit, delete, and copy parameter templates.

<figure><img src="https://verifone.cloud/sites/default/files/inline-images/2_5.jpg" alt="Parameter Templates for Application screen"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

<details>

<summary>Keywords</summary>

Also called: parameter template configuration. Search terms: PFX, parameter templates for application.

</details>


---

# 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.verifone.com/support-us/verifone-hq/vhq-parameter-management/configuring-parameter-templates.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.
