# Configure Proxy Means Test

## Description

The guide provides steps to enable and configure the Proxy Means Test.

## Pre-requisites

The user must have a Program Manager role.

## Steps

1. Navigate to *Programs* using the menu bar.

<figure><img src="/files/V3C18ynHAZYEMmu5JSBy" alt=""><figcaption></figcaption></figure>

2. Click on the program name for which configuration to be done.

<figure><img src="/files/LkpBBOWpBAPamOUM2NAG" alt=""><figcaption></figcaption></figure>

3. Navigate to the *PMT* *Configuration* section on Program detailed view page.

<figure><img src="/files/2Z4RE99N1bsePxF5GEUE" alt=""><figcaption></figcaption></figure>

4. Enable PMT and click on *Add a line* in the *PMT Parameters* field.

<figure><img src="/files/m6GOB507ZyurroySZQjx" alt=""><figcaption></figcaption></figure>

5. Select the field and provide its weightage.

<figure><img src="/files/nmId1CFxPZzTdAPrNlB3" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The above-mentioned selection fields are computed fields and can be added in the settings.
{% endhint %}

6. Click on the *Save & New* button to select a new field and provide its weightage or *Save & Close* button which will save the fields and their weightage to that program under configuration.

<figure><img src="/files/q70Q12CMCr7H13ZzYBjd" alt=""><figcaption></figcaption></figure>

7. Click on the *Save* button.

## Steps to add computed fields

{% hint style="info" %}
Enable developer mode.

Settings --> Developer Tools --> 'Activate the developer mode'
{% endhint %}

1. Navigate to *Settings* using the menu bar.

<figure><img src="/files/RKNn9YN02Pk9WgMnNVXr" alt=""><figcaption></figcaption></figure>

2. Click on *Technical* in the setting menu.

<figure><img src="/files/jI9vwtjnKQRfxDziitCW" alt=""><figcaption></figcaption></figure>

3. Navigate to *Models* under *Database Structure* heading.

<figure><img src="/files/lKmbH4u4gY6Z2aROW73s" alt=""><figcaption></figcaption></figure>

4. Search *Program Registrant Info* model in the search bar.

<figure><img src="/files/x6fRI2nc8i4Cx7IxPBm9" alt=""><figcaption></figcaption></figure>

5. Click on *g2p.program.registrant\_info* model.

<figure><img src="/files/iSt93wMhdzF2jaWEiJAO" alt=""><figcaption></figcaption></figure>

6. Click on *add a line* in Fields section.

<figure><img src="/files/x5vX7xbi0geXbZBnOL3R" alt=""><figcaption></figcaption></figure>

6. Add field name, type, label, dependencies field and compute logic.

<figure><img src="/files/ys9708x8lEhB3pVHH9ps" alt=""><figcaption></figcaption></figure>

8. Click on the *Save & New* button to select a new computed field or *Save & Close* button which will save the computed field in the model.

<figure><img src="/files/dypbdkxXSRMjRKrwTGZP" alt=""><figcaption></figcaption></figure>

9. Click on the *Save* button.

{% hint style="info" %}
So, these computed fields will display in the selection field of PMT Configuration.
{% endhint %}


---

# 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.openg2p.org/1.1/guides/user-guides/configure-proxy-mean-test.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.
