# GETTING STARTED

- [Navigation](https://docs.helpyousponsor.com/guides/getting-started/navigation.md)
- [Dashboard](https://docs.helpyousponsor.com/guides/getting-started/dashboard.md)
- [Quick Start Guide](https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide.md)
- [Account Information](https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide/account-information.md)
- [Email Settings](https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide/email-settings.md)
- [Payment Gateways](https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide/payment-gateways.md)
- [Stripe Setup](https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide/payment-gateways/stripe-setup.md)
- [Stripe Webhook](https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide/payment-gateways/stripe-setup/stripe-webhook.md)
- [Flutterwave Setup](https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide/payment-gateways/flutterwave-setup.md)
- [QPayPro Setup](https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide/payment-gateways/qpaypro-setup.md)
- [Authorize.net Setup](https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide/payment-gateways/authorize.net-setup.md)
- [PayPal Setup](https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide/payment-gateways/paypal-setup.md)
- [Account Setup](https://docs.helpyousponsor.com/guides/getting-started/account-setup.md)
- [First Program Setup](https://docs.helpyousponsor.com/guides/getting-started/account-setup/first-program-setup.md)
- [Website Integration](https://docs.helpyousponsor.com/guides/getting-started/account-setup/website-integration.md): After setting up your first program, you'll need to integrate HelpYouSponsor with your non-profit organisation website. There are two main methods for integration:
- [Campaign Setup](https://docs.helpyousponsor.com/guides/getting-started/account-setup/campaign-setup.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://docs.helpyousponsor.com/guides/getting-started.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.
