> For the complete documentation index, see [llms.txt](https://docs.meteofivem.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meteofivem.net/servers/meteo-fivem-server/documentation/development-and-updates.md).

# Development and Updates

How we ship updates, and how your server tells you when one is out.

***

## How updates ship

Every release goes through our own automation tool. It bundles the changes, tags the version, and produces the same package every single time. No manual copy-paste, no "it worked on my machine" releases.

***

## Discord and GitBook get updated automatically

When a release goes out, the same tool does three things:

1. Sends the build to customers
2. Posts the full changelog to our Discord
3. Updates the [Changelogs](/servers/meteo-fivem-server/documentation/changelogs.md) page here on GitBook

You only need to check one place. They all show the same thing.

***

## Changelogs list every changed file

Each changelog includes the exact files we touched. So when an update drops, you can:

* Replace only the files that actually changed instead of swapping out your whole server
* See exactly what's different before applying it
* Confidently update without worrying about overwriting the wrong thing

***

## Your server tells you when an update is out

The server checks our version file the moment it starts up, then again every 30 minutes. If you are behind:

* The console banner turns red on startup
* A line shows your current version next to the latest version
* The same warning prints every time a player joins or leaves the server

So even if you missed the Discord ping that week, the console will keep reminding you.

You also always know exactly what version you are running. It prints on every server start, alongside your loaded settings (currency, speed unit, language, etc.) and a link to support.

***

{% hint style="success" %}
All updates are free for life. Nothing extra to buy.
{% endhint %}

{% hint style="info" %}
Want to see what we have shipped? Check the [Changelogs](/servers/meteo-fivem-server/documentation/changelogs.md) for the full history.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.meteofivem.net/servers/meteo-fivem-server/documentation/development-and-updates.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.
