# Upgrade Versions

Every new **Build** represents a new version of the Game. So every time that a publisher wants to release a new version of the game, it is needed to create a new build, and then activate it. \
\
When users launch Elixir, it will detect a new version is available and will prompt users to download the update before playing.

![When the old build is active, users will be able to keep playing.](/files/99NwKOBUiQbAr6RQfOUQ)

![When a new build is activated. The players are forced to update](/files/xbk3SuR6nCKf3UsmsHXz)


---

# 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.elixir.app/dashboard/management/version-control/upgrade-versions.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.
