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

# Extended Ecosystem

- [GUAC.GG Platform](https://docs.guacamole.gg/extended-ecosystem/guac.gg-platform.md): An innovative social crypto experience powered by Guacamole's portfolio tracker and rewards marketplace. Earn amazing incentives for exploring and using our tools or participating in our economy.
- [Pitfolio](https://docs.guacamole.gg/extended-ecosystem/pitfolio.md): Documentation on Guacamole's Pitfolio product. Track your portfolio across networks and exchanges or build out your network's net worth with integrated social initiatives.
- [Chatamole](https://docs.guacamole.gg/extended-ecosystem/chatamole.md): Learn more about Chatamole. Where time is money and introductions are worth something. Respond to messages or reach out to other users.
- [Item Marketplace](https://docs.guacamole.gg/extended-ecosystem/item-marketplace.md): Search and easily purchase games, gift cards, subscriptions, and more from our growing library. You can even save some hard-earned cash.
- [Item Raffles](https://docs.guacamole.gg/extended-ecosystem/item-raffles.md): Looking to score that new game cheap? Enter exciting raffle opportunities with GUAC and other crypto-tokens in our weekly raffles portal!
- [Secondary Marketplace](https://docs.guacamole.gg/extended-ecosystem/secondary-marketplace.md): Win or buy an item that you may not use? List it here and make some $GUAC in the process. Someone else may love that game!
- [Rewards And Points](https://docs.guacamole.gg/extended-ecosystem/rewards-and-points.md): An extensive points system designed to reward interactions within the expanding Guacamole ecosystem and partnership integrations.
- [Point Giveaways](https://docs.guacamole.gg/extended-ecosystem/point-giveaways.md): Enter sponsored giveaways for your chance to win awesome merchandise, indie game keys, and other intriguing prizes!
- [Referral System](https://docs.guacamole.gg/extended-ecosystem/referral-system.md): GUAC.GG features a built in referral system where you can share a link and earn extra points and rewards for all interactions your referred user makes!
- [List Your Token](https://docs.guacamole.gg/extended-ecosystem/list-your-token.md): Instructions for application to have your token listed in the shop and rewards section of our growing ecosystem.


---

# 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.guacamole.gg/extended-ecosystem.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.
