# Custom provider

With the app it is possible to select any provider on the market. The following donation process takes place with this option:

1. At checkout, the customer first decides whether he wants to plant a tree.
2. If he decides to do so and completes the order, a new "Tree Planting" with the status **In** `Progress` will be created in the Admin first.
3. When the order status is set to `Completed`, the associated "Tree Planting" status is set to `Planted`.
4. At a certain regular period (e.g. monthly), it is necessary to recount how many trees have been planted.
5. Now a suitable organization must be selected and the number of trees and the corresponding money must be submitted manually.

### Donation product pricing

Unlike TreeMates, for example, with this provider it is possible and also makes sense to adjust the prices of the donation product per currency. For example, instead of €2, you could charge only €1.


---

# 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.shop-studio.io/shopware/extensions/tree-per-order/how-it-works/custom.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.
