# Go Live Checklist

## Game Config, Apple Keys, and Apple Pay

Navigate to the **Go Live** tab on your game page in the Triumph Dashboard. You will see all of the items you must complete before going Live with real money. All of these items should show a green ✅ signifying that the section is properly configured. If there is an ❌ next to any row, it means the section has not been properly configured. Go to the game page for game config, or the organization tab for Apple Pay and Apple Keys to propely fill out the rest of the required information.&#x20;

<figure><img src="/files/Ijioje4Ddsy3hedshXN0" alt=""><figcaption><p>If you cannot figure out why your go live page does not have a ✅, review your integration or contact integrations@triumpharcade.com for help.</p></figcaption></figure>

Once you have a ✅ for each of the first 3 sections, move on to the next step.  &#x20;

## Compliance Checklist

Click on the compliance tab on your game page, and fill out the questionnaire. This will confirm that your game meets the [requirements](/requirements.md) for real money. On completion, you will be sent the a **Platform Agreement** and a **PII Agreement**.

### Platform Agreement

Read over and sign the Triumph Platform Agreement. This will outline the terms of your relationship with Triumph. The most important thing to note here: you will **never** be charged by Triumph, and will only make money. Since we are doing a rev-share split (heavily in your favor), our incentives align completely.&#x20;

### PII Agreement&#x20;

This only applies if your game collects personally idenfitifiable data outside of Triumph. Read [this](https://www.imperva.com/learn/data-security/personally-identifiable-information-pii/) article to see if your game collects PII data. It is imperative that you answer this honestly.&#x20;

### Action Items

Once you are done with the compliance docs, email them to <integrations@triumpharcade.com>, and continue along with the next steps. We will reach out to you if there are any issues with your documents before you go live.&#x20;

## Next Steps

Follow along with the[ test flight build](/triumph-sdk/test-flight-build.md) section!&#x20;


---

# 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.triumpharcade.com/triumph-sdk/go-live-checklist.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.
