> For the complete documentation index, see [llms.txt](https://docs.candy-smith.com/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candy-smith.com/main/word-connect-game-toolkit/specifications.md).

# Specifications

{% hint style="info" %}
***The Asset** comes with an **English base**, but gives you the **flexibility*** ***to train** and **adapt** models, making it possible to **generate crosswords in any language.** If you face difficulties, **we can help create a base for your language** and include it in the project for other buyers.*
{% endhint %}

## [**Web DEMO**](https://wordconnect-toolkit.netlify.app/)

<figure><img src="/files/dNharxz2CYYvwBwqnGIc" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="93">Number</th><th width="249">UI Element</th><th width="387">Description</th></tr></thead><tbody><tr><td>1</td><td>Gems</td><td>Premium Gems currency</td></tr><tr><td>2</td><td>Coins</td><td>Coins currency</td></tr><tr><td>3</td><td>Settings Button</td><td>Opens the game’s settings or pause menu</td></tr><tr><td>4</td><td>Red Gem pickup</td><td>A collectible red gem on the puzzle board. </td></tr><tr><td>5</td><td>Crossword Puzzle Board</td><td>Main game area where players complete the word puzzle by forming words from available letters.</td></tr><tr><td>6</td><td>Tip Booster Button</td><td>Opens one tile</td></tr><tr><td>7</td><td><a href="/pages/o6DPutqvSQ3msIm6oh3x">Gift Box Button</a></td><td>Grants rewards for collecting red gems</td></tr><tr><td>8</td><td>Hammer Booster Button</td><td>A power-up used to break or reveal a tile. </td></tr><tr><td>9</td><td>Shuffle Button</td><td>Randomizes the arrangement of the letter wheel to help the player spot new words.</td></tr><tr><td>10</td><td>Extra Words Button</td><td>Collecting extra words allow to get Gems</td></tr><tr><td>11</td><td>Letter Wheel</td><td>Core gameplay input area. Players tap or drag letters here to create words and solve the puzzle.</td></tr></tbody></table>


---

# 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://docs.candy-smith.com/main/word-connect-game-toolkit/specifications.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.
