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

# Introduction

> **SOLCCG** is a collectible card game built for Solana NFT communities, designed natively for mobile.

<figure><img src="https://1831746491-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMQSUb5UJ5Ac6lPZiOQQ8%2Fuploads%2F5NipHfAVWPAT94Tc0g6s%2Flogo%2Btext.png?alt=media&amp;token=7beb4d20-662b-41fc-9ade-5a390250dd36" alt=""><figcaption></figcaption></figure>

SOLCCG puts you on a 19-hex shaped playboard where strategy meets balancing. Build your deck from cards across unique NFT inspired collections, place your cards on the board and flip your opponent's cards by overpowering their sides.&#x20;

The player with the most cards on the board at the end wins.

Every card has six sides with different values. When your card's side is higher than the touching side of an opponent's card, you flip it to your color.&#x20;

Simple to learn, deep to master.

{% hint style="info" %}
This entire documentation is subject to change as the game evolves.
{% endhint %}


---

# 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://solccg.gitbook.io/docs/introduction.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.
