# Add Game Tool

### What it does

The add game tool is used to manipulate the JSON game register that stores where each game is, its icon, etc. Currently, it can only add to the register. This will be fixed soon.

### Calling the tool

To call the tool, you need [node.js](https://nodejs.org/en) installed.

Once this is installed, call the tool with:

`$ node scripts/add-game.js`

The tool will guide you through adding a game to the register.


---

# 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://space-cat-games.gitbook.io/space-cat-games-docs/scripts-and-tools/add-game-tool.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.
