> 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/faq.md).

# Frequently Asked Questions

- [FAQ](https://guide.form.gov.sg/faq/faq.md)
- [Phasing out Email mode](https://guide.form.gov.sg/faq/faq/phasing-out-email-mode.md)
- [Simplifying form modes](https://guide.form.gov.sg/faq/faq/simplifying-form-modes.md)
- [Access](https://guide.form.gov.sg/faq/faq/access.md)
- [Form](https://guide.form.gov.sg/faq/faq/form.md)
- [Fields](https://guide.form.gov.sg/faq/faq/formfields.md)
- [Attachments](https://guide.form.gov.sg/faq/faq/attachments.md)
- [Storage](https://guide.form.gov.sg/faq/faq/storage-mode.md)
- [Storage (to update to this)](https://guide.form.gov.sg/faq/faq/storage-mode-1.md)
- [Emails](https://guide.form.gov.sg/faq/faq/emails.md)
- [Singpass, Myinfo](https://guide.form.gov.sg/faq/faq/singpass-myinfo.md)
- [Signatures](https://guide.form.gov.sg/faq/faq/signatures.md)
- [Developers / IT teams](https://guide.form.gov.sg/faq/faq/developers-it-teams.md)
- [Payments](https://guide.form.gov.sg/faq/faq/payments.md)
- [Payment field](https://guide.form.gov.sg/faq/faq/payments/payment-field.md)
- [Onboarding](https://guide.form.gov.sg/faq/faq/payments/onboarding.md)
- [Fees, payment and payout](https://guide.form.gov.sg/faq/faq/payments/fees-payment-and-payout.md)
- [Receipt / Invoices](https://guide.form.gov.sg/faq/faq/payments/receipt-invoices.md)
- [Process flows](https://guide.form.gov.sg/faq/faq/payments/process-flows.md)
- [Payment webhooks](https://guide.form.gov.sg/faq/faq/payments/payment-webhooks.md)
- [Stripe security and support](https://guide.form.gov.sg/faq/faq/payments/stripe-security-and-support.md)
- [Stripe account management](https://guide.form.gov.sg/faq/faq/payments/stripe-account-management.md)
- [Multi-respondent forms](https://guide.form.gov.sg/faq/faq/mrf.md): Some frequently asked questions!
- [Creating forms](https://guide.form.gov.sg/faq/faq/mrf/creating-forms.md)
- [Routing Forms](https://guide.form.gov.sg/faq/faq/mrf/routing-forms.md)
- [Filling in forms](https://guide.form.gov.sg/faq/faq/mrf/filling-in-forms.md)
- [Managing form responses](https://guide.form.gov.sg/faq/faq/mrf/managing-form-responses.md)
- [Webhooks](https://guide.form.gov.sg/faq/faq/mrf/webhooks.md)
- [Forms with workflow (to use this)](https://guide.form.gov.sg/faq/faq/forms-with-workflow.md): Some frequently asked questions!
- [Creating forms](https://guide.form.gov.sg/faq/faq/forms-with-workflow/creating-forms.md)
- [Routing forms](https://guide.form.gov.sg/faq/faq/forms-with-workflow/routing-forms.md)
- [Filling in forms](https://guide.form.gov.sg/faq/faq/forms-with-workflow/filling-in-forms.md)
- [Managing form responses](https://guide.form.gov.sg/faq/faq/forms-with-workflow/managing-form-responses.md)
- [Known issues](https://guide.form.gov.sg/faq/faq/known-issues.md): Last updated: 14 Aug 2025
- [Updates to admin email notifications](https://guide.form.gov.sg/faq/faq/updates-to-admin-email-notifications.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/faq.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.
