# Getting Started

{% content-ref url="/pages/dL7k17j7dhYj8tXwpzmj" %}
[Player API](/dev-docs/player-api/api-overview.md)
{% endcontent-ref %}

## Professional Game Studio

> If you are from **professional game studio** and look for an AI engine to integrate within your game as shown in the video...&#x20;
>
> Turning your game into AI-powered RPG in seconds, let your 3D assets become intelligent interactive parts and extend your game depth.

* You might use RPGGO AI engine to power stories under worldview, rendering story and character conversations, conduct chapter / phases changes in real-time
  1. Integrate in to the **3D assets** you've built and the game you've developed with UE/Unity Engine
  2. Let RPGGO powers the AI side of your **role-playing part**
  3. Send customized requests to our API and trigger the actions of AI NPCs
* This API might not fit all your needs. Normally working with 3A professional game studio's game needs to be well crafted and requires 3-5 months  of customization works including:
  * [x] IP data pre-processing
  * [x] model fine- tuning
  * [x] NPC optimization
  * [x] content moderation etc.&#x20;
* Contact our PGC business part (<mark style="color:blue;"><pgcbusiness@rpggo.ai></mark>) for support.

{% embed url="<https://youtu.be/WeM33dzFwFg>" %}
Powering 3D Assets with AI-NPCs and Connect with Game Action Flags to Trigger Chapter/Phase Switches
{% endembed %}

## Indie Game Studio / Individual Developer

> If you are from **indie game studio or an individual developer**, and looking for a AI solution to power your game as in the video...

* You might use Edit in Creator Tool first, and request for an API of RPGGO AI engine to power stories under worldview, rendering story and character conversations, conduct chapter / phases changes in real-time
  1. Integrate in to the **2D assets** you've built and the game you've developed with Game Engine
  2. and let RPGGO powers the AI side of your **role-playing part**

{% embed url="<https://youtu.be/zidkLGJnFxU>" %}
Edit Throgh Creator Tool and Integrate APIs into Unity
{% endembed %}

This API is a perfect match to you. We release simple [creator tool ](https://creator.rpggo.ai/)that allow creators quickly customize their story worlds and game setting. After you create your game there, you can integrate this API with your game to make it visual.\
\
Here is an 2D AI Town example code for you to reference:  [2D AI Town with V2 API](/dev-docs/open-source-use-cases/2d-ai-town-with-v2-api.md). Very simple and you can create your town in 30 mins.

## Game Mod Developer

If you are not a indie game developer, but have interests to integrate your favorite RPGGO game into other AAA game,  you can use our V2 API to build the Mod and bring more fun to your existing game experience.

1. Ingest the RPGGO game via V2 API
2. and let RPGGO AI Engine to bring AI experience into your game path.

{% embed url="<https://youtu.be/zE0sovb_f4U>" %}

In this Stardew Valley example, you will add extra fun of AI RPG without changing existing game experience and logic. Double Fun!

Check out below example for details:

{% content-ref url="/pages/9wEIsQOvo6YVkfpbuWO9" %}
[Stardew Valley Mod with V2 API](/dev-docs/open-source-use-cases/stardew-valley-mod-with-v2-api.md)
{% endcontent-ref %}

## App Developer - Light weight interactive AI Experience

> If you are **not a game developer, but an app developer**, and want to build light-weight interactive experience with AI to pleasure your users in telegram, discord, botim, wechat etc. as below

This API is also a perfect match to you. You don't need to build any game by yourself since we already have plenty of games in our platform.&#x20;

* Please send email to our <mark style="color:blue;">UGC business part(<ugcbusiness@rpggo.ai>)</mark>  to get permission with your api key. And then you can have our games in your app as well.

{% embed url="<https://youtu.be/D0OTsZUmML4>" %}
Integrate in Discord Channel and Let the Bots Become AI Game NPCs for a Specific Game
{% endembed %}

## Web Channel owner/ Blogger

> If you want to add other's game into your website and bring more fun to your viewers.

We have "Games Everywhere" prepared for you, where you can embed existing AI-native games into your website. Go to [Game Lobby ](https://rpggo.ai/)to find the game which fits your website, and copy the game URL or game ID. Then, go to [Games Everywhere](https://rpggo.ai/embed), and follow the instruction to get the embed code.

<figure><img src="/files/1BBFansP9yoCcf1COnyZ" alt=""><figcaption><p>Embed AI-native game in your own web</p></figcaption></figure>

## I Want to Have a Web AI Game!

> If you are not a developer, but want to turn your interesting idea to a H5 game.&#x20;

Great, you don't need to any code work, and we build the one-stop solution for you. Go to [creator tool](https://creator.rpggo.ai/), after building your idea there, click the player button. You will see your game in web and easy to share with your friends in either PC or Mobile

<figure><img src="/files/QCYB9fJXyjFRZOiHxaYR" alt=""><figcaption><p>Make your first web AI RPG!</p></figcaption></figure>

## Some more details about RPGGO?

> If you are none of above roles, but just curious about what we are doing,&#x20;

Our [Blog](https://blog.rpggo.ai) might have more info you interested.


---

# 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/introduction/getting-started.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.
