# Overview

Space Cat Games is a **React** site, with most core pages being [JSX](https://react.dev/learn/writing-markup-with-jsx) files. Core pages are defined as pages the base site needs to carry out it's basic functions. These are:

* The homepage (index.jsx)
* The games page (games.jsx)
* Source code information (opensource.jsx)
* Credits (credits.jsx)

Games pages are yet to be ported to JSX, and will most likely not be ported. This is due to the immense time it would take. These will remain as HTML files.


---

# 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/mod/overview.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.
