# AI Game Website with V2 API

{% hint style="info" %}
Before diving into this document, it is strongly recommended to read [here](/dev-docs/data-schema/understand-the-data-schema.md) to understand the relationships between games, scenes, goals, DMs, and NPCs.
{% endhint %}

> All interfaces require the application of an app ID and authentication. The specific process can be found [here](/dev-docs/support/apply-your-test-key.md)

Check out the implementation code of Stardew Valley Mod here:&#x20;

<https://github.com/RPGGO-AI/singularity>\
\
And take a look of the game experience which combines RPGGO and Stardew Valley.<br>

{% embed url="<https://www.youtube.com/watch?v=_f0iuZsjHso>" %}


---

# 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/dev-docs/open-source-use-cases/ai-game-website-with-v2-api.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.
