# How-to Guides

In this section, we will provide you with a number of step-by-step how-to guides that may come in useful when working with the Stripe payment provider.

{% content-ref url="/pages/tUQerBQQgteeWeNpRxPu" %}
[How to Process Subscription Payments](/umbraco-commerce-payment-providers/stripe/how-to-guides/processing-subscription-payments.md)
{% endcontent-ref %}

{% content-ref url="/pages/cjzCbRFSHxxQgaFXtyFm" %}
[How to block payments from non billing country sources](/umbraco-commerce-payment-providers/stripe/how-to-guides/radar-billing-country-rule.md)
{% endcontent-ref %}

{% content-ref url="/pages/D2UZbc1OSnlfRXQjbukR" %}
[How to test Stripe webhooks locally](/umbraco-commerce-payment-providers/stripe/how-to-guides/testing-stripe-webhooks-locally.md)
{% 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://docs.umbraco.com/umbraco-commerce-payment-providers/stripe/how-to-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.
