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

# Features

* **Breach Avatar.** The character that players will use in Breach's miniverse games and social platform. It has common stats and inventory that are **shared among various games and social platform**, making it **representative** of all user's experience, skills, and activities in the digital world.
* **Breach Social.** A social platform for gamers to **create, share, discover, and engage with content** and **earn XP for their Breach Avatar.** Breach Social is the perfect place for gamers to **socialize** and connect in new ways
* **Breach Matchmaking.** Breach allows gamers to search and **discover the best teammates to play with.** Whether that is a **traditional online video game** or a hot new **blockchain game**, gamers will be able to find the right players to match with.
* **Breach Express.** News aggregator service that provides content feed according to user's interests. It aggregates content from other news portals and creators on Breach platform and presents them **all in one place**.
* **Breach Marketplace.** Breach Marketplace is a place for gamers **to buy or trade on-chain items** they own, whether that be in-game weapons or posts on social platfom.&#x20;
* **Project Apidom.** A rpg-style treasure hunt game in development by Breach that **uses Breach Avatar** as the player's character and **introduces the miniverse** aspect to the platform. Playing the game grants XP and in-game items that can be sold on Breach Marketplace.&#x20;


---

# 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://breach-gg.gitbook.io/breach-gg/breach-platform/features.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.
