# Moving to production

This is a very simple process.

Create your game in the production developer dashboard <https://client.escs.io>.

Follow the steps from the [Integration - step 1](https://app.gitbook.com/o/-MBTzNswyYG20uBURMs7/s/-MAfYp0johoPRZW2PhVp/~/edit/~/changes/108/integration-step-1).

Then in all the API calls change api.demo.escs.io to api.escs.io.

After you finished the process go to "Settings" in the developer dashboard and submit your game for the moderation. As soon as your game is published you will have all the functionality available.

<figure><img src="/files/Vz7iKL37IIx4CJOSq4Ti" alt=""><figcaption><p>Press "Publish" to submit your game for the moderation.</p></figcaption></figure>

Please pay attention to the checkbox "Show in organizer portal": activating this checkbox makes your game visible in the [organizer.escs.io](https://organizer.escs.io) and makes it possible to any influencer or player to organize automated tournaments for their communities. This is your additional revenue stream.

Also, please pay attention to the checkbox "Can be integrated into paid tournaments". This checkbox is activated by default and enables wagering in your game through the eligible partners. Another additional revenue stream for you!

<figure><img src="/files/UOa0msHT5NkAmh6MRmQZ" alt=""><figcaption></figcaption></figure>


---

# 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://docs.escs.io/general/moving-to-production.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.
