# Setup Guides

- [PayPal Configuration](https://developers.slyk.io/slyk/setup-guides/paypal-configuration.md): Where to find and how to enable your PAYPAL API keys.
- [Verifying webhook](https://developers.slyk.io/slyk/setup-guides/paypal-configuration/confirming-webhooks.md): In this tutorial you will learn how to confirm Slyk communication by verifying webbooks were created successfully.
- [Webhook configuration](https://developers.slyk.io/slyk/setup-guides/paypal-configuration/paypal-webhook-configuration.md): In this tutorial you will learn how to manually configure PayPal web-hooks.
- [Stripe Configuration](https://developers.slyk.io/slyk/setup-guides/stripe-configuration.md): How to configure webhooks in your Stripe account.
- [Verifying endpoints](https://developers.slyk.io/slyk/setup-guides/stripe-configuration/verifying-endpoints.md): In this tutorial you will learn how to confirm Slyk has created the endpoinits for you successfully.
- [Coinbase Configuration](https://developers.slyk.io/slyk/setup-guides/coinbase-configuration.md): Connect your Coinbase account and your Slyk to receive programmatic $USDC, $BTC, and any other crypto payments for your time, products, services, community, and upside.


---

# 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://developers.slyk.io/slyk/setup-guides.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.
