# Introduction

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

<figure><img src="/files/BrCJWvKoPmb9Ar9tOWOa" 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: 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:

```
GET https://solccg.gitbook.io/docs/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
