# Start using the dashboard

- [Payment services](https://guide.pay.gov.sg/start-using-the-dashboard/payment-services.md): This guide will walk you through the process of creating a payment service in PaySG. Once you've created a payment service, you can start creating payment links to collect payments.
- [Collaborators and access control](https://guide.pay.gov.sg/start-using-the-dashboard/collaborators-and-access-control.md): The collaborator feature in PaySG allows you to add colleagues to your payment service, enabling them to view and edit the service's settings and payment links.
- [One-time payment links](https://guide.pay.gov.sg/start-using-the-dashboard/one-time-payment-links.md): Create payment links in your payment services to start collecting payments from MOPs.
- [Single link creation](https://guide.pay.gov.sg/start-using-the-dashboard/one-time-payment-links/single-link-creation.md): Single link creation is suitable for ad-hoc payments or scenarios where you need to create individual payment links.
- [Bulk link creation](https://guide.pay.gov.sg/start-using-the-dashboard/one-time-payment-links/bulk-link-creation.md): Bulk link creation is suitable when you need to create a large volume of payment links at once. It allows you to streamline the process and save time.
- [Send payment links](https://guide.pay.gov.sg/start-using-the-dashboard/one-time-payment-links/send-payment-links.md): Send payment links to payers collect fees, donations, or one-off payments—no ne
- [Payment link page](https://guide.pay.gov.sg/start-using-the-dashboard/one-time-payment-links/payment-link-page.md): Payment page example
- [Payment receipt email](https://guide.pay.gov.sg/start-using-the-dashboard/one-time-payment-links/payment-receipt-email.md): Payment confirmation email example
- [Subscriptions](https://guide.pay.gov.sg/start-using-the-dashboard/subscriptions.md): Initiate month recurring payments, aka subscriptions
- [Set-up](https://guide.pay.gov.sg/start-using-the-dashboard/subscriptions/set-up.md)
- [View subscriptions](https://guide.pay.gov.sg/start-using-the-dashboard/subscriptions/view-subscriptions.md)
- [Manage subscriptions](https://guide.pay.gov.sg/start-using-the-dashboard/subscriptions/manage-subscriptions.md)
- [Payments and refunds](https://guide.pay.gov.sg/start-using-the-dashboard/payments-and-refunds.md)
- [Payment methods](https://guide.pay.gov.sg/start-using-the-dashboard/payments-and-refunds/payment-methods.md): Information about available payment methods and how to add new payment methods.
- [Dashboard](https://guide.pay.gov.sg/start-using-the-dashboard/payments-and-refunds/dashboard.md)
- [Refunds](https://guide.pay.gov.sg/start-using-the-dashboard/payments-and-refunds/refunds.md)
- [Payouts](https://guide.pay.gov.sg/start-using-the-dashboard/payouts.md): A payout is the transfer of funds from an agency's Stripe account to their receiving bank account
- [Reports](https://guide.pay.gov.sg/start-using-the-dashboard/reports.md): This page provides information about the various reports that can be downloaded on the PaySG dashboard.
- [Payment workflows with Plumber](https://guide.pay.gov.sg/start-using-the-dashboard/payment-workflows-with-plumber.md): This section guides users on creating payment workflows with Plumber.
- [Set-up](https://guide.pay.gov.sg/start-using-the-dashboard/payment-workflows-with-plumber/set-up.md)
- [Testing](https://guide.pay.gov.sg/start-using-the-dashboard/payment-workflows-with-plumber/testing.md)
- [Payment forms](https://guide.pay.gov.sg/start-using-the-dashboard/payment-forms.md)
- [Set-up](https://guide.pay.gov.sg/start-using-the-dashboard/payment-forms/set-up.md): Payment forms use 3 platforms: PaySG, FormSG, and Plumber. You'll need to do some set up on each platform.
- [Testing](https://guide.pay.gov.sg/start-using-the-dashboard/payment-forms/testing.md)
- [Resources](https://guide.pay.gov.sg/start-using-the-dashboard/payment-forms/resources.md)


---

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