# Creator Tutorial

- [Quick Start](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/quick-start.md): Use RPGGO Copilot to generate real-time RPG games from simple text prompts.
- [Creator Program](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/creator-program.md)
- [Understand the System](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/understand-the-system.md): We want to introduce the structure of the creator panel here to make you get familiar with the system
- [Build - Map - 2D Pixel AI Town](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-map-2d-pixel-ai-town.md): The world where you can drop in all the AI's and build pixel art assets, and play around with the game content you created with your friends
- [Build - Game](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-game.md): This is the tutorial on the game page design. If you are building characters or modules, please see other pages in the catalog.
- [Topic 1: How to Let AI Output Key Messages and Items In Game](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-game/topic-1-how-to-let-ai-output-key-messages-and-items-in-game.md): here are some suggestions from us and we believe you can take a try in the edit page to let AI listen to the command.
- [Topic 2: Write Powerful Lores](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-game/topic-2-write-powerful-lores.md): This is the most important part to pay attention to while building a game. It takes the highest weight of performance.
- [Topic 3: Make Choice Selection / Q\&A Based Game with Strict Order](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-game/topic-3-make-choice-selection-q-and-a-based-game-with-strict-order.md): If you are making a game that needs the AI to exactly follow several steps and complete a strict designed processes. This page is what you might want to read.
- [Topic 4: Make Dungeon Game with Dice Roll](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-game/topic-4-make-dungeon-game-with-dice-roll.md)
- [Topic 5: Value Based Game & Goal System](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-game/topic-5-value-based-game-and-goal-system.md)
- [Topic 6: What You Can Do with Goal and Chapter](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-game/topic-6-what-you-can-do-with-goal-and-chapter.md): Use Goal and Chapter as Level Design. If you want to introduce new NPCs or new backgrounds for a new scene, definitely build it when the goals and chapters.
- [Topic 7: Add Customized Images in Prologue and Endings](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-game/topic-7-add-customized-images-in-prologue-and-endings.md)
- [Build - Character](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-character.md): This is the tutorial on the character page design. If you are building games or modules, please see other pages in the catalog.
- [Build - Module](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-module.md): This is the tutorial on the module design
- [Copilot - Create with AI](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/copilot-create-with-ai.md)
- [Tip 1. Guide the Basis of the Content with Opening Line](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/tip-1.-guide-the-basis-of-the-content-with-opening-line.md)
- [Tip 2. Format the Responses](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/tip-2.-format-the-responses.md)
- [Tip 3. Talk to AI in Ways It Understands](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/tip-3.-talk-to-ai-in-ways-it-understands.md)
- [Tip 4. Generate Great Images for Avatar and Poster](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/tip-4.-generate-great-images-for-avatar-and-poster.md)
- [Tip 5: Build a Bot as Tool](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/tip-5-build-a-bot-as-tool.md)
- [Frequently Asked Questions](https://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/frequently-asked-questions.md)


---

# 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://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial.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.
