> For the complete documentation index, see [llms.txt](https://developer.rpggo.ai/dev-docs/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/dev-docs/open-source-use-cases.md).

# Open Source Use Cases

- [Step by Step: Discord with V1 API](https://developer.rpggo.ai/dev-docs/open-source-use-cases/step-by-step-discord-with-v1-api.md): Based on our Discord game, here is a basic practice to demonstrate how to create a simple detective game using our API.
- [Simple Chat Game with V2 API](https://developer.rpggo.ai/dev-docs/open-source-use-cases/simple-chat-game-with-v2-api.md): Based on our V2 API, here is a 3rd party practice to demonstrate how to create a simple interactive website.
- [2D AI Town with V2 API](https://developer.rpggo.ai/dev-docs/open-source-use-cases/2d-ai-town-with-v2-api.md): Based on our V2 API, here is a sample practice to demonstrate how to create an AI town in 2D. And you can build your own AI town if you wish.
- [Stardew Valley Mod with V2 API](https://developer.rpggo.ai/dev-docs/open-source-use-cases/stardew-valley-mod-with-v2-api.md): Instead of creating a game by yourself, you can also to be a Mod developer and ingest your favor game /character into any existing AAA game.
- [AI Game Website with V2 API](https://developer.rpggo.ai/dev-docs/open-source-use-cases/ai-game-website-with-v2-api.md): If you want to have you own ai game website, this open source code is just for you!


---

# 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, and the optional `goal` query parameter:

```
GET https://developer.rpggo.ai/dev-docs/open-source-use-cases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
