> For the complete documentation index, see [llms.txt](https://docs.platform.gamezop.com/publishers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.gamezop.com/publishers/gamezop.md).

# Integrate Gamezop

- [Types of integration](https://docs.platform.gamezop.com/publishers/gamezop/types-of-integration.md): Ways in which you can bring Gamezop games to your users!
- [Integrate via Gamezop Unique Link](https://docs.platform.gamezop.com/publishers/gamezop/types-of-integration/integrate-unique-link.md): Integrating the Gamezop Game Centre takes <30 mins! ⚡
- [Add Unique Link to your website](https://docs.platform.gamezop.com/publishers/gamezop/types-of-integration/integrate-unique-link/web.md): Here's how to bring all the fun of our games to your website visitors.
- [Integrate via the All Games API](https://docs.platform.gamezop.com/publishers/gamezop/types-of-integration/all-games-api.md): Gamezop's All Games API allows you to access data on our games so you can list them in your own UI.
- [Add analytics / other scripts](https://docs.platform.gamezop.com/publishers/gamezop/third-party-scripts.md): We can help you add any Javascript tags to your Gamezop Unique Link page, and to your games.
- [Custom Unique Links for Gamezop](https://docs.platform.gamezop.com/publishers/gamezop/custom-unique-links.md): You can run Gamezop games and the Gamezop Game Centre on your own domain. This document outlines the steps you need to undertake to do that.
- [Advanced guides](https://docs.platform.gamezop.com/publishers/gamezop/advanced.md): Here are other guides if you are looking at a deeper integration with our games.
- [Save users' in-game progress](https://docs.platform.gamezop.com/publishers/gamezop/advanced/save-game-progress.md): Ensure your users always resume gaming from where they left off.
- [Receive user scores](https://docs.platform.gamezop.com/publishers/gamezop/advanced/receive-scores.md): There's a lot you can build with user scores. Go all out!
- [The Leaderboards Metadata API](https://docs.platform.gamezop.com/publishers/gamezop/advanced/receive-scores/leaderboards-api.md): Some games may have multiple types of scores. You can use The Leaderboard Metadata API to distinguish them from one another.
- [Create multiplayer experiences](https://docs.platform.gamezop.com/publishers/gamezop/advanced/multiplayer-games.md): There's nothing quite as thrilling as a multiplayer game. Learn how you can make the most our multiplayer games.
- [Receive data on match winners](https://docs.platform.gamezop.com/publishers/gamezop/advanced/multiplayer-games/receive-winners-data.md): Gamezop can post data on winners of multiplayer games on your webhook. This document details out how.
- [Client-side callbacks](https://docs.platform.gamezop.com/publishers/gamezop/advanced/multiplayer-games/client-side-callbacks.md): Use client-side callbacks from our multiplayer games for analytics, or for triggering custom UI elements.
- [Implement game-events listener](https://docs.platform.gamezop.com/publishers/gamezop/advanced/implement-game-events-listener.md): This document helps you implement event listeners within your native apps.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.platform.gamezop.com/publishers/gamezop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
