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