> 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/breach-express.md).

# Breach Express

Breach Express aggregates the content from various gaming news platforms, Youtube, and other social platforms to show it all in one place. It allows to find out about **more niche or uprising games**, including on-chain ones that are often **overlooked by mainstream** portals. It provides a perfect way for indie and crypto game developers to **gain exposure for their game releases**.

A portion of articles is **aggregated from various news sites** such as Verge, PCGamer, IGN, Notebookcheck, etc., while others are written by Breach users themselves. Creating content for Breach Express is another way to **earn additional income** for the platform's users too as they can get paid for.

Users can select topics they are interested in and get a personalized news feed without the need to scroll through irrelevant content and ads. Keeping up with the latest news has never been so easy as everything **is available in one place**.


---

# 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/breach-express.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.
