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

# Clicker&#x20;

## 1. The simplest way to earn:

| Points                                                                                             |
| -------------------------------------------------------------------------------------------------- |
| <p></p><ul><li>Tap the big CEO coin. Every tap = 1 CEOcash.</li></ul>                              |
| <p></p><ul><li>Daily limit: 15 000 clicks per day. The counter resets at midnight (UTC).</li></ul> |
| <p></p><ul><li>Every 500 clicks you earn 1 puzzle piece.</li></ul>                                 |
| <p></p><ul><li>The clicker page also has two sub-tabs: Market and IGRA.</li></ul>                  |
| Workspace owners and team leads                                                                    |

## 2. Market (inside Clicker)

<mark style="background-color:blue;">Spend your puzzle pieces here on skins and cosmetics for your captain. Purchases are permanent-you own them forever.</mark>

##

## 3. IGRA — the big puzzle

* <mark style="background-color:blue;">**Each personal puzzle has 15 pieces. Placing all 15 gives you +500 CEOcash and rotates your character.**</mark>
* <mark style="background-color:blue;">**Every completed puzzle also reveals a tile on the shared IGRA board (up to 1 000 000 tiles).**</mark>
* <mark style="background-color:blue;">**There is a short cooldown between puzzles to keep it fair.**</mark>
* <mark style="background-color:blue;">**Pieces you place, tiles you reveal, and skins you win stay forever — a new season does not reset them.**</mark>


---

# 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://ceocash.gitbook.io/ceocash-docs/documentation/games/clicker.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.
