> 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/criczop.md).

# Integrate Criczop

- [Integrate via Criczop Unique Link](https://docs.platform.gamezop.com/publishers/criczop/integrate-unique-link.md): Integrating the Criczop portal takes <30 mins! ⚡
- [Add Unique Link to your website](https://docs.platform.gamezop.com/publishers/criczop/integrate-unique-link/web.md): Here's how to add Criczop to your website.
- [Add analytics scripts](https://docs.platform.gamezop.com/publishers/criczop/third-party-scripts.md): We can help you add third-party analytics tags to your Criczop Unique Link page.
- [Criczop Cricket Feed API](https://docs.platform.gamezop.com/publishers/criczop/criczop-cricket-feed-api.md): This guide introduces the Criczop Cricket Feed API, highlighting how it can enhance your apps and websites with live cricket content, the key benefits it offers, and what you’ll need to get started.
- [Criczop Cricket Feed API (JSON)](https://docs.platform.gamezop.com/publishers/criczop/criczop-cricket-feed-api/criczop-cricket-feed-api-json.md): This page explains how to use the JSON version of the Criczop Cricket Feed API
- [Criczop Cricket Feed API (RSS)](https://docs.platform.gamezop.com/publishers/criczop/criczop-cricket-feed-api/criczop-cricket-feed-api-rss.md): This page explains how to use the RSS version of the Criczop Cricket Feed API
- [Criczop Web Widget](https://docs.platform.gamezop.com/publishers/criczop/free-cricket-widget.md): Learn everything there is to know about the Criczop Web Widget: bring fresh cricket content to your users and grow your revenue from our revenue-sharing program!
- [Styling customisation](https://docs.platform.gamezop.com/publishers/criczop/free-cricket-widget/styling-customisation.md): The Criczop Web Widget offers a highly customisable UI, allowing you to seamlessly match the widget’s appearance to your brand’s style and design.


---

# 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/criczop.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.
