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

# Introduction

The Web3 gaming space is rapidly evolving, Telegram has emerged as a popular platform due to its large user base and ease of access. However, the current landscape of Web3 games on Telegram faces significant challenges, including the prevalence of pump-and-dump schemes, lack of engaging gameplay, and the high cost and time required to develop these games.

**Clicker Game Studio** is a gaming studio specifically addressing these challenges in the Web3 gaming. Our proof of concept, **Farm Clicker**, demonstrates the capabilities of our own comprehensive platform. This platform is designed to enable projects to easily create and customize Web3 mini-games. We offer this platform as a white-label solution, allowing others to leverage our technology while maintaining their own branding. Our technology is not limited to Telegram.


---

# 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:

```
GET https://docs.clicker.games/introduction.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.
