# Integrating with Game's Back-end

Please head over to [Webhooks](/for-game-developers/webhooks.md) for more information on how to integrate your Mobile Game's back-end with your Web Store.

Webhooks in the Dashboard can be found [here](https://app.fungies.io/settings/webhooks).

<figure><img src="/files/9HfSfrf6weM7QQFVs11h" alt=""><figcaption><p>You can send Webhook data to your game's back-end in order to reward the Player with items bought in the Web Store</p></figcaption></figure>

Remember, you can sell:

* Game Keys
* In-App Purchases (In-Game Assets)
* Anything that you offer in-game

On your own branded Web Store.


---

# 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://help.fungies.io/for-game-developers/integrating-with-games-back-end.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.
