# Viewing the plans

To view the plans:

{% stepper %}
{% step %}
Select the **Plans** from the Virtual Terminal menu.

The **Plans** window displays the list of existing plans and the information about each plan in different columns.

You can search a plan using the following fields:

<table><thead><tr><th width="188">Field Name</th><th width="330">Description</th><th>Editable?</th></tr></thead><tbody><tr><td>Plan Name</td><td>Enter the name of the plan you want to view.</td><td>Editable</td></tr><tr><td>Plan ID</td><td>Enter the ID of the plan you want to view.</td><td>Editable</td></tr></tbody></table>
{% endstep %}

{% step %}
Select the **Search** button.

The **Plans** window displays the plans list by name or ID in the following various columns:

<table><thead><tr><th width="188">Column Name</th><th width="330">Description</th><th>Editable?</th></tr></thead><tbody><tr><td>Plan Name</td><td>This column displays the name of the plan.</td><td>Not Editable</td></tr><tr><td>Customer Name</td><td>This column displays the name of customer for whom the plan was added.</td><td>Not Editable</td></tr><tr><td>Status</td><td><p>This column displays the status of the plan.</p><p>Available status options are:</p><ul><li>Active</li><li>Canceled </li><li>Suspended </li></ul></td><td>Not Editable</td></tr><tr><td>Start Date</td><td>This column displays the start date of the plan.</td><td>Not Editable</td></tr><tr><td>End Date</td><td>This column displays the end date of the plan.</td><td>Not Editable</td></tr><tr><td>Frequency</td><td>This column displays the frequency of plan to take payment from the customer.</td><td>Not Editable</td></tr><tr><td>Amount</td><td>This column displays the amount to take from the customer in plan.</td><td>Not Editable</td></tr></tbody></table>
{% endstep %}
{% endstepper %}


---

# 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.xplorpay.com/merchant-portal/guides/virtual-terminal/recurring-payments/viewing-the-plans.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.
