# Payment workflows with Plumber

Using FormSG and PaySG on [Plumber](https://www.plumber.gov.sg), users can:

* Automate the creation of payment links using FormSG responses
* Automate the sending of default PaySG emails or customised emails on Postman
* Create payment forms

## Demonstrations

* For payment link creation: [go.gov.sg/paysg-plumber-demo](https://go.gov.sg/paysg-plumber-demo).&#x20;
  * Once the form is submitted, a PaySG payment email will be sent to the subject's email.
* For payment link and fine letter generation: [go.gov.sg/paysg-fine-demo](https://go.gov.sg/paysg-fine-demo).
  * Once the form is submitted, an email with a PDF fine that includes a PaySG QR code will be sent to the subject's email.


---

# 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-workflows-with-plumber.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.
