# Update Cycles

{% hint style="info" %}
This article will explain the following topics:

* Updates format: What's Islands Updates format and Preview & Beta releases?
* Beta & Preview Builds
* Stable versions
* Some Experiences may not receive updates!

Share your feedback and make suggestions to help us improve in our [Community](https://communities.epicgames.com/channel/Mm2V/feedback-and-suggestions)!
{% endhint %}

## **STAGE OF DEVELOPMENT**

In updates, a standard format is used to guide the stages of development of this island, categorized into different groups:

* [﻿﻿Playtesters](https://thiagxsz.gitbook.io/dev/about/devcenter/playtester) known as Beta: Early stage of upcoming features and resources that are currently being tested (unstable builds).
* ﻿﻿Preview: Stage where the update is practically ready for release (latest tests by PlayTesters).
* ﻿﻿Stable: Stage included new features with more stability for all players.

## UNDERSTANDING ENGINES

In intention to identify the type of Engine/Mode, the following names are used:

* ﻿﻿FNC: Created and Run in CREATIVE MODE
* ﻿﻿UEFN: Created and Run in Unreal Editor for Fortnite
* ﻿﻿FNC-UEFN: Created in FNC and Upgraded to UEFN!

## FINDING CURRENT VERSION

Explaining and clarifying the updates models:

Example: v4.15.6

* ﻿﻿4.00 -> Usually for big changes in experience

* ﻿﻿v0.10 -> Update includes new resources and features or themed events

* ﻿﻿v0.05 -> Frequent updates of simple content changes (for example: added items)

* v0.00.1 -> Quick updates including bug fixes critical to player experience and minor changes

* ﻿﻿To identify the type and group of update, simple model described below is used:

\> Example: "v4.15.6 - build.(type). (group)"

## LEARNING MORE ABOUT UNSUPPORTED EXPERIENCES

Some Experiences may not receive updates. However, this does not mean that they can never be updated.

While it's always good to bring new content to experiences, not all of them can receive updates for various reasons.

* Some may receive simple updates, for example, a change to the Loot Pool or a simple redesign, if necessary. This means that new features may not be added frequently.

{% hint style="info" %}
At the moment, there are no Experiences (known as Islands or Maps) that do not support updates.
{% endhint %}


---

# 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://thiagxsz.gitbook.io/dev/about/devcenter/updates-cycle.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.
