> For the complete documentation index, see [llms.txt](https://guide.form.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.form.gov.sg/user-guides/advanced-guide.md).

# Advanced guide

- [Workflows (to update to)](https://guide.form.gov.sg/user-guides/advanced-guide/workflows.md): Adding workflows to your forms lets multiple people fill in and/or approve the form in sequence.
- [Example use cases](https://guide.form.gov.sg/user-guides/advanced-guide/workflows/example-use-cases.md)
- [Create a form with workflow](https://guide.form.gov.sg/user-guides/advanced-guide/workflows/create-a-form-with-workflow.md)
- [Managing responses](https://guide.form.gov.sg/user-guides/advanced-guide/workflows/managing-responses.md)
- [Results dashboard](https://guide.form.gov.sg/user-guides/advanced-guide/workflows/managing-responses/results-dashboard.md)
- [Sending reminders](https://guide.form.gov.sg/user-guides/advanced-guide/workflows/managing-responses/sending-reminders.md)
- [Status tracking link](https://guide.form.gov.sg/user-guides/advanced-guide/workflows/managing-responses/status-tracking-link.md)
- [Secret key extension](https://guide.form.gov.sg/user-guides/advanced-guide/secret-key-extension.md)
- [Formatting](https://guide.form.gov.sg/user-guides/advanced-guide/formatting.md): You can use markdown to do some basic formatting on your form
- [Short links / QR code](https://guide.form.gov.sg/user-guides/advanced-guide/short-links-qr-code.md)
- [Email confirmations, PDF and verification](https://guide.form.gov.sg/user-guides/advanced-guide/email-confirmations-pdf-and-verification.md)
- [Logic](https://guide.form.gov.sg/user-guides/advanced-guide/logic.md)
- [Signatures](https://guide.form.gov.sg/user-guides/advanced-guide/signatures.md)
- [Singpass and MyInfo](https://guide.form.gov.sg/user-guides/advanced-guide/singpass-and-myinfo.md)
- [Pre-fill](https://guide.form.gov.sg/user-guides/advanced-guide/pre-fill.md)
- [Ranking options](https://guide.form.gov.sg/user-guides/advanced-guide/ranking-options.md)
- [Restricted Access](https://guide.form.gov.sg/user-guides/advanced-guide/restricted-access.md)
- [Verified SMSes](https://guide.form.gov.sg/user-guides/advanced-guide/verified-smses.md)
- [Webhooks](https://guide.form.gov.sg/user-guides/advanced-guide/webhooks.md)
- [Email / SMS campaigns](https://guide.form.gov.sg/user-guides/advanced-guide/email-sms-campaigns.md)
- [Custom documents](https://guide.form.gov.sg/user-guides/advanced-guide/custom-documents.md)
- [Payments](https://guide.form.gov.sg/user-guides/advanced-guide/payments.md): Citizens can now pay for fees and services directly on your form. We partner with Stripe, a payment provider, to bring you a safe and reliable payment experience.
- [Features](https://guide.form.gov.sg/user-guides/advanced-guide/payments/features.md)
- [Cost and benefits](https://guide.form.gov.sg/user-guides/advanced-guide/payments/cost-and-benefits.md)
- [Payment field](https://guide.form.gov.sg/user-guides/advanced-guide/payments/payment-field.md)
- [Payment field (to be updated to)](https://guide.form.gov.sg/user-guides/advanced-guide/payments/payment-field-to-be-updated-to.md)
- [UAT platform (testing)](https://guide.form.gov.sg/user-guides/advanced-guide/payments/uat.md)
- [Payment workflows](https://guide.form.gov.sg/user-guides/advanced-guide/payments/payment-workflows.md)
- [Payment integrations / automations](https://guide.form.gov.sg/user-guides/advanced-guide/payments/payment-workflows/payment-integrations-automations.md): You can integrate payments with external systems using our webhooks functionality.
- [Payment websites](https://guide.form.gov.sg/user-guides/advanced-guide/payments/payment-workflows/payment-websites.md)
- [Pre-filling payment value](https://guide.form.gov.sg/user-guides/advanced-guide/payments/payment-workflows/pre-filling-payment-value.md)
- [Payment results](https://guide.form.gov.sg/user-guides/advanced-guide/payments/payment-results.md)
- [Payout reports](https://guide.form.gov.sg/user-guides/advanced-guide/payments/payout-reports.md): Payouts are how money from your payers gets deposited into your bank account. Depending on your payout schedule, funds from your transactions will be paid out to your bank account on a rolling basis.
- [Stripe dashboard features](https://guide.form.gov.sg/user-guides/advanced-guide/payments/stripe-dashboard-features.md)
- [Launch checklist](https://guide.form.gov.sg/user-guides/advanced-guide/payments/launch-checklist.md)


---

# 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.form.gov.sg/user-guides/advanced-guide.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.
