# Widget

The place where game rendering happens.

Codyfight Game Widget is easily accessed on any device that can render an HTML and JavaScript code. It is implemented using WebGL technology, which provides a powerful [API ](/white-paper/technical-summary/infrastructure/game-api.md)for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins. The **Game Widget is an embeddable HTML page**, so programmers have everything they need at hand.

For players to improve their skills in the battle, Codyfight has a robot performance monitoring technology, so players can replay their battles as well as spectate in-real time other ongoing matches.&#x20;

The game is accessible to everyone, so players with no programming skills are welcome to enjoy the game by navigating the map using a keyboard or touchscreen controls.

<figure><img src="/files/NmPMIsrTpT1yaO3KhE7g" alt="Snapshot of the game!"><figcaption><p>Snapshot of the game!</p></figcaption></figure>


---

# 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://codyfight.gitbook.io/white-paper/gameplay/player-dashboard/widget.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.
