> For the complete documentation index, see [llms.txt](https://guide.pay.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.pay.gov.sg/start-using-the-dashboard/payment-forms/testing.md).

# Testing

1. Ensure that the steps in the [set-up section](/start-using-the-dashboard/payment-forms/set-up.md) were followed accordingly.
2. Submit a form response using your [payment form link](/start-using-the-dashboard/payment-forms/set-up.md#retrieve-your-payment-form-link) and ensure that you are redirected to a payment page with the correct details.  You may try out our demos for [one-time payments](https://go.gov.sg/paysg-paymentform-demo) and [subscriptions](https://go.gov.sg/paysg-subscriptions-demo) for reference.
3. If your form does not redirect you as expected, refer to the [Troubleshooting section in our Plumber testing guide](/start-using-the-dashboard/payment-workflows-with-plumber/testing.md) for common errors.&#x20;
4. Once you've completed steps 1 - 3, contact us (go.gov.sg/contact-paysg) if you require further assistance.&#x20;
   1. Add **<team+paymentforms@pay.gov.sg>** as a collaborator to your payment service and form. Please do not add <team@pay.gov.sg>.
   2. Include the pipe URL in your email.
   3. Ensure that your pipe is published - do not make changes to the pipe once you've reached out to us.


---

# 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://guide.pay.gov.sg/start-using-the-dashboard/payment-forms/testing.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.
