> For the complete documentation index, see [llms.txt](https://wiki.gamee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.gamee.com/gameplay/cash-apps.md).

# Cash Apps

{% hint style="info" %}
*💡Need help finding the answer to your question? Click the 'Search' bar on this Wiki and then choose **Lens** to ask the AI!*
{% endhint %}

As well as the very popular [Prizes](/gameplay/gamee-prizes-faq.md) app, GAMEE has a number of other gaming apps live or in development that allow you to earn money while playing. We share a portion of our ad revenue with our players, so the more players we have, the more we can give away!

\
As with Prizes, Tropical Crush, Bubble Bling, Treasure Solitaire and Monkey Match all offer players the opportunity to earn [Tickets](/gameplay/gamee-prizes-faq/tickets.md) by playing games or [referring](/gameplay/gamee-prizes-faq/referrals.md) friends, which can be used to[ earn cash ](/gameplay/gamee-prizes-faq/money.md)in the Fortune Wheel, Lucky Games and the Lotto.

## FAQ Links

Need help with Prizes? [Click here](/gameplay/gamee-prizes-faq.md). Need help with another one of GAMEE's cash apps? Check out these helpful links:

* [How to play Tropical Crush](/gameplay/cash-apps/how-to-play-tropical-crush.md)
* [How to play Treasure Solitaire](/gameplay/cash-apps/how-to-play-treasure-solitaire.md)
* [How to play Monkey Match](/gameplay/cash-apps/how-to-play-monkey-match.md)
* [Your profile and verification](/gameplay/cash-apps/profile-and-verification.md)
* [Tickets](/gameplay/cash-apps/tickets.md)
* [Earning money ](/gameplay/cash-apps/earning-money.md)
* [Withdrawing money](/gameplay/cash-apps/withdrawing-money.md)
* [Friend referrals](/gameplay/cash-apps/friend-referrals.md)
* [Shop](/gameplay/cash-apps/shop.md)
* [Solving problems](/gameplay/cash-apps/solving-problems.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://wiki.gamee.com/gameplay/cash-apps.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.
