# 5. Run the Game

Finally, to run your game and see everything in action, use the following command:

```

vortex.run()

```

This will start the game and render all your objects and controllers.\
\
\
\
With these steps, you should be able to create a basic game environment using VortexEngine. Explore further to add more features and refine your game!


---

# 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://manis-organization-2.gitbook.io/vortexdocs/vortex-engine/getting-started/5.-run-the-game.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.
