# Integration Workflow

A structured breakdown of how game studios can engage with us to integrate AI into their games.

1. Discovery & Ideation – Understand game needs and define the role of AI agents.
2. Prototype Development – Build a small-scale AI system for testing.
3. Technical Integration – Connect the GAME framework with game mechanics.
4. Testing & Iteration – Ensure AI agents behave as expected.
5. Deployment & Support – Live integration and ongoing updates.


---

# 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.sovrun.org/build-with-sovrun/readygamer/integration-workflow.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.
