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

# Getting Started

## Where to play

CyberCookie runs in three environments from the same account system:

| Platform                        | How you log in                                                 |
| ------------------------------- | -------------------------------------------------------------- |
| **Web** (app.cybercookie.party) | Google or Discord OAuth                                        |
| **Telegram**                    | Telegram Mini App (auto-auth)                                  |
| **Discord**                     | Discord Activity (rocket launcher → the app runs in an iframe) |

Your progress is tied to your account, and Google/Discord/Telegram identities can be linked so it's the *same* save everywhere.

## First launch

1. Log in.
2. Complete the short intro: pick a **display name**, a **profile photo**, and your **chain** (Solana or TON).
3. You land on the **Game** tab with a cookie to tap.

## The five tabs

* **Game** — tap the cookie, watch your energy and score.
* **Earn** — buy upgrades, use balancers, play the casino.
* **Social** — friends, guild, and global stats.
* **Tasks** — daily check-in, partner tasks, referral rewards.
* **Airdrop** — coming soon.

## Core loop in one paragraph

Tap the cookie to earn coins (bounded by your **energy**). Spend coins in **Earn** on upgrades that raise your **profit/hour** (passive income that ticks even while you're offline, up to a 3-hour cap). Higher profit/hour raises your **level**, which unlocks better upgrades and hits **milestones** worth big rewards. Add friends and join a guild to boost each other, and gamble surplus coins in the casino.

Next: [Gameplay & Economy →](/gameplay.md)


---

# 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.cybercookie.party/getting-started.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.
