> For the complete documentation index, see [llms.txt](https://developer.rpggo.ai/rpggo-creator-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.rpggo.ai/rpggo-creator-tutorial/game-creator-log.md).

# Game Creator Log

- [Which One is the Spy](https://developer.rpggo.ai/rpggo-creator-tutorial/game-creator-log/which-one-is-the-spy.md): Submitted to RPGGO's Official team by War Hog, the original AI game creator of "Which One is the Spy"
- [Squid Game](https://developer.rpggo.ai/rpggo-creator-tutorial/game-creator-log/squid-game.md): Submitted to RPGGO's Official team by mamamia, the original AI game creator of "Squid Game"
- [2D Pixel AI Town - After the story, MLP 2D game Dev blog](https://developer.rpggo.ai/rpggo-creator-tutorial/game-creator-log/2d-pixel-ai-town-after-the-story-mlp-2d-game-dev-blog.md): content from creator: mamamia


---

# 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:

```
GET https://developer.rpggo.ai/rpggo-creator-tutorial/game-creator-log.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.
