# Introduction

{% hint style="info" %}
Plumber is cleared to handle data up to Restricted and Sensitive-Normal.

However, if you add a non-govt integration like Telegram or Slack in your Pipe, please ensure that your pipe only sends Official (Open) data to these services.
{% endhint %}

## Get Started

We've put together some learning content to help you set up our product quickly and easily. You may access them by visiting <https://go.gov.sg/learn-plumber>.

Learn to set up popular workflows:

{% content-ref url="all-workflows" %}
[all-workflows](https://guide.plumber.gov.sg/all-workflows)
{% endcontent-ref %}

Or customise your workflows the way you want:

{% content-ref url="user-guides/start-the-workflow" %}
[start-the-workflow](https://guide.plumber.gov.sg/user-guides/start-the-workflow)
{% endcontent-ref %}

{% content-ref url="user-guides/actions" %}
[actions](https://guide.plumber.gov.sg/user-guides/actions)
{% endcontent-ref %}

## Quick links

{% content-ref url="help/faq" %}
[faq](https://guide.plumber.gov.sg/help/faq)
{% endcontent-ref %}

{% content-ref url="help/contact-us" %}
[contact-us](https://guide.plumber.gov.sg/help/contact-us)
{% endcontent-ref %}


---

# 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/introduction.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.
