# All Workflows

- [Overview](https://guide.plumber.gov.sg/all-workflows/overview.md): This page should inspire you to get started on your use case.
- [Notifications for FormSG](https://guide.plumber.gov.sg/all-workflows/notifications-for-formsg.md): Set up notifications for your storage mode form so you don't have to log in regularly to check for responses!
- [Email customised acknowledgements to respondent](https://guide.plumber.gov.sg/all-workflows/email-customised-acknowledgements-to-respondent.md): Automate email acknowledgements for your storage mode form so you can provide assurance to respondent's
- [Get updated on urgent requests w/ Telegram](https://guide.plumber.gov.sg/all-workflows/get-updated-on-urgent-requests-w-telegram.md): Receive notifications through Telegram for urgent requests that need responding to quickly
- [Keep mailing lists updated](https://guide.plumber.gov.sg/all-workflows/keep-mailing-lists-updated.md): Automatically update your mailing lists whenever users change their information
- [Attendance taking](https://guide.plumber.gov.sg/all-workflows/attendance-taking.md): Smoothen event management by automating and tracking turnout. Track the success of your event by automating the sending of post-event surveys to attendees.
- [Dynamic responses based on respondent selections](https://guide.plumber.gov.sg/all-workflows/dynamic-responses-based-on-respondent-selections.md): It refers to the process of generating different response based on the options selected by the respondents. This approach allows for a more personalized and efficient experience for respondents.
- [FormSG and SMS integration (For gov.sg users)](https://guide.plumber.gov.sg/all-workflows/formsg-and-sms-integration-for-gov.sg-users.md): Plumber offers SMS integration, allowing government staffs to send automated SMS notifications to form respondents. This helps improve communication and reduce response times, streamlining operations.


---

# 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.plumber.gov.sg/all-workflows.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.
