> For the complete documentation index, see [llms.txt](https://docs.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplorpay.com/merchant-portal/guides/virtual-terminal/vt-settings/hosted-payment-page-hpp.md).

# Hosted Payment Page (HPP)

The following table provides information of the fields available in the **Hosted Payment Page (HPP)** tab:

<table><thead><tr><th width="188" valign="top">Field Name</th><th width="375" valign="top">Description</th><th valign="top">Editable?</th></tr></thead><tbody><tr><td valign="top">Enable HPP</td><td valign="top"><p>Select the checkbox next to this field to enable or disable the Hosted Payment Page setting.</p><p></p><p>The Hosted Payment Page (HPP) setting is <em>enabled</em> by default.</p></td><td valign="top">Editable</td></tr><tr><td valign="top">Hosted Payment Page Domain</td><td valign="top"><p>This field has a text box to enter an URL for the hosted payment page.</p><p>Click the <strong>Add</strong> button to add more URLs.</p><p></p><p>Xplor Pay generates a default URL that appears in the HPP domain box.</p><p></p><p>Click the <strong>Remove</strong> button to remove the default URL.</p></td><td valign="top">Editable</td></tr><tr><td valign="top">Public Key</td><td valign="top"><p>This field has a text box to enter the public key provided to you during the <a href="/pages/O4OGuPYeiIPqpxsb5dkw#merchant-onboarding-process">Merchant Onboarding Process</a>.</p><p></p><p>Do not <em>publish</em> the public key outside of your code.</p></td><td valign="top">Editable</td></tr></tbody></table>


---

# 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.xplorpay.com/merchant-portal/guides/virtual-terminal/vt-settings/hosted-payment-page-hpp.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.
