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

# What is Orbi's Breath?

### Overview

Dive into the breathtaking world of *Orbi's Breath*, a fun and beautiful turn based PvP Card game. Set on a battlefield of 3v3, cast spells to defeat your opponent and claim victory! Each **Hero** is meticulously crafted to reflect the game's immersive universe, featuring high-resolution graphics and fluid animations that enhance the thrill of combat. Duel against opponents from around the globe in real-time, as you outwit and outplay your rivals with clever **Hero** combinations and strategies.

Join the community of legends today and experience the stunning beauty and strategic depth of *Orbi's Breath*. Are you ready to jump into the arena and etch your name in the archives of greatness?

### Important links

* Game Website - <https://orbisbreath.io/>
* Twitter - <https://x.com/orbisbreath>
* Discord - <https://discord.gg/BXcD7ABvC8>

<figure><img src="https://119481155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FImliFYmjk2o9BlupMnne%2Fuploads%2FdQNZ7W0IE7aG9kFqKqE7%2FOrbi%20home.jpg?alt=media&#x26;token=89d9fb0b-9c92-4157-b4df-a98357d6babe" alt=""><figcaption></figcaption></figure>


---

# 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://orbisbreath.gitbook.io/orbis-breath/introduction/what-is-orbis-breath.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.
