# Player API

- [API Overview](https://developer.rpggo.ai/dev-docs/player-api/api-overview.md): The description of V2 of APIs powered by RPGGO's AI engine
- [API V2 (New)](https://developer.rpggo.ai/dev-docs/player-api/api-overview/api-v2-new.md): Fetch Game, Set Control, Integrate Characters, Chat in SSE, Manage User Goal Check with AI Released on May 11, 2024.
- [Game Control](https://developer.rpggo.ai/dev-docs/player-api/api-overview/api-v2-new/game-control.md): Fetch Game, Start Game, Change Chapters while Goal Check Triggers, Resume with Memories
- [Chat with NPCs & Check Goal with SSE](https://developer.rpggo.ai/dev-docs/player-api/api-overview/api-v2-new/chat-with-npcs-and-check-goal-with-sse.md)
- [API V1 (Deprecated)](https://developer.rpggo.ai/dev-docs/player-api/api-overview/api-v1-deprecated.md)
- [Game](https://developer.rpggo.ai/dev-docs/player-api/api-overview/api-v1-deprecated/game.md)
- [NPC](https://developer.rpggo.ai/dev-docs/player-api/api-overview/api-v1-deprecated/npc.md)
- [Memory](https://developer.rpggo.ai/dev-docs/player-api/api-overview/api-v1-deprecated/memory.md)
- [ErrorCode](https://developer.rpggo.ai/dev-docs/player-api/api-overview/api-v1-deprecated/errorcode.md)
- [Notes: API V2 Released](https://developer.rpggo.ai/dev-docs/player-api/notes-api-v2-released.md): We just released our latest V2 API in May 12, 2024. And the legacy V1 API will be continued maintained till the end of this year.
- [Changes](https://developer.rpggo.ai/dev-docs/player-api/notes-api-v2-released/changes.md): Introduction


---

# 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/player-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.
